Loader: Add 3DSX support
This commit is contained in:
parent
2aa2d341d0
commit
1aa969741d
6 changed files with 279 additions and 1 deletions
|
@ -22,6 +22,7 @@ enum class FileType {
|
|||
CIA,
|
||||
ELF,
|
||||
BIN,
|
||||
THREEDSX, //3DSX
|
||||
};
|
||||
|
||||
/// Return type for functions in Loader namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue