Fix symbol names (#118)

* checkpoint

* checkpoint

* rename f_pc

* checkpoint

* small symbol rename and fix some fpc symbols

* remove unneeded entries from ldscript

* simplify ok check, update docker container

Co-authored-by: Pheenoh <pheenoh@gmail.com>
This commit is contained in:
lepelog
2021-03-15 07:12:44 +01:00
committed by GitHub
parent 3b69d4cba0
commit 80ba3d9fd2
3357 changed files with 59145 additions and 59695 deletions
+2 -2
View File
@@ -78,14 +78,14 @@ JAISoundHandle* Z2SoundHandles::getHandleUserData(u32 pUserData) {
extern "C" {
// getFreeHandle__14Z2SoundHandlesFv
// Z2SoundHandles::getFreeHandle(void)
asm void Z2SoundHandles_NS_getFreeHandle(void) {
asm void getFreeHandle__14Z2SoundHandlesFv(void) {
nofralloc
#include "Z2AudioLib/Z2SoundHandles/asm/func_802AB2D8.s"
}
// getLowPrioSound__14Z2SoundHandlesF10JAISoundID
// Z2SoundHandles::getLowPrioSound(JAISoundID)
asm void Z2SoundHandles_NS_getLowPrioSound(void) {
asm void getLowPrioSound__14Z2SoundHandlesF10JAISoundID(void) {
nofralloc
#include "Z2AudioLib/Z2SoundHandles/asm/func_802AB3D0.s"
}