mirror of https://github.com/mgba-emu/mgba.git
3DS: Change title ID to avoid conflict with commercial title (fixes #3023)
This commit is contained in:
parent
2751cc23f5
commit
aa5f4bc3a4
1
CHANGES
1
CHANGES
|
@ -32,6 +32,7 @@ Other fixes:
|
|||
- Qt: Fix potential crash when configuring shortcuts
|
||||
- Qt: Fix regression where loading BIOS creates a save file (fixes mgba.io/i/3359)
|
||||
Misc:
|
||||
- 3DS: Change title ID to avoid conflict with commercial title (fixes mgba.io/i/3023)
|
||||
- Core: Handle relative paths for saves, screenshots, etc consistently (fixes mgba.io/i/2826)
|
||||
- Core: Improve rumble emulation by averaging state over entire frame (fixes mgba.io/i/3232)
|
||||
- Core: Add MD5 hashing for ROMs
|
||||
|
|
|
@ -9,7 +9,7 @@ BasicInfo:
|
|||
|
||||
TitleInfo:
|
||||
Category : Application
|
||||
UniqueId : 0x1A1E
|
||||
UniqueId : 0xD721
|
||||
|
||||
Option:
|
||||
UseOnSD : true # true if App is to be installed to SD
|
||||
|
|
Loading…
Reference in New Issue