mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 18:07:57 -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:
@ -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