nsyshid: Tidyups and Fixes (#1275)

This commit is contained in:
Joshua de Reeper 2024-07-28 17:50:20 +01:00 committed by GitHub
parent 593da5ed79
commit 517e68fe57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View file

@ -519,7 +519,7 @@ struct CemuConfig
struct
{
ConfigValue<bool> emulate_skylander_portal{false};
ConfigValue<bool> emulate_infinity_base{true};
ConfigValue<bool> emulate_infinity_base{false};
}emulated_usb_devices{};
private: