| 25 | #include <algorithm> |
| 26 | |
| 27 | int OpenModMenu() |
| 28 | { |
| 29 | // Engine.gameMode = ENGINE_INITMODMENU; |
| 30 | // Engine.modMenuCalled = true; |
| 31 | return 1; |
| 32 | } |
| 33 | |
| 34 | #if RETRO_PLATFORM == RETRO_ANDROID |
| 35 | namespace fs = std::__fs::filesystem; |
nothing calls this directly
no outgoing calls
no test coverage detected