MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / CheatOptions

Method CheatOptions

Source/SysPSP/UI/PauseOptionsComponent.cpp:234–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234void IPauseOptionsComponent::CheatOptions()
235{
236 CCheatOptionsScreen * cheat_options( CCheatOptionsScreen::Create( mpContext, g_ROM.mRomID ) );
237 cheat_options->Run();
238 delete cheat_options;
239}
240
241
242void IPauseOptionsComponent::SaveState()

Callers

nothing calls this directly

Calls 2

CreateFunction · 0.50
RunMethod · 0.45

Tested by

no test coverage detected