Fiio M3k UI Simulator: Fix upside-down mapping for volume buttons

Change-Id: I57a1ee1ac43ea0eb5587e6249ef6bb06ab7342af
This commit is contained in:
Christian Soffke 2021-10-16 09:31:06 +02:00 committed by Aidan MacDonald
parent d085d01f5e
commit bf54002bc1
1 changed files with 2 additions and 2 deletions

View File

@ -83,8 +83,8 @@ int key_to_button(int keyboard_button)
struct button_map bm[] = {
{ SDLK_ESCAPE, 12, 55, 15, "Power" },
{ SDLK_KP_MINUS, 12, 125, 15, "Volume -" },
{ SDLK_KP_PLUS, 12, 188, 15, "Volume +" },
{ SDLK_KP_MINUS, 12, 188, 15, "Volume -" },
{ SDLK_KP_PLUS, 12, 125, 15, "Volume +" },
{ SDLK_SPACE, 12, 255, 15, "Play" },
{ SDLK_UP, 146, 394, 20, "Up" },
{ SDLK_RETURN, 146, 438, 20, "Select" },