diff options
author | bunnei <bunneidev@gmail.com> | 2014-08-27 06:04:26 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2014-08-28 23:51:49 +0200 |
commit | 6966fdf02578750f31098f23f1f14ebb4f642e2a (patch) | |
tree | 8e8396036dabdba520c99514c6c5225b298d1d9c /src/core/loader/loader.h | |
parent | Threading: Fix thread starting to execute first instruction correctly. (diff) | |
download | yuzu-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 'src/core/loader/loader.h')
-rw-r--r-- | src/core/loader/loader.h | 1 |
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 |