From 4b2174da9547d1ca2f4502ccda992ef31ad1e7a8 Mon Sep 17 00:00:00 2001 From: Domenico V <35856442+LDj3SNuD@users.noreply.github.com> Date: Thu, 28 Dec 2023 15:04:57 +0100 Subject: [PATCH] Update RegisterInformation.cs --- src/Ryujinx.HLE/Debugger/RegisterInformation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ryujinx.HLE/Debugger/RegisterInformation.cs b/src/Ryujinx.HLE/Debugger/RegisterInformation.cs index 0ba9b558c..b5fd88ea5 100644 --- a/src/Ryujinx.HLE/Debugger/RegisterInformation.cs +++ b/src/Ryujinx.HLE/Debugger/RegisterInformation.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; using System.IO; namespace Ryujinx.HLE.Debugger