Merge branch 'main' into metal

This commit is contained in:
SamoZ256 2024-11-19 19:23:35 +01:00 committed by GitHub
commit cabf56851e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 2445 additions and 606 deletions

View file

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