chore: cleanup function names & update gdraw resolution

This commit is contained in:
2026-09-05 01:17:52 -04:00
parent 1e37e0207c
commit 6800455166
19 changed files with 97 additions and 76 deletions
@@ -95,6 +95,14 @@ void ConsoleUIController::render()
#endif
}
//str1k3r - update gdraw resolution
void ConsoleUIController::updateResolution(S32 w, S32 h)
{
#ifdef _ENABLEIGGY
gdraw_D3D11_SetRendertargetSize(w, h);
#endif
}
void ConsoleUIController::beginIggyCustomDraw4J(IggyCustomDrawCallbackRegion *region, CustomDrawData *customDrawRegion)
{
PIXBeginNamedEvent(0,"Starting Iggy custom draw\n");