mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 22:38:39 -05: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