service: mii: Migrate service to new interface

This commit is contained in:
Narr the Reg
2024-01-25 20:21:45 -06:00
parent 4526fdaf64
commit c5e88c654e
4 changed files with 174 additions and 415 deletions

View File

@ -697,6 +697,9 @@ static Settings GetSettings() {
ret["hid_debug"]["disabled_features_per_id"] = std::vector<u8>(0xa8);
ret["hid_debug"]["touch_firmware_auto_update_disabled"] = ToBytes(bool{false});
// Mii
ret["mii"]["is_db_test_mode_enabled"] = ToBytes(bool{false});
// Settings
ret["settings_debug"]["is_debug_mode_enabled"] = ToBytes(bool{false});