Started to port to iOS; fixing compiler errors here and there

This commit is contained in:
deepfriedwaffles
2026-03-17 02:22:17 -04:00
parent 378dfe8e22
commit b4553eb39b
6 changed files with 79 additions and 44 deletions

View File

@@ -52,11 +52,10 @@ public:
virtual StringVector getOptionStrings();
virtual bool isPowerVR() { return false; }
virtual bool isPowerVR();
virtual bool isSuperFast();
virtual void showKeyboard();
virtual void hideKeyboard();
virtual void isPowerVR();
private:
std::string _basePath;