diff options
| author | Mattias Blum <142374929+mattias-blum@users.noreply.github.com> | 2026-07-18 17:37:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-18 17:37:31 -0400 |
| commit | db61d3102208a949d7941f4491706eba16ba2686 (patch) | |
| tree | 6383abfb9d89786d1d456637d031a32c60bc83a3 /include/m_Do/m_Do_graphic.h | |
| parent | c1513e97e57f13a37f1d6637d508b04da8490654 (diff) | |
d_picture_box mostly matching for GZLE01 (#1125)
* initial progress
* more progress
* more progress
* d_picture_box mostly matching for GZLE01
Unable to resolve the regswap in dJle_Pb_c::draw()
* reverted some changes to member names
* filled missing enum value
* PR changes made
* renamed some fields
Diffstat (limited to 'include/m_Do/m_Do_graphic.h')
| -rw-r--r-- | include/m_Do/m_Do_graphic.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/m_Do/m_Do_graphic.h b/include/m_Do/m_Do_graphic.h index ff2a003d..0f7bedee 100644 --- a/include/m_Do/m_Do_graphic.h +++ b/include/m_Do/m_Do_graphic.h @@ -11,6 +11,12 @@ bool mDoGph_AfterOfDraw(); bool mDoGph_Painter(); void mDoGph_BlankingON(); void mDoGph_BlankingOFF(); +void mDoGph_setCaptureStep(s16 step); +void* mDoGph_getCaptureTextureBuffer(); +void mDoGph_setCaptureCaptureFormat(u8 fmt); +void mDoGph_setCaptureTextureFormat(u8 fmt); +s16 mDoGph_getCaptureStep(); +void mDoGph_CaptureCansel(); struct ResTIMG; |
