mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2026-01-02 15:37:16 +00:00
@@ -1,12 +0,0 @@
|
||||
using Ryujinx.Horizon.Common;
|
||||
|
||||
namespace Ryujinx.Horizon
|
||||
{
|
||||
internal static class LibHacResultExtensions
|
||||
{
|
||||
public static Result ToHorizonResult(this LibHac.Result result)
|
||||
{
|
||||
return new Result((int)result.Module, (int)result.Description);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user