From 018e91700d7e70d4805a9335a7011f03905560ce Mon Sep 17 00:00:00 2001 From: Rinnegatamante Date: Wed, 7 Sep 2016 15:26:06 +0200 Subject: [PATCH] Slodowns and potential freezes issues fix. Slodowns and potential freezes issues fix. --- main_module/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main_module/main.c b/main_module/main.c index 90286fa..2fdaf95 100644 --- a/main_module/main.c +++ b/main_module/main.c @@ -595,7 +595,7 @@ int main_thread(SceSize args, void *argp) { started = 1; menu_state = MAIN_MENU; menu_idx = 0; - } + }else sceKernelDelayThread(1000); // Invoking scheduler to not slowdown games } oldpad = pad; }