summaryrefslogtreecommitdiffstats
path: root/src/core/loader/loader.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2014-08-27 06:04:26 +0200
committerbunnei <bunneidev@gmail.com>2014-08-28 23:51:49 +0200
commit6966fdf02578750f31098f23f1f14ebb4f642e2a (patch)
tree8e8396036dabdba520c99514c6c5225b298d1d9c /src/core/loader/loader.h
parentThreading: Fix thread starting to execute first instruction correctly. (diff)
downloadyuzu-6966fdf02578750f31098f23f1f14ebb4f642e2a.tar
yuzu-6966fdf02578750f31098f23f1f14ebb4f642e2a.tar.gz
yuzu-6966fdf02578750f31098f23f1f14ebb4f642e2a.tar.bz2
yuzu-6966fdf02578750f31098f23f1f14ebb4f642e2a.tar.lz
yuzu-6966fdf02578750f31098f23f1f14ebb4f642e2a.tar.xz
yuzu-6966fdf02578750f31098f23f1f14ebb4f642e2a.tar.zst
yuzu-6966fdf02578750f31098f23f1f14ebb4f642e2a.zip
Diffstat (limited to '')
-rw-r--r--src/core/loader/loader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/loader/loader.h b/src/core/loader/loader.h
index 4ba10de52..68f843005 100644
--- a/src/core/loader/loader.h
+++ b/src/core/loader/loader.h
@@ -21,6 +21,7 @@ enum class FileType {
CXI,
CIA,
ELF,
+ BIN,
};
/// Return type for functions in Loader namespace