mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
(platform_android.h) Style nits/cleanups
This commit is contained in:
parent
65310b7699
commit
c0bd6874cd
@ -59,14 +59,16 @@ struct android_app
|
|||||||
jmethodID getPendingIntentIME;
|
jmethodID getPendingIntentIME;
|
||||||
};
|
};
|
||||||
|
|
||||||
enum {
|
enum
|
||||||
|
{
|
||||||
LOOPER_ID_MAIN = 1,
|
LOOPER_ID_MAIN = 1,
|
||||||
LOOPER_ID_INPUT = 2,
|
LOOPER_ID_INPUT,
|
||||||
LOOPER_ID_USER = 3,
|
LOOPER_ID_USER,
|
||||||
LOOPER_ID_INPUT_MSG = 4,
|
LOOPER_ID_INPUT_MSG,
|
||||||
};
|
};
|
||||||
|
|
||||||
enum {
|
enum
|
||||||
|
{
|
||||||
APP_CMD_INPUT_CHANGED,
|
APP_CMD_INPUT_CHANGED,
|
||||||
/**
|
/**
|
||||||
* Command from main thread: a new ANativeWindow is ready for use. Upon
|
* Command from main thread: a new ANativeWindow is ready for use. Upon
|
||||||
|
Loading…
x
Reference in New Issue
Block a user