mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2025-10-30 08:02:29 +00:00
Compare commits
2 commits
626cb4682d
...
94d5b17ab5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
94d5b17ab5 | ||
|
|
4b32a19531 |
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue