mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-04-03 03:17:45 -06:00
fix non-windows builds
This commit is contained in:
parent
f71c5f7996
commit
dcc1d2ea3f
@ -295,11 +295,11 @@ bool CemuApp::OnInit()
|
||||
{
|
||||
MSWEnableDarkMode(DarkMode_Always);
|
||||
}
|
||||
#endif
|
||||
|
||||
// extend tooltip view duration on platforms that support it (windows)
|
||||
// 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…
Reference in New Issue
Block a user