From e77359e074367538e5feb640c01741f6ba3e75de Mon Sep 17 00:00:00 2001 From: sunshineinabox Date: Fri, 8 Mar 2024 08:07:24 -0800 Subject: [PATCH] Use MemoryCache class to create a simple janky cache of Application List bitmaps --- Directory.Packages.props | 3 ++- src/Ryujinx/Ryujinx.csproj | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 412b33a6e3..faae9499e9 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -48,6 +48,7 @@ + - + \ No newline at end of file diff --git a/src/Ryujinx/Ryujinx.csproj b/src/Ryujinx/Ryujinx.csproj index b3d312f626..a8a010b7f9 100644 --- a/src/Ryujinx/Ryujinx.csproj +++ b/src/Ryujinx/Ryujinx.csproj @@ -58,6 +58,7 @@ +