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

Method AdvancedOptions

Source/SysPSP/UI/PauseOptionsComponent.cpp:227–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225
226
227void IPauseOptionsComponent::AdvancedOptions()
228{
229 CAdvancedOptionsScreen * advanced_options( CAdvancedOptionsScreen::Create( mpContext, g_ROM.mRomID ) );
230 advanced_options->Run();
231 delete advanced_options;
232}
233
234void IPauseOptionsComponent::CheatOptions()
235{

Callers

nothing calls this directly

Calls 2

CreateFunction · 0.50
RunMethod · 0.45

Tested by

no test coverage detected