Skip to content

Commit

Permalink
Fix prepo
Browse files Browse the repository at this point in the history
  • Loading branch information
AcK77 committed Jan 25, 2024
1 parent 79ea884 commit 4fbb2cd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/Ryujinx.Horizon/Prepo/Ipc/PrepoService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ private Result ProcessPlayReport(PlayReportKind playReportKind, ReadOnlySpan<byt

Logger.Info?.Print(LogClass.ServicePrepo, builder.ToString());


return Result.Success;
}
}
Expand Down
4 changes: 0 additions & 4 deletions src/Ryujinx.Horizon/Prepo/PrepoIpcServer.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<<<<<<< HEAD
using Ryujinx.Horizon.Prepo.Types;
=======
using Ryujinx.Horizon.Prepo.Types;
using Ryujinx.Horizon.Sdk.Arp;
>>>>>>> 7e259965 (ArpApi in PrepoIpcServer and remove LmApi)
using Ryujinx.Horizon.Sdk.Sf.Hipc;
using Ryujinx.Horizon.Sdk.Sm;

Expand Down

0 comments on commit 4fbb2cd

Please sign in to comment.