From 1f75657d958766dd0bf0adc91d1be24dda6072a7 Mon Sep 17 00:00:00 2001 From: greggameplayer <33609333+greggameplayer@users.noreply.github.com> Date: Wed, 18 Jul 2018 01:23:49 +0200 Subject: [PATCH] Add comment (1/2) --- Ryujinx.HLE/OsHle/Services/Bcat/IBcatService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ryujinx.HLE/OsHle/Services/Bcat/IBcatService.cs b/Ryujinx.HLE/OsHle/Services/Bcat/IBcatService.cs index 4fbdd610f2..b7754d6b63 100644 --- a/Ryujinx.HLE/OsHle/Services/Bcat/IBcatService.cs +++ b/Ryujinx.HLE/OsHle/Services/Bcat/IBcatService.cs @@ -13,7 +13,7 @@ namespace Ryujinx.HLE.OsHle.Services.Bcat { m_Commands = new Dictionary() { - + //... }; }