Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Suyu
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
many-archive
Suyu
Commits
5a692dda
There was an error fetching the commit references. Please try again later.
Commit
5a692dda
authored
8 years ago
by
wwylele
Browse files
Options
Downloads
Patches
Plain Diff
citra: update default ini with new input system
parent
e02c4b71
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/citra/default_ini.h
+41
-28
41 additions, 28 deletions
src/citra/default_ini.h
with
41 additions
and
28 deletions
src/citra/default_ini.h
+
41
−
28
View file @
5a692dda
...
@@ -8,34 +8,47 @@ namespace DefaultINI {
...
@@ -8,34 +8,47 @@ namespace DefaultINI {
const
char
*
sdl2_config_file
=
R"(
const
char
*
sdl2_config_file
=
R"(
[Controls]
[Controls]
pad_start =
# The input devices and parameters for each 3DS native input
pad_select =
# It should be in the format of "engine:[engine_name],[param1]:[value1],[param2]:[value2]..."
pad_home =
# Escape characters $0 (for ':'), $1 (for ',') and $2 (for '$') can be used in values
pad_dup =
pad_ddown =
# for button input, the following devices are avaible:
pad_dleft =
# - "keyboard" (default) for keyboard input. Required parameters:
pad_dright =
# - "code": the code of the key to bind
pad_a =
# - "sdl" for joystick input using SDL. Required parameters:
pad_b =
# - "joystick": the index of the joystick to bind
pad_x =
# - "button"(optional): the index of the button to bind
pad_y =
# - "hat"(optional): the index of the hat to bind as direction buttons
pad_l =
# - "direction"(only used for hat): the direction name of the hat to bind. Can be "up", "down", "left" or "right"
pad_r =
button_a=
pad_zl =
button_b=
pad_zr =
button_x=
pad_cup =
button_y=
pad_cdown =
button_up=
pad_cleft =
button_down=
pad_cright =
button_left=
pad_circle_up =
button_right=
pad_circle_down =
button_l=
pad_circle_left =
button_r=
pad_circle_right =
button_start=
pad_circle_modifier =
button_select=
button_zl=
# The applied modifier scale to circle pad.
button_zr=
# Must be in range of 0.0-1.0. Defaults to 0.5
button_home=
pad_circle_modifier_scale =
# for analog input, the following devices are avaible:
# - "analog_from_button" (default) for emulating analog input from direction buttons. Required parameters:
# - "up", "down", "left", "right": sub-devices for each direction.
# Should be in the format as a button input devices using escape characters, for example, "engine$0keyboard$1code$00"
# - "modifier": sub-devices as a modifier.
# - "modifier_scale": a float number representing the applied modifier scale to the analog input.
# Must be in range of 0.0-1.0. Defaults to 0.5
# - "sdl" for joystick input using SDL. Required parameters:
# - "joystick": the index of the joystick to bind
# - "axis_x": the index of the axis to bind as x-axis (default to 0)
# - "axis_y": the index of the axis to bind as y-axis (default to 1)
circle_pad=
c_stick=
[Core]
[Core]
# Whether to use the Just-In-Time (JIT) compiler for CPU emulation
# Whether to use the Just-In-Time (JIT) compiler for CPU emulation
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment