diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2025-10-27 20:55:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-28 05:55:46 +0200 |
| commit | 73927f50a94d85cac09bd31aff71a7ffb5194cbd (patch) | |
| tree | 0cd268513d9ede4d40a4177a2524b76c87242fe0 /src/m_Do/m_Do_graphic.cpp | |
| parent | 577747e228290cd4018135a454f4ae7caf694e90 (diff) | |
kankyo / m_do_ext debug stuff (#2759)
* kankyo debug work
* finish draw packets
Diffstat (limited to 'src/m_Do/m_Do_graphic.cpp')
| -rw-r--r-- | src/m_Do/m_Do_graphic.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/m_Do/m_Do_graphic.cpp b/src/m_Do/m_Do_graphic.cpp index 9d5842e370..da9f8e243e 100644 --- a/src/m_Do/m_Do_graphic.cpp +++ b/src/m_Do/m_Do_graphic.cpp @@ -24,6 +24,7 @@ #include "m_Do/m_Do_graphic.h" #include "m_Do/m_Do_machine.h" #include "m_Do/m_Do_main.h" +#include "d/d_debug_viewer.h" /* 80007D9C-80007E44 0026DC 00A8+00 1/1 0/0 0/0 .text createTimg__FUsUsUl */ static ResTIMG* createTimg(u16 width, u16 height, u32 format) { @@ -265,6 +266,10 @@ void mDoGph_BlankingOFF() {} /* 80008424-80008450 002D64 002C+00 1/1 0/0 0/0 .text dScnPly_BeforeOfPaint__Fv */ static void dScnPly_BeforeOfPaint() { dComIfGd_reset(); + + #if DEBUG + dDbVw_deleteDrawPacketList(); + #endif } /* 80008450-80008474 002D90 0024+00 0/0 1/0 0/0 .text mDoGph_BeforeOfDraw__Fv */ |
