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:
parent
304999dfeb
commit
6966fdf025
3 changed files with 22 additions and 1 deletions
|
@ -21,6 +21,7 @@ enum class FileType {
|
|||
CXI,
|
||||
CIA,
|
||||
ELF,
|
||||
BIN,
|
||||
};
|
||||
|
||||
/// Return type for functions in Loader namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue