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