SDL: OLD* ppu by default (thanks adelikat)

This commit is contained in:
punkrockguy318 2010-02-23 02:51:18 +00:00
parent 44c7b1ad17
commit 994eb69c75
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ InitConfig()
config->addOption("ripsubs", "SDL.RipSubs", "");
// enable new PPU core
config->addOption("newppu", "SDL.NewPPU", 1);
config->addOption("newppu", "SDL.NewPPU", 0);
// GamePad 0 - 3
for(unsigned int i = 0; i < GAMEPAD_NUM_DEVICES; i++) {