GX2: Implement GX2SetTVGamma and GX2SetDRCGamma (#1682)

This commit is contained in:
goeiecool9999 2025-11-14 13:51:58 +01:00 committed by GitHub
parent 4fa0df6dcf
commit 5390f9338c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 239 additions and 46 deletions

View file

@ -295,6 +295,10 @@ bool CemuApp::OnInit()
{
MSWEnableDarkMode(DarkMode_Always);
}
// extend tooltip duration to the maximum possible value
wxToolTip::SetDelay(-1);
wxToolTip::SetAutoPop(MAKELPARAM(std::numeric_limits<short>::max(),0));
#endif
for (auto&& path : failedWriteAccess)