From 4f5ff9f3c6ba1b8a51ca2e37f6e53284655cdc2d Mon Sep 17 00:00:00 2001 From: GreemDev Date: Wed, 31 Dec 2025 14:35:23 -0600 Subject: [PATCH] fix renderdocapi readme title --- src/Ryujinx.Graphics.RenderDocApi/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Ryujinx.Graphics.RenderDocApi/README.md b/src/Ryujinx.Graphics.RenderDocApi/README.md index d134c57d5..51f568b28 100644 --- a/src/Ryujinx.Graphics.RenderDocApi/README.md +++ b/src/Ryujinx.Graphics.RenderDocApi/README.md @@ -1,5 +1,5 @@ -# Ryujinx.Graphics.RenderDoc +# Ryujinx.Graphics.RenderDocApi This is a C# binding for RenderDoc's application API. This is a source-inclusion of https://github.com/utkumaden/RenderdocSharp. -I didn't use the NuGet package as I had a few minor changes I wanted to make, and I want to learn from it as well via hands-on experience. \ No newline at end of file +I didn't use the NuGet package as I had a few minor changes I wanted to make, and I want to learn from it as well via hands-on experience.