mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-11 20:05:35 +00:00
cocoa: Cut and paste from HTML strikes again!
This commit is contained in:
parent
19aaa2944d
commit
b79832ba11
|
@ -310,7 +310,7 @@ LoadMainMenuNibIfAvailable(void)
|
|||
NSString *mainNibFileName;
|
||||
bool success = false;
|
||||
|
||||
if (floor(NSAppKitVersionNumber) < NSAppKitVersionNumber10_8) {
|
||||
if (floor(NSAppKitVersionNumber) < NSAppKitVersionNumber10_8) {
|
||||
return false;
|
||||
}
|
||||
infoDict = [[NSBundle mainBundle] infoDictionary];
|
||||
|
|
Loading…
Reference in a new issue