mirror of
https://github.com/libretro/RetroArch
synced 2025-02-25 03:40:50 +00:00
(Android) cut down on unneeded members in android_app struct
This commit is contained in:
parent
0755b6b579
commit
a16800bc79
@ -36,7 +36,6 @@ struct android_app
|
||||
AInputQueue* inputQueue;
|
||||
|
||||
ANativeWindow* window;
|
||||
ARect contentRect;
|
||||
int activityState;
|
||||
|
||||
pthread_mutex_t mutex;
|
||||
@ -48,11 +47,8 @@ struct android_app
|
||||
pthread_t thread;
|
||||
|
||||
int running;
|
||||
int stateSaved;
|
||||
int redrawNeeded;
|
||||
AInputQueue* pendingInputQueue;
|
||||
ANativeWindow* pendingWindow;
|
||||
ARect pendingContentRect;
|
||||
};
|
||||
|
||||
enum {
|
||||
|
Loading…
x
Reference in New Issue
Block a user