mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-19 06:45:23 +00:00
Very, very incomplete integration of hsh/boo2
This commit is contained in:
@@ -388,7 +388,7 @@ void CGameOptions::TryRestoreDefaults(const CFinalInput& input, int category, in
|
||||
if (options.second[option].option != EGameOption::RestoreDefaults)
|
||||
return;
|
||||
|
||||
if (!forceRestore && !input.PA() && !input.PSpecialKey(boo::ESpecialKey::Enter))
|
||||
if (!forceRestore && !input.PA() && !input.PKey('\n'))
|
||||
return;
|
||||
|
||||
if (frontend) {
|
||||
|
||||
Reference in New Issue
Block a user