diff options
author | bunnei <bunneidev@gmail.com> | 2018-04-06 11:07:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-06 11:07:28 -0400 |
commit | 37041ea12ccfc95013817ecb08319ad31b844a9a (patch) | |
tree | 62639491af6cf33db16464fbf797270c19e2c8fa /src/yuzu_cmd/default_ini.h | |
parent | 358050cfc6cb88b5bfd3997f1e3f1e135ae808e6 (diff) | |
parent | d1d7582a5bd00ca6c63bc47c1da10910ec00f9c8 (diff) |
Merge pull request #310 from N00byKing/patch-1
Update multiple comments from citra to yuzu
Diffstat (limited to 'src/yuzu_cmd/default_ini.h')
-rw-r--r-- | src/yuzu_cmd/default_ini.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index 895a42c39..02254403d 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h @@ -8,7 +8,7 @@ namespace DefaultINI { const char* sdl2_config_file = R"( [Controls] -# The input devices and parameters for each 3DS native input +# The input devices and parameters for each Switch native input # It should be in the format of "engine:[engine_name],[param1]:[value1],[param2]:[value2]..." # Escape characters $0 (for ':'), $1 (for ',') and $2 (for '$') can be used in values |