Move dummy VI origin beyond any known game's load address

This commit is contained in:
Ethan Lafrenais 2025-05-07 01:07:27 -04:00
parent c5e268aa0f
commit 4b32a19531
No known key found for this signature in database
GPG key ID: 928A0136009E2745

View file

@ -160,7 +160,7 @@ void vi_thread_func() {
else {
set_dummy_vi();
static bool swap = false;
uint32_t vi_origin = 0x400 + 0x280; // Skip initial RDRAM contents and add the usual origin offset
uint32_t vi_origin = 0x80700000; // Skip initial RDRAM contents
// Offset by one FB every other frame so RT64 continues drawing
if (swap) {
vi_origin += 0x25800;