diff --git a/miniwin/src/d3drm/backends/gxm/renderer.cpp b/miniwin/src/d3drm/backends/gxm/renderer.cpp index 77c9c77b..a0f98770 100644 --- a/miniwin/src/d3drm/backends/gxm/renderer.cpp +++ b/miniwin/src/d3drm/backends/gxm/renderer.cpp @@ -609,8 +609,8 @@ GXMRenderer::GXMRenderer(DWORD width, DWORD height) for (uint32_t i = 0; i < VITA_GXM_UNIFORM_BUFFER_COUNT; i++) { this->fragmentNotifications[i].address = notificationMem + (i * 2); this->fragmentNotifications[i].value = 0; - this->vertexNotifications[i].address = notificationMem + (i * 2) + 1; - this->vertexNotifications[i].value = 0; + //this->vertexNotifications[i].address = notificationMem + (i * 2) + 1; + //this->vertexNotifications[i].value = 0; } int count;