mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-20 19:13:56 +00:00
Loader: Add 3DSX support
This commit is contained in:
@@ -22,6 +22,7 @@ enum class FileType {
|
||||
CIA,
|
||||
ELF,
|
||||
BIN,
|
||||
THREEDSX, //3DSX
|
||||
};
|
||||
|
||||
/// Return type for functions in Loader namespace
|
||||
|
||||
Reference in New Issue
Block a user