mirror of https://github.com/snes9xgit/snes9x.git
macosx: use bzero instead of ZeroMemory
This commit is contained in:
parent
179e5a6ad6
commit
c63fda3400
|
@ -3210,7 +3210,7 @@ static void Initialize (void)
|
|||
|
||||
NSApplicationLoad();
|
||||
|
||||
ZeroMemory(&Settings, sizeof(Settings));
|
||||
bzero(&Settings, sizeof(Settings));
|
||||
Settings.MouseMaster = true;
|
||||
Settings.SuperScopeMaster = true;
|
||||
Settings.JustifierMaster = true;
|
||||
|
|
Loading…
Reference in New Issue