96 HINSTANCE mConnection =
nullptr;
97 HWND mWindow =
nullptr;
99 bool mWindowHasFocus =
true;
100 bool mFullscreen =
false;
102 xcb_connection_t* mXcbConnection =
nullptr;
103 xcb_screen_t* mXcbScreen =
nullptr;
104 xcb_window_t mXcbWindow = 0;
105 xcb_intern_atom_reply_t* mAtomDeleteWindow =
nullptr;
106 xcb_cursor_t mNullCursor = XCB_NONE;
107 bool mWindowHasFocus =
false;
108 bool mFullscreen =
false;
109#elif PLATFORM_ANDROID
110 android_app* mState =
nullptr;
111 ANativeWindow* mWindow =
nullptr;
112 ANativeActivity* mActivity =
nullptr;
116 std::string mInternalDataPath;
118 int32_t mHeight = 100;
119 bool mWindowInitialized =
false;
120 bool mWindowHasFocus =
false;
121 bool mOrientationChanged =
false;
124#elif PLATFORM_DOLPHIN
125 void* mFrameBuffers[2] = { };
126 void* mConsoleBuffer =
nullptr;
127 GXRModeObj mGxRmode = { };
128 uint32_t mFrameIndex = 0;
129 void* mMemoryCardMountArea =
nullptr;
130 bool mMemoryCardMounted =
false;
132 PrintConsole mPrintConsole = {};
133 float mSlider = 0.0f;
134 bool mNew3DS =
false;
Definition SystemTypes.h:75
bool mDirectory
Definition SystemTypes.h:78
bool mValid
Definition SystemTypes.h:79
char mFilename[MAX_PATH_SIZE+1]
Definition SystemTypes.h:77
char mDirectoryPath[MAX_PATH_SIZE+1]
Definition SystemTypes.h:76