From adc9b29cc2fdcfe2365b4f1f00f6aac24dd2a171 Mon Sep 17 00:00:00 2001 From: greggameplayer <33609333+greggameplayer@users.noreply.github.com> Date: Fri, 18 May 2018 19:24:50 +0200 Subject: [PATCH] remove Homebrew ABI and Homebrew Loader --- 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 604f409941..352c0339f6 100644 --- a/src/core/hle/result.h +++ b/src/core/hle/result.h @@ -112,8 +112,6 @@ enum class ErrorModule : u32 { Migration = 216, MigrationLdcServ = 217, libnx = 345, - HomebrewABI = 346, - HomebrewLoader = 347, libnxNvidiaErrors = 348, GeneralWebApplet = 800, WifiWebAuthApplet = 809,