Update miniwin/src/d3drm/backends/citro3d/renderer.cpp

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
This commit is contained in:
Joshua Peisach 2025-06-29 12:34:27 -04:00 committed by GitHub
parent a05baacc70
commit 8b9f0b7110
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@
#include <cstring>
bool g_rendering = false;
static bool g_rendering = false;
static DVLB_s* vshader_dvlb;
static shaderProgram_s program;