diff options
| author | 2023-05-10 10:25:48 -0400 | |
|---|---|---|
| committer | 2023-05-10 10:25:48 -0400 | |
| commit | b7f60e91239589deff78ea485104bf132ce27313 (patch) | |
| tree | 04e1b79ce87de7ec058609f758f4f0b3c34ea88e /src/common | |
| parent | Merge pull request #10119 from marius851000/improved_non_hd_feeback (diff) | |
| parent | service: nfc: Seed all random values (diff) | |
| download | yuzu-b7f60e91239589deff78ea485104bf132ce27313.tar.gz yuzu-b7f60e91239589deff78ea485104bf132ce27313.tar.xz yuzu-b7f60e91239589deff78ea485104bf132ce27313.zip | |
Merge pull request #10207 from german77/amiibo_cheater
service: nfp: Allow to load with a different amiibo id
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/settings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index f4eb4e3cd..5f4caaab9 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -535,6 +535,8 @@ struct Values { | |||
| 535 | Setting<bool> enable_ir_sensor{false, "enable_ir_sensor"}; | 535 | Setting<bool> enable_ir_sensor{false, "enable_ir_sensor"}; |
| 536 | Setting<std::string> ir_sensor_device{"auto", "ir_sensor_device"}; | 536 | Setting<std::string> ir_sensor_device{"auto", "ir_sensor_device"}; |
| 537 | 537 | ||
| 538 | Setting<bool> random_amiibo_id{false, "random_amiibo_id"}; | ||
| 539 | |||
| 538 | // Data Storage | 540 | // Data Storage |
| 539 | Setting<bool> use_virtual_sd{true, "use_virtual_sd"}; | 541 | Setting<bool> use_virtual_sd{true, "use_virtual_sd"}; |
| 540 | Setting<bool> gamecard_inserted{false, "gamecard_inserted"}; | 542 | Setting<bool> gamecard_inserted{false, "gamecard_inserted"}; |