Skip to content

Commit

Permalink
Temporarily reset default SNES core back to Snes9x
Browse files Browse the repository at this point in the history
  • Loading branch information
clobber committed Mar 4, 2014
1 parent 92e1dd8 commit 04e170f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenEmu/OEApplicationDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ + (void)initialize
OEGameControlsBarCanDeleteSaveStatesKey : @YES,
@"defaultCore.openemu.system.gba" : @"org.openemu.VisualBoyAdvance",
@"defaultCore.openemu.system.nes" : @"org.openemu.Nestopia",
@"defaultCore.openemu.system.snes" : @"org.openemu.Higan",
@"defaultCore.openemu.system.snes" : @"org.openemu.SNES9x",
OEDisplayGameTitle : @YES,
OEBackgroundPauseKey : @YES,
@"logsHIDEvents" : @NO,
Expand Down

0 comments on commit 04e170f

Please sign in to comment.