Skip to content

Commit

Permalink
don't pretend to be sa2
Browse files Browse the repository at this point in the history
  • Loading branch information
sh95014 committed Jan 2, 2024
1 parent 4731479 commit 289c53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/frontends/mariani/main.mm
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ int main(int argc, const char *argv[]) {
}
}

if (!getEmulatorOptions(awArgc, awArgv, common2::OptionsType::sa2, "macOS", gEmulatorOptions)) {
if (!getEmulatorOptions(awArgc, awArgv, common2::OptionsType::none, "macOS", gEmulatorOptions)) {
return -1;
}
return NSApplicationMain(macArgc, macArgv);
Expand Down

0 comments on commit 289c53f

Please sign in to comment.