Merge branch 'main' into metal

This commit is contained in:
SamoZ256 2025-06-26 08:42:24 +02:00 committed by GitHub
commit 4281959b64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
81 changed files with 1316 additions and 488 deletions

View file

@ -531,8 +531,8 @@ struct CemuConfig
sint32 audio_api = 0;
sint32 audio_delay = 2;
AudioChannels tv_channels = kStereo, pad_channels = kStereo, input_channels = kMono;
sint32 tv_volume = 50, pad_volume = 0, input_volume = 50;
std::wstring tv_device{ L"default" }, pad_device, input_device;
sint32 tv_volume = 50, pad_volume = 0, input_volume = 50, portal_volume = 50;
std::wstring tv_device{ L"default" }, pad_device, input_device, portal_device;
// account
struct