SDL: OLD* ppu by default (thanks adelikat)
This commit is contained in:
parent
44c7b1ad17
commit
994eb69c75
|
@ -215,7 +215,7 @@ InitConfig()
|
||||||
config->addOption("ripsubs", "SDL.RipSubs", "");
|
config->addOption("ripsubs", "SDL.RipSubs", "");
|
||||||
|
|
||||||
// enable new PPU core
|
// enable new PPU core
|
||||||
config->addOption("newppu", "SDL.NewPPU", 1);
|
config->addOption("newppu", "SDL.NewPPU", 0);
|
||||||
|
|
||||||
// GamePad 0 - 3
|
// GamePad 0 - 3
|
||||||
for(unsigned int i = 0; i < GAMEPAD_NUM_DEVICES; i++) {
|
for(unsigned int i = 0; i < GAMEPAD_NUM_DEVICES; i++) {
|
||||||
|
|
Loading…
Reference in New Issue