Skip to content

Commit e42dbdb

Browse files
committed
fix VRAM load
1 parent 9ef003d commit e42dbdb

File tree

1 file changed

+1
-1
lines changed
  • mods/Levels/PS1_TrackROM/src

1 file changed

+1
-1
lines changed

mods/Levels/PS1_TrackROM/src/hooks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ void RunInitHook()
6666
{
6767
once = 0;
6868
// adds VRAM to loading queue
69-
LOAD_AppendQueue(sdata->ptrBigfile1, LT_DRAM, 222, 0x80200000, 0);
69+
LOAD_AppendQueue(sdata->ptrBigfile1, LT_VRAM, 222, 0x80200000, 0);
7070
// adds LEV to loading queue
7171
LOAD_AppendQueue(sdata->ptrBigfile1, LT_DRAM, 221, 0x80300000, 0);
7272

0 commit comments

Comments
 (0)