Disables cheats for Genesis games
This commit is contained in:
parent
a29e4e61eb
commit
46cb7db897
@ -10,6 +10,7 @@ import UIKit
|
|||||||
|
|
||||||
import DeltaCore
|
import DeltaCore
|
||||||
import GBADeltaCore
|
import GBADeltaCore
|
||||||
|
import Systems
|
||||||
|
|
||||||
import struct DSDeltaCore.DS
|
import struct DSDeltaCore.DS
|
||||||
|
|
||||||
@ -420,6 +421,10 @@ extension GameViewController
|
|||||||
// Cheats are not supported by DeSmuME core.
|
// Cheats are not supported by DeSmuME core.
|
||||||
pauseViewController.cheatCodesItem = nil
|
pauseViewController.cheatCodesItem = nil
|
||||||
|
|
||||||
|
case .genesis?:
|
||||||
|
// GPGX core does not support cheats yet.
|
||||||
|
pauseViewController.cheatCodesItem = nil
|
||||||
|
|
||||||
default: break
|
default: break
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user