mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-06 10:04:29 -04:00
Fix macOS safe mode again
This commit is contained in:
parent
14efdd86d4
commit
ac93a6c220
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue