mirror of https://github.com/AxioDL/metaforce.git
Update boo2 & use Keycode::ENTER in CNESEmulator
This commit is contained in:
parent
bb666f70a8
commit
c0267a6a18
|
@ -589,7 +589,7 @@ void CNESEmulator::ProcessUserInput(const CFinalInput& input, int) {
|
|||
|
||||
if (GetPasswordEntryState() != EPasswordEntryState::NotPasswordScreen) {
|
||||
// Don't swap A/B
|
||||
inValReads[BUTTON_A] = input.DA() || input.DSpecialKey(boo::ESpecialKey::Enter) ||
|
||||
inValReads[BUTTON_A] = input.DA() || input.DSpecialKey(boo2::Keycode::ENTER) ||
|
||||
input.DMouseButton(boo2::MouseButton::Primary);
|
||||
inValReads[BUTTON_B] = input.DB() || input.DSpecialKey(boo2::Keycode::ESC);
|
||||
} else {
|
||||
|
|
2
boo2
2
boo2
|
@ -1 +1 @@
|
|||
Subproject commit 1e4179322cb6245c6525d1201ce45aa6d93db554
|
||||
Subproject commit f177cd5efdbfc527b96832309dd485ab50cf4cca
|
Loading…
Reference in New Issue