1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-01 00:46:32 -05:00

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