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
@@ -878,8 +878,9 @@ int APIENTRY _tWinMain(_In_ HINSTANCE hInstance,
ui.tick();
ui.render();
//str1k3r - now set the resolution a FUCK ton of times to tell 4J to fuck off with their hardcoded shit
//str1k3r - update RenderManager's & gdraw's resolution
RenderManager.setResolution(g_iScreenWidth, g_iScreenHeight);
ui.updateResolution(g_iScreenWidth, g_iScreenHeight);
// Present the frame.
RenderManager.Present();