Skip to content

Commit

Permalink
Add hotkey for 'quit to menu'
Browse files Browse the repository at this point in the history
  • Loading branch information
amwatson committed Feb 12, 2024
1 parent ccb7bb2 commit 649d5ba
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ object VRUtils {
}

val hotKeys = listOf(
Settings.HOTKEY_CLOSE_GAME,
Settings.HOTKEY_CLOSE_GAME
)
val hotkeyTitles = listOf(
R.string.emulation_close_game,
R.string.emulation_close_game
)

// Not really VR-related, but for some reason, Citra doesn't have default mappings for gamepad
Expand Down

0 comments on commit 649d5ba

Please sign in to comment.