mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-15 18:45:51 +00:00
Fix compiling CGameOptionsTouchBar
This commit is contained in:
parent
1948ec3274
commit
9b94dd7c3a
@ -4,7 +4,7 @@ namespace urde {
|
||||
|
||||
CGameOptionsTouchBar::EAction CGameOptionsTouchBar::PopAction() { return EAction::None; }
|
||||
void CGameOptionsTouchBar::GetSelection(int& left, int& right, int& value) { left = -1, right = -1, value = -1; }
|
||||
void CGameOptionsTouchBar::SetSelection([[maybe_unused]] int left, [[maybe_used]] int right, [[maybe_used]] int value) {
|
||||
void CGameOptionsTouchBar::SetSelection([[maybe_unused]] int left, [[maybe_unused]] int right, [[maybe_unused]] int value) {
|
||||
}
|
||||
|
||||
#ifndef __APPLE__
|
||||
|
Loading…
x
Reference in New Issue
Block a user