diff options
| author | liamwhite <liamwhite@users.noreply.github.com> | 2023-05-10 10:25:48 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-10 10:25:48 -0400 |
| commit | b7f60e91239589deff78ea485104bf132ce27313 (patch) | |
| tree | 04e1b79ce87de7ec058609f758f4f0b3c34ea88e /src/common | |
| parent | 3ec027400ec206f803a8ceb4698056bea77d0024 (diff) | |
| parent | 42e1db4b0e254d10898f4a2bceb452fbfbaae063 (diff) | |
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 { Setting<bool> enable_ir_sensor{false, "enable_ir_sensor"}; Setting<std::string> ir_sensor_device{"auto", "ir_sensor_device"}; + Setting<bool> random_amiibo_id{false, "random_amiibo_id"}; + // Data Storage Setting<bool> use_virtual_sd{true, "use_virtual_sd"}; Setting<bool> gamecard_inserted{false, "gamecard_inserted"}; |
