mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-06-06 06:35:00 -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);
|
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::SetDelay(-1);
|
||||||
wxToolTip::SetAutoPop(MAKELPARAM(std::numeric_limits<short>::max(),0));
|
wxToolTip::SetAutoPop(MAKELPARAM(std::numeric_limits<short>::max(),0));
|
||||||
|
#endif
|
||||||
|
|
||||||
for (auto&& path : failedWriteAccess)
|
for (auto&& path : failedWriteAccess)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user