Fix macOS safe mode again

This commit is contained in:
shloakmenon 2024-06-24 20:40:29 -04:00
parent 14efdd86d4
commit ac93a6c220

View file

@ -99,7 +99,7 @@ bool safeModeCheck() {
);
return choice == IDYES;
}
#else !defined(GEODE_IS_MACOS)
#elif !defined(GEODE_IS_MACOS)
// macos is defined in load.mm, this is for android
// on android the launcher just adds the launch args to enable safe mode
bool safeModeCheck() {