mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-27 14:39:20 -04:00
f_op debug work (#2991)
* f_op debug 1 * f_op debug 2 * f_op debug 3 * f_op debug 4 * f_op debug 5 * f_op_debug fix build * f_op linking * remove goto in fopac_create * fix regressions * fix regressions * pr comments
This commit is contained in:
@@ -1218,7 +1218,7 @@ bool dPa_control_c::readScene(u8 param_0, mDoDvdThd_toMainRam_c** param_1) {
|
||||
|
||||
if (m_sceneRes) {
|
||||
JUT_ASSERT(2641, !(--mSceneCount));
|
||||
JKRHeap::free(m_sceneRes, NULL);
|
||||
JKRFree(m_sceneRes);
|
||||
m_sceneRes = NULL;
|
||||
}
|
||||
JUT_ASSERT(2647, !mSceneCount++);
|
||||
|
||||
Reference in New Issue
Block a user