mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-21 14:59:13 +00:00
Migrate to aurora submodule
This commit is contained in:
@@ -446,7 +446,7 @@ void CGameOptions::TryRestoreDefaults(const CFinalInput& input, int category, in
|
||||
if (options.second[option].option != EGameOption::RestoreDefaults)
|
||||
return;
|
||||
|
||||
if (!forceRestore && !input.PA() && !input.PSpecialKey(aurora::SpecialKey::Enter))
|
||||
if (!forceRestore && !input.PA() && !input.PSpecialKey(ESpecialKey::Enter))
|
||||
return;
|
||||
|
||||
if (frontend) {
|
||||
|
||||
Reference in New Issue
Block a user