From 335d35e5ac544fe8282a6d4b9445850f5e1aae3c Mon Sep 17 00:00:00 2001 From: Stefanos Kornilios Mitsis Poiitidis Date: Sun, 16 Mar 2025 19:20:14 +0200 Subject: [PATCH] woops revert vbuf size / count --- vendor/librw/src/dc/rwdc.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vendor/librw/src/dc/rwdc.cpp b/vendor/librw/src/dc/rwdc.cpp index 25338a3f..db3fc965 100644 --- a/vendor/librw/src/dc/rwdc.cpp +++ b/vendor/librw/src/dc/rwdc.cpp @@ -1159,7 +1159,7 @@ void endUpdate(Camera* cam) { pvr_list_finish(); // dbglog(DBG_CRITICAL, "Free vertex target: %d\n", freeVertexTarget); - + // XXX not by definition the best place to do this XXX // We need to know that pvr isn't using textures before moving them // XXX This is also very slow right now XXX @@ -4647,8 +4647,8 @@ deviceSystem(DeviceReq req, void *arg0, int32 n) if (n == 1) { VIDEO_MODE_SCALE_X = 1; pvr_params.fsaa_enabled = 0; - pvr_params.vertex_buf_size = (1024) * 1024; - pvr_params.opb_overflow_count = 2; // 268800 bytes + pvr_params.vertex_buf_size = (1024 + 1024) * 1024; + pvr_params.opb_overflow_count = 7; // 268800 bytes } else { VIDEO_MODE_SCALE_X = 2; pvr_params.fsaa_enabled = 1;