Merge branch 'cemu-project:main' into metal

This commit is contained in:
SamoZ256 2024-07-29 15:13:39 +02:00 committed by GitHub
commit 89a2c23dd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 835 additions and 676 deletions

View file

@ -520,7 +520,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: