Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
hatari
Commits
1c86b830
Commit
1c86b830
authored
Oct 16, 2020
by
bbbradsmith
Browse files
F11 for Hatari GUI conflicts with F11 mouse capture retroarch default, moving to tilde/backquote
parent
0c1a1e1c
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
1c86b830
...
...
@@ -68,6 +68,7 @@ X Hatari GUI
Analog Left - Joystick / Mouse
Mouse - Mouse
~ key - Hatari GUI
```
## Knows Bugs
...
...
libretro/hatari-mapper.c
View file @
1c86b830
...
...
@@ -392,7 +392,7 @@ void update_input(void)
Process_key
();
i
=
RETRO_DEVICE_ID_JOYPAD_X
;
if
(
Key_Sate
[
RETROK_
F11
]
||
input_state_cb
(
0
,
RETRO_DEVICE_JOYPAD
,
0
,
i
)
)
if
(
Key_Sate
[
RETROK_
TILDE
]
||
Key_Sate
[
RETROK_BACKQUOTE
]
||
input_state_cb
(
0
,
RETRO_DEVICE_JOYPAD
,
0
,
i
)
)
pauseg
=
1
;
i
=
RETRO_DEVICE_ID_JOYPAD_L
;
//show vkey toggle
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment