mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 10:10:57 +00:00
platform_android.h - cleanup
This commit is contained in:
parent
a5f5e34e21
commit
b298b2d4f0
@ -71,7 +71,7 @@ enum
|
||||
LOOPER_ID_MAIN = 1,
|
||||
LOOPER_ID_INPUT,
|
||||
LOOPER_ID_USER,
|
||||
LOOPER_ID_INPUT_MSG,
|
||||
LOOPER_ID_INPUT_MSG
|
||||
};
|
||||
|
||||
enum
|
||||
@ -168,7 +168,7 @@ enum
|
||||
APP_CMD_DESTROY,
|
||||
|
||||
// Set by thread when it will no longer reply to commands.
|
||||
APP_CMD_DEAD,
|
||||
APP_CMD_DEAD
|
||||
};
|
||||
|
||||
#define JNI_EXCEPTION(env) \
|
||||
|
Loading…
Reference in New Issue
Block a user