Misc matches and fixes (#2703)

* Match mDoExt_morf_c::getPlayMode

* Misc cleanup

* Fix actor cull spheres

* Match daPy_py_c::getLastSceneSwordAtUpTime, JUTGamePad::testTrigger

* Fix improper demangling of dBgS_SphChk::SetCallback

* Fix d_camera rangef weak func order

* Match more alink_wolf funcs
This commit is contained in:
LagoLunatic
2025-09-26 21:50:46 -04:00
committed by GitHub
parent 30fafe135d
commit 6242aa6e84
36 changed files with 176 additions and 130 deletions
+1
View File
@@ -1,5 +1,6 @@
#include <dolphin/gx.h>
#include <dolphin/os.h>
#include <string.h>
#include "__gx.h"
+1
View File
@@ -2,6 +2,7 @@
#define _DOLPHIN_GX_INTERNAL_H_
#include <dolphin/gx.h>
#include "global.h" // IWYU pragma: export
#ifdef __cplusplus
extern "C" {