diff --git a/Goldleaf/Source/hos/hos_Common.cpp b/Goldleaf/Source/hos/hos_Common.cpp index 38aa45b6..43315000 100644 --- a/Goldleaf/Source/hos/hos_Common.cpp +++ b/Goldleaf/Source/hos/hos_Common.cpp @@ -184,11 +184,6 @@ namespace hos if(GetLaunchMode() == LaunchMode::Application) appletEndBlockingHomeButton(); } - #define VERSION_EXACT(a,b,c) (hosversionGet() == MAKEHOSVERSION(a,b,c)) - #define VERSION_BETWEEN(a,b,c,d,e,f) ((hosversionGet() >= MAKEHOSVERSION(a,b,c)) && (hosversionGet() <= MAKEHOSVERSION(d,e,f))) - - #define MKEY_SET_IF(expression, kgen) if(expression) { masterkey = kgen; } - u8 ComputeSystemKeyGeneration() { FsStorage boot0; diff --git a/Goldleaf/Source/hos/hos_Content.cpp b/Goldleaf/Source/hos/hos_Content.cpp index 715567e4..cf6f8657 100644 --- a/Goldleaf/Source/hos/hos_Content.cpp +++ b/Goldleaf/Source/hos/hos_Content.cpp @@ -22,13 +22,6 @@ #include #include -#include - -namespace ui -{ - extern MainApplication::Ref mainapp; -} - namespace hos { pu::String ContentIdAsString(const NcmNcaId &NCAId)