Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
XorTroll committed Oct 2, 2019
1 parent 76c8f46 commit 49ef2c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
5 changes: 0 additions & 5 deletions Goldleaf/Source/hos/hos_Common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
7 changes: 0 additions & 7 deletions Goldleaf/Source/hos/hos_Content.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@
#include <hos/hos_Content.hpp>
#include <fs/fs_Explorer.hpp>

#include <ui/ui_MainApplication.hpp>

namespace ui
{
extern MainApplication::Ref mainapp;
}

namespace hos
{
pu::String ContentIdAsString(const NcmNcaId &NCAId)
Expand Down

0 comments on commit 49ef2c9

Please sign in to comment.