diff options
Diffstat (limited to 'apps/onplay.c')
-rw-r--r-- | apps/onplay.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/onplay.c b/apps/onplay.c index ee183450fa..7245ac2016 100644 --- a/apps/onplay.c +++ b/apps/onplay.c @@ -1986,3 +1986,9 @@ int onplay(char* file, int attr, int from, bool hotkey) return onplay_result; } } + +int get_onplay_context(void) +{ + return context; +} + |