summaryrefslogtreecommitdiffstats
path: root/src/core/loader/loader.h
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-06-17 05:18:10 +0200
committerbunnei <ericbunnie@gmail.com>2014-06-17 05:43:33 +0200
commit13bdaa6c609a8718d4ce6ca3ce5f1e16f4d7c600 (patch)
tree5d8cc87a93620948424be3bee61c206279f4dc7a /src/core/loader/loader.h
parentElf: Renamed modules to be consistent with new loader naming, fixed tabs -> spaces. (diff)
downloadyuzu-13bdaa6c609a8718d4ce6ca3ce5f1e16f4d7c600.tar
yuzu-13bdaa6c609a8718d4ce6ca3ce5f1e16f4d7c600.tar.gz
yuzu-13bdaa6c609a8718d4ce6ca3ce5f1e16f4d7c600.tar.bz2
yuzu-13bdaa6c609a8718d4ce6ca3ce5f1e16f4d7c600.tar.lz
yuzu-13bdaa6c609a8718d4ce6ca3ce5f1e16f4d7c600.tar.xz
yuzu-13bdaa6c609a8718d4ce6ca3ce5f1e16f4d7c600.tar.zst
yuzu-13bdaa6c609a8718d4ce6ca3ce5f1e16f4d7c600.zip
Diffstat (limited to '')
-rw-r--r--src/core/loader/loader.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/core/loader/loader.h b/src/core/loader/loader.h
index 9d4aaa874..979003553 100644
--- a/src/core/loader/loader.h
+++ b/src/core/loader/loader.h
@@ -7,6 +7,7 @@
#include "common/common.h"
////////////////////////////////////////////////////////////////////////////////////////////////////
+// Loader namespace
namespace Loader {
@@ -19,23 +20,9 @@ enum FileType {
FILETYPE_CTR_ELF,
FILETYPE_CTR_BIN,
- FILETYPE_LAUNCHER_DAT,
-
- FILETYPE_DIRECTORY_CXI,
-
- FILETYPE_UNKNOWN_BIN,
- FILETYPE_UNKNOWN_ELF,
-
- FILETYPE_ARCHIVE_RAR,
- FILETYPE_ARCHIVE_ZIP,
-
- FILETYPE_NORMAL_DIRECTORY,
-
FILETYPE_UNKNOWN
};
-////////////////////////////////////////////////////////////////////////////////////////////////////
-
/**
* Identifies the type of a bootable file
* @param filename String filename of bootable file