mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-17 16:36:59 +00:00
GX2: Implement GX2SetTVGamma and GX2SetDRCGamma (#1682)
This commit is contained in:
parent
4fa0df6dcf
commit
5390f9338c
22 changed files with 239 additions and 46 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue