mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-02 21:36:25 +02:00
Add Missing iOS Patches
This commit is contained in:
parent
4d988e95f0
commit
11578ad9fa
3 changed files with 44 additions and 3 deletions
|
@ -104,6 +104,9 @@ namespace Ryujinx.Headless.SDL2
|
|||
ForceDpiAware.Windows();
|
||||
CultureInfo.CurrentCulture = CultureInfo.InvariantCulture;
|
||||
|
||||
CultureInfo.DefaultThreadCurrentCulture = CultureInfo.InvariantCulture;
|
||||
CultureInfo.DefaultThreadCurrentUICulture = CultureInfo.InvariantCulture;
|
||||
|
||||
Silk.NET.Core.Loader.SearchPathContainer.Platform = Silk.NET.Core.Loader.UnderlyingPlatform.MacOS;
|
||||
|
||||
if (!OperatingSystem.IsIOS())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue