mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
58fc83c4f8
* 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
8 lines
188 B
C++
8 lines
188 B
C++
#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;
|
|
} |