summaryrefslogtreecommitdiff
path: root/src/common/settings.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2023-05-08 22:03:32 -0600
committerNarr the Reg <juangerman-13@hotmail.com>2023-05-09 17:51:59 -0600
commit1968cc7b106159e2bd2166459c3cb04d5f79601f (patch)
tree733a35691c7db1bdded2cc521b6cc31d0b4ef43e /src/common/settings.h
parent7944f271dcbd8217ea0a9e556b75edbe7a23eaff (diff)
service: nfp: Allow to load with a different amiibo id
Diffstat (limited to 'src/common/settings.h')
-rw-r--r--src/common/settings.h2
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"};