mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-06 02:33:44 -04:00
android : Fix emulation exit showing an Invalid Rom Format error
This commit is contained in:
parent
3066887ff4
commit
3d16399dd1
1 changed files with 3 additions and 2 deletions
|
|
@ -504,8 +504,9 @@ object NativeLibrary {
|
|||
const val ErrorSystemFiles = 8
|
||||
const val ErrorSavestate = 9
|
||||
const val ErrorArticDisconnected = 10
|
||||
const val ShutdownRequested = 11
|
||||
const val ErrorUnknown = 12
|
||||
const val ErrorN3DSApplication = 11
|
||||
const val ShutdownRequested = 12
|
||||
const val ErrorUnknown = 13
|
||||
|
||||
fun newInstance(resultCode: Int): EmulationErrorDialogFragment {
|
||||
val args = Bundle()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue