sdl: code cleanup
This commit is contained in:
parent
e900502eaf
commit
a8f5011c89
|
@ -592,7 +592,7 @@ int main(int argc, char *argv[])
|
|||
{
|
||||
int t;
|
||||
g_config->getOption("SDL.Input.FamicomPad2.EnableMic", &t);
|
||||
if (t)
|
||||
if(t)
|
||||
replaceP2StartWithMicrophone = t;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue