diff options
| author | 2018-04-04 23:05:51 +0200 | |
|---|---|---|
| committer | 2018-04-04 23:05:51 +0200 | |
| commit | 1f37dd02ce2b3c93915cc05e3715fc71da6e00d5 (patch) | |
| tree | 64a3f04532eb24496924a402808bf1520b26290b /src | |
| parent | gl_rasterizer_cache.cpp: Update from citra to yuzu (diff) | |
| download | yuzu-1f37dd02ce2b3c93915cc05e3715fc71da6e00d5.tar.gz yuzu-1f37dd02ce2b3c93915cc05e3715fc71da6e00d5.tar.xz yuzu-1f37dd02ce2b3c93915cc05e3715fc71da6e00d5.zip | |
default_ini.h: Update from citra to yuzu
Diffstat (limited to 'src')
| -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 { | |||
| 8 | 8 | ||
| 9 | const char* sdl2_config_file = R"( | 9 | const char* sdl2_config_file = R"( |
| 10 | [Controls] | 10 | [Controls] |
| 11 | # The input devices and parameters for each 3DS native input | 11 | # The input devices and parameters for each Switch native input |
| 12 | # It should be in the format of "engine:[engine_name],[param1]:[value1],[param2]:[value2]..." | 12 | # It should be in the format of "engine:[engine_name],[param1]:[value1],[param2]:[value2]..." |
| 13 | # Escape characters $0 (for ':'), $1 (for ',') and $2 (for '$') can be used in values | 13 | # Escape characters $0 (for ':'), $1 (for ',') and $2 (for '$') can be used in values |
| 14 | 14 | ||