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