Misc: Necessary emucore changes for Android
This commit is contained in:
@ -69,4 +69,7 @@ public:
|
||||
#ifdef WITH_SDL2
|
||||
static std::unique_ptr<InputSource> CreateSDLSource();
|
||||
#endif
|
||||
#ifdef __ANDROID__
|
||||
static std::unique_ptr<InputSource> CreateAndroidSource();
|
||||
#endif
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user