use 32bit fake mode
This commit is contained in:
parent
1a3b6f1aab
commit
ea51c3834f
1 changed files with 2 additions and 2 deletions
|
@ -1362,12 +1362,12 @@ static void cfg_create_ini()
|
||||||
"; Neo Sonic Universe\n"
|
"; Neo Sonic Universe\n"
|
||||||
"[nsu]\n"
|
"[nsu]\n"
|
||||||
"fixchilds=3\n"
|
"fixchilds=3\n"
|
||||||
"fake_mode=320x240x8\n"
|
"fake_mode=320x240x32\n"
|
||||||
"\n"
|
"\n"
|
||||||
"; Neo Sonic Universe - battle mode\n"
|
"; Neo Sonic Universe - battle mode\n"
|
||||||
"[nsu_battle]\n"
|
"[nsu_battle]\n"
|
||||||
"fixchilds=3\n"
|
"fixchilds=3\n"
|
||||||
"fake_mode=320x240x8\n"
|
"fake_mode=320x240x32\n"
|
||||||
"\n"
|
"\n"
|
||||||
"; Nancy Drew (All games)\n"
|
"; Nancy Drew (All games)\n"
|
||||||
"[Game/3]\n"
|
"[Game/3]\n"
|
||||||
|
|
Loading…
Reference in a new issue