mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-12 10:37:02 +00:00
fix non-windows builds
This commit is contained in:
parent
f71c5f7996
commit
dcc1d2ea3f
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue