early-access version 3841

This commit is contained in:
pineappleEA
2023-08-28 03:24:22 +02:00
parent 3cc2039405
commit 4f1fb2eafb
19 changed files with 332 additions and 32 deletions

View File

@@ -376,6 +376,10 @@ struct System::Impl {
room_member->SendGameInfo(game_info);
}
// Workarounds:
// Activate this in Super Smash Brothers, it only affects AMD cards using AMDVLK
Settings::values.graphics_AMD_workaround = program_id == 0x1006A800016E000ULL;
status = SystemResultStatus::Success;
return status;
}
@@ -435,6 +439,9 @@ struct System::Impl {
room_member->SendGameInfo(game_info);
}
// Workarounds
Settings::values.graphics_AMD_workaround = false;
LOG_DEBUG(Core, "Shutdown OK");
}