Loader: Added support for loading raw BIN executables.

- Useful for debugging homebrew

Qt: Updated GUI to support loading .bin files.
This commit is contained in:
bunnei 2014-08-27 00:04:26 -04:00
parent 304999dfeb
commit 6966fdf025
3 changed files with 22 additions and 1 deletions

View file

@ -21,6 +21,7 @@ enum class FileType {
CXI,
CIA,
ELF,
BIN,
};
/// Return type for functions in Loader namespace