mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 17:57:58 -05:00
service: nfp: Allow to load with a different amiibo id
This commit is contained in:
@ -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"};
|
||||
|
Reference in New Issue
Block a user