Updated AdPlug with a crash fix for RAD2
Fixed RAD2 files referencing instruments not present in the file, which caused the player to reference uninitialized memory and usually crash. Signed-off-by: Christopher Snowhill <kode54@gmail.com>main
parent
0bae420e6b
commit
3a64cdd5cc
|
@ -3,7 +3,7 @@
|
||||||
url = https://github.com/kode54/mgba.git
|
url = https://github.com/kode54/mgba.git
|
||||||
[submodule "Frameworks/AdPlug/AdPlug/adplug"]
|
[submodule "Frameworks/AdPlug/AdPlug/adplug"]
|
||||||
path = Frameworks/AdPlug/AdPlug/adplug
|
path = Frameworks/AdPlug/AdPlug/adplug
|
||||||
url = https://github.com/adplug/adplug.git
|
url = https://github.com/kode54/adplug.git
|
||||||
[submodule "Frameworks/libbinio/libbinio/libbinio"]
|
[submodule "Frameworks/libbinio/libbinio/libbinio"]
|
||||||
path = Frameworks/libbinio/libbinio/libbinio
|
path = Frameworks/libbinio/libbinio/libbinio
|
||||||
url = https://github.com/adplug/libbinio.git
|
url = https://github.com/adplug/libbinio.git
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 66b19f65369ba8ef5a20c93aba779c15b88e9673
|
Subproject commit 4e0141ab41ac4ebf388b765d669eb656376d04fd
|
Loading…
Reference in New Issue