From fd09b583001d8ce84a2dede6234f230b0d84d68d Mon Sep 17 00:00:00 2001 From: greggameplayer <33609333+greggameplayer@users.noreply.github.com> Date: Fri, 18 May 2018 20:53:10 +0200 Subject: [PATCH] Remove libnx error modules --- src/core/hle/result.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/hle/result.h b/src/core/hle/result.h index 352c0339f6..e3eda4f543 100644 --- a/src/core/hle/result.h +++ b/src/core/hle/result.h @@ -111,8 +111,6 @@ enum class ErrorModule : u32 { GRC = 212, Migration = 216, MigrationLdcServ = 217, - libnx = 345, - libnxNvidiaErrors = 348, GeneralWebApplet = 800, WifiWebAuthApplet = 809, WhitelistedApplet = 810,