summaryrefslogtreecommitdiff
path: root/src/core/loader/loader.h
diff options
context:
space:
mode:
authorGravatar bunnei2014-06-16 23:18:10 -0400
committerGravatar bunnei2014-06-16 23:43:33 -0400
commit13bdaa6c609a8718d4ce6ca3ce5f1e16f4d7c600 (patch)
tree5d8cc87a93620948424be3bee61c206279f4dc7a /src/core/loader/loader.h
parentElf: Renamed modules to be consistent with new loader naming, fixed tabs -> s... (diff)
downloadyuzu-13bdaa6c609a8718d4ce6ca3ce5f1e16f4d7c600.tar.gz
yuzu-13bdaa6c609a8718d4ce6ca3ce5f1e16f4d7c600.tar.xz
yuzu-13bdaa6c609a8718d4ce6ca3ce5f1e16f4d7c600.zip
Loader: Cleaned up and removed unused code, refactored ELF namespace.
Diffstat (limited to 'src/core/loader/loader.h')
-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 @@
7#include "common/common.h" 7#include "common/common.h"
8 8
9//////////////////////////////////////////////////////////////////////////////////////////////////// 9////////////////////////////////////////////////////////////////////////////////////////////////////
10// Loader namespace
10 11
11namespace Loader { 12namespace Loader {
12 13
@@ -19,23 +20,9 @@ enum FileType {
19 FILETYPE_CTR_ELF, 20 FILETYPE_CTR_ELF,
20 FILETYPE_CTR_BIN, 21 FILETYPE_CTR_BIN,
21 22
22 FILETYPE_LAUNCHER_DAT,
23
24 FILETYPE_DIRECTORY_CXI,
25
26 FILETYPE_UNKNOWN_BIN,
27 FILETYPE_UNKNOWN_ELF,
28
29 FILETYPE_ARCHIVE_RAR,
30 FILETYPE_ARCHIVE_ZIP,
31
32 FILETYPE_NORMAL_DIRECTORY,
33
34 FILETYPE_UNKNOWN 23 FILETYPE_UNKNOWN
35}; 24};
36 25
37////////////////////////////////////////////////////////////////////////////////////////////////////
38
39/** 26/**
40 * Identifies the type of a bootable file 27 * Identifies the type of a bootable file
41 * @param filename String filename of bootable file 28 * @param filename String filename of bootable file