summaryrefslogtreecommitdiff
path: root/src/m_Do/m_Do_hostIO.cpp
diff options
context:
space:
mode:
authorNiklas Bauer <nikbau2000@gmail.com>2025-12-26 22:17:51 +0100
committerGitHub <noreply@github.com>2025-12-26 13:17:51 -0800
commit67b576ad9aec15953fa0d52f33cc88e8a783b46b (patch)
tree2e9e78e8cca507807292d9288a54babfe187cca0 /src/m_Do/m_Do_hostIO.cpp
parent229527daf71c76965ef0735abca530cee68b7358 (diff)
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
Diffstat (limited to 'src/m_Do/m_Do_hostIO.cpp')
-rw-r--r--src/m_Do/m_Do_hostIO.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/m_Do/m_Do_hostIO.cpp b/src/m_Do/m_Do_hostIO.cpp
index 286a942110..7ee6a3653b 100644
--- a/src/m_Do/m_Do_hostIO.cpp
+++ b/src/m_Do/m_Do_hostIO.cpp
@@ -128,6 +128,10 @@ void mDoHIO_updateChild(s8 i_no) {
mDoHIO_root.updateChild(i_no);
}
+void mDoHIO_update() {
+ mDoHIO_root.update();
+}
+
void mDoHIO_root_c::updateChild(s8 i_no) {
mSub.updateChild(i_no);
}