mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-20 06:08:56 +02: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:
parent
3ade84cb7b
commit
738b88293c
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