diff options
Diffstat (limited to 'src/common/settings.h')
| -rw-r--r-- | src/common/settings.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index 29b888f10..884ea55f8 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -550,6 +550,9 @@ struct Values { | |||
| 550 | BasicSetting<bool> gamecard_current_game{false, "gamecard_current_game"}; | 550 | BasicSetting<bool> gamecard_current_game{false, "gamecard_current_game"}; |
| 551 | BasicSetting<std::string> gamecard_path{std::string(), "gamecard_path"}; | 551 | BasicSetting<std::string> gamecard_path{std::string(), "gamecard_path"}; |
| 552 | 552 | ||
| 553 | // TAS | ||
| 554 | bool pauseTasOnLoad; | ||
| 555 | |||
| 553 | // Debugging | 556 | // Debugging |
| 554 | bool record_frame_times; | 557 | bool record_frame_times; |
| 555 | BasicSetting<bool> use_gdbstub{false, "use_gdbstub"}; | 558 | BasicSetting<bool> use_gdbstub{false, "use_gdbstub"}; |