mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #17570 from hrydgard/fix-volume-keys
Fix issue with volume keys in the app UI
This commit is contained in:
commit
2ac7cc38e5
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ bool UIScreen::UnsyncKey(const KeyInput &key) {
|
|||
ev.type = QueuedEventType::KEY;
|
||||
ev.key = key;
|
||||
eventQueue_.push_back(ev);
|
||||
return true;
|
||||
return retval;
|
||||
}
|
||||
|
||||
void UIScreen::update() {
|
||||
|
|
Loading…
Add table
Reference in a new issue