sdl: code cleanup

This commit is contained in:
punkrockguy318 2012-03-06 05:40:59 +00:00
parent e900502eaf
commit a8f5011c89
1 changed files with 19 additions and 19 deletions

View File

@ -592,7 +592,7 @@ int main(int argc, char *argv[])
{ {
int t; int t;
g_config->getOption("SDL.Input.FamicomPad2.EnableMic", &t); g_config->getOption("SDL.Input.FamicomPad2.EnableMic", &t);
if (t) if(t)
replaceP2StartWithMicrophone = t; replaceP2StartWithMicrophone = t;
} }