mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 22:38:39 -05:00
Loader: Remove .bin file support
It is of very limited practical utility currently, and will soon be impossible to support due to more accurate memory map emulation.
This commit is contained in:
@ -24,7 +24,6 @@ enum class FileType {
|
||||
CXI,
|
||||
CIA,
|
||||
ELF,
|
||||
BIN,
|
||||
THREEDSX, //3DSX
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user