mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 12:55:45 +00:00
service: nfp: Allow to load with a different amiibo id
This commit is contained in:
parent
0365c544c5
commit
e43d1c20d5
6 changed files with 39 additions and 7 deletions
|
@ -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"};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue