From b0dfcde2f5fb086e7a7f54b16a47e0433661cca7 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Tue, 2 Jul 2024 10:14:59 -0400 Subject: [Cleanup] onplay.c fileop.c clean-up a bit more add/correct some comments fix some error passing guard delete path on PATH_TOO_LONG add some cpu_boost Change-Id: Icf179dd727271bdc61ab78400e10847222b9f858 --- apps/onplay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/onplay.h') diff --git a/apps/onplay.h b/apps/onplay.h index ea1c2e6c38..74dc045db3 100644 --- a/apps/onplay.h +++ b/apps/onplay.h @@ -25,7 +25,7 @@ #include "menu.h" #endif -int onplay(char* file, int attr, int from_screen, bool hotkey); +int onplay(char* file, int attr, int from_context, bool hotkey); int get_onplay_context(void); enum { -- cgit v1.2.3