From 7d8f5f0ba2728c98b99c806484a3e01b8d04044a Mon Sep 17 00:00:00 2001 From: MerryMage Date: Wed, 14 Feb 2018 20:12:20 +0000 Subject: [PATCH] Ryujinx.csproj: Add osx-x64 RuntimeIdentifier Allows Ryujinx to build and run on macOS --- Ryujinx.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ryujinx.csproj b/Ryujinx.csproj index 9ad696d89f..9b0e7396a5 100644 --- a/Ryujinx.csproj +++ b/Ryujinx.csproj @@ -2,8 +2,8 @@ Exe netcoreapp2.0 - win10-x64 true + win10-x64;osx-x64