input_common/tas: Fallback to simple update
This commit is contained in:
parent
c01a872c8e
commit
f078b15565
10 changed files with 60 additions and 102 deletions
|
@ -14,7 +14,6 @@
|
|||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include <input_common/main.h>
|
||||
#include "common/common_types.h"
|
||||
#include "common/settings_input.h"
|
||||
|
||||
|
@ -515,9 +514,9 @@ struct Values {
|
|||
|
||||
BasicSetting<bool> pause_tas_on_load { false, "pause_tas_on_load" };
|
||||
BasicSetting<bool> tas_enable{ false, "tas_enable" };
|
||||
BasicSetting<bool> tas_reset{ false, "tas_reset" };
|
||||
BasicSetting<bool> tas_record{ false, "tas_record" };
|
||||
BasicSetting<bool> is_cpu_boxted{ false, " BasicSetting<bool> is_cpu_boxted{ false, "cpuBoosted" };
|
||||
BasicSetting<bool> tas_loop{ false, "tas_loop" };
|
||||
BasicSetting<bool> tas_swap_controllers{ false, "tas_swap_controllers" };
|
||||
BasicSetting<bool> is_cpu_boosted{ false, "is_cpu_boosted" };
|
||||
" };
|
||||
|
||||
BasicSetting<bool> mouse_panning{false, "mouse_panning"};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue