mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Update wx to r75363 to address a wx bug that was breaking netplay on OS X.
This commit is contained in:
2
Externals/wxWidgets3/include/wx/unichar.h
vendored
2
Externals/wxWidgets3/include/wx/unichar.h
vendored
@ -161,7 +161,7 @@ private:
|
||||
|
||||
return ToHi8bit(c);
|
||||
#else
|
||||
return c;
|
||||
return wx_truncate_cast(char, c);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user