MCPcopy Create free account
hub / github.com/RSDKModding/RSDKv3-Decompilation / OpenModMenu

Function OpenModMenu

RSDKv3/ModAPI.cpp:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected