Support GLES on desktop

This commit is contained in:
wheremyfoodat
2024-12-28 19:52:03 +02:00
parent 80ccede765
commit cb8b13e129
15 changed files with 125 additions and 59 deletions

View File

@@ -117,7 +117,6 @@ std::filesystem::path Emulator::getConfigPath() {
#endif
void Emulator::step() {}
void Emulator::render() {}
// Only resume if a ROM is properly loaded
void Emulator::resume() {