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
Citra2018
Commits
bc5432b5
Commit
bc5432b5
authored
Oct 04, 2017
by
James
Browse files
Correctly register touch device engine
parent
e7868ee1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/citra_libretro/citra_libretro.cpp
View file @
bc5432b5
...
@@ -206,6 +206,8 @@ void UpdateSettings(bool init) {
...
@@ -206,6 +206,8 @@ void UpdateSettings(bool init) {
Settings
::
values
.
region_value
=
result
->
second
;
Settings
::
values
.
region_value
=
result
->
second
;
}
}
Settings
::
values
.
touch_device
=
"engine:emu_window"
;
// Hardcode buttons to bind to libretro - it is entirely redundant to have
// Hardcode buttons to bind to libretro - it is entirely redundant to have
// two methods of rebinding controls.
// two methods of rebinding controls.
// Citra: A = RETRO_DEVICE_ID_JOYPAD_A (8)
// Citra: A = RETRO_DEVICE_ID_JOYPAD_A (8)
...
...
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