summaryrefslogtreecommitdiff
path: root/libs/JSystem/JUtility
diff options
context:
space:
mode:
authorErin Moon <erin@hecke.rs>2020-12-25 19:59:52 -0600
committerGitHub <noreply@github.com>2020-12-25 20:59:52 -0500
commit58fc83c4f804e72019dc9ccbcc389affe7a9f3ed (patch)
treed287ca8be8511f1a826b1d62aa6461ab1a76fcf4 /libs/JSystem/JUtility
parent22bda03652efbecd77e1fa3597dfdecee768ec06 (diff)
m_Do_Reset: OK (#35)
* m_Do_Reset: split and (some) decomp decompiles: - my_OSCancelAlarmAll() - destroyVideo() * mDoRst::reset(): decompile, plus some supporting code * split DVD* functions to dvd.h * mDoRst::resetCallBack(): decompile
Diffstat (limited to 'libs/JSystem/JUtility')
-rw-r--r--libs/JSystem/JUtility/JUTXfb.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/libs/JSystem/JUtility/JUTXfb.cpp b/libs/JSystem/JUtility/JUTXfb.cpp
index 4bf93c8658..f80f7723ac 100644
--- a/libs/JSystem/JUtility/JUTXfb.cpp
+++ b/libs/JSystem/JUtility/JUTXfb.cpp
@@ -1 +1,8 @@
-// ok
+#include "JSystem/JUtility/JUTXfb/JUTXfb.h"
+
+void JUTXfb::clearIndex() {
+ this->active_xfb_index = -1;
+ this->last_drawn_xfb_index = -1;
+ this->next_xfb_buffer = -1;
+ return;
+} \ No newline at end of file