diff options
Diffstat (limited to 'gui/gui.cpp')
-rw-r--r-- | gui/gui.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gui/gui.cpp b/gui/gui.cpp index c0bd008a9..b7680909c 100644 --- a/gui/gui.cpp +++ b/gui/gui.cpp @@ -429,7 +429,7 @@ static void * input_thread(void *cookie) state = 1; key_repeat = 0; } - } + } } return NULL; } @@ -688,9 +688,6 @@ extern "C" int gui_init(void) extern "C" int gui_loadResources(void) { - // unlink("/sdcard/video.last"); - // rename("/sdcard/video.bin", "/sdcard/video.last"); - // gRecorder = open("/sdcard/video.bin", O_CREAT | O_WRONLY); #ifndef TW_OEM_BUILD int check = 0; DataManager::GetValue(TW_IS_ENCRYPTED, check); |