mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-20 19:13:56 +00: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:
@@ -21,6 +21,7 @@ enum class FileType {
|
||||
CXI,
|
||||
CIA,
|
||||
ELF,
|
||||
BIN,
|
||||
};
|
||||
|
||||
/// Return type for functions in Loader namespace
|
||||
|
||||
Reference in New Issue
Block a user