Add SMART_CTOR
Begin with Render2 (Draw2 replacement)
Add UI7 DrawLists
This commit is contained in:
2024-06-08 16:30:01 +02:00
parent f399f032e7
commit 07ed5af300
8 changed files with 398 additions and 233 deletions

View File

@@ -300,7 +300,6 @@ bool RenderD7::MainLoop() {
d7_hRepeat = hidKeysDownRepeat();
hidTouchRead(&d7_touch);
Hid::Update();
UI7::Update();
rd7i_hid_touch_pos = R7Vec2(d7_touch.px, d7_touch.py);
RenderD7::ClearTextBufs();
@@ -500,9 +499,10 @@ void RenderD7::FrameEnd() {
RenderD7::Scene::doDraw();
RenderD7::Scene::doLogic();
}
UI7::Update();
UI7::Debug();
RenderD7::ProcessMessages();
OvlHandler();
UI7::Debug();
Npifade();
C3D_FrameEnd(0);
}