aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Ui.Common/Ryujinx.Ui.Common.csproj
diff options
context:
space:
mode:
authorMutantAura <44103205+MutantAura@users.noreply.github.com>2023-11-18 20:42:45 +0000
committerGitHub <noreply@github.com>2023-11-18 17:42:45 -0300
commitaa96dcb1bede3693877e2f1eca3e169d8ee13ef1 (patch)
tree0eb8e9d4f894d624e360e0f1dc1340007a77ba75 /src/Ryujinx.Ui.Common/Ryujinx.Ui.Common.csproj
parent82a638230e4b10c099d8517b8ef7b602f22a6887 (diff)
misc: Default to Vulkan if available or running on macOS (#5913)1.1.1090
* Addition of default backend check. Vulkan is preferred if available or macOS. * import ordering format fix * Update src/Ryujinx/Program.cs Co-authored-by: gdkchan <gab.dark.100@gmail.com> * remove redundant load types --------- Co-authored-by: gdkchan <gab.dark.100@gmail.com>
Diffstat (limited to 'src/Ryujinx.Ui.Common/Ryujinx.Ui.Common.csproj')
-rw-r--r--src/Ryujinx.Ui.Common/Ryujinx.Ui.Common.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Ryujinx.Ui.Common/Ryujinx.Ui.Common.csproj b/src/Ryujinx.Ui.Common/Ryujinx.Ui.Common.csproj
index 7aff09ff..74331fde 100644
--- a/src/Ryujinx.Ui.Common/Ryujinx.Ui.Common.csproj
+++ b/src/Ryujinx.Ui.Common/Ryujinx.Ui.Common.csproj
@@ -62,6 +62,7 @@
<ItemGroup>
<ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
<ProjectReference Include="..\Ryujinx.HLE\Ryujinx.HLE.csproj" />
+ <ProjectReference Include="..\Ryujinx.Graphics.Vulkan\Ryujinx.Graphics.Vulkan.csproj" />
</ItemGroup>
</Project>