Lordmau5 7 éve
szülő
commit
5b9ce52108
1 módosított fájl, 0 hozzáadás és 2 törlés
  1. 0 2
      Ryujinx.HLE/OsHle/Services/Am/ICommonStateGetter.cs

+ 0 - 2
Ryujinx.HLE/OsHle/Services/Am/ICommonStateGetter.cs

@@ -90,8 +90,6 @@ namespace Ryujinx.HLE.OsHle.Services.Am
             Context.ResponseData.Write(1280);
             Context.ResponseData.Write(720);
 
-            // Context.Ns.Log.PrintStub(LogClass.ServiceAm, "Stubbed.");
-
             return 0;
         }