We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef003d commit e42dbdbCopy full SHA for e42dbdb
mods/Levels/PS1_TrackROM/src/hooks.c
@@ -66,7 +66,7 @@ void RunInitHook()
66
{
67
once = 0;
68
// adds VRAM to loading queue
69
- LOAD_AppendQueue(sdata->ptrBigfile1, LT_DRAM, 222, 0x80200000, 0);
+ LOAD_AppendQueue(sdata->ptrBigfile1, LT_VRAM, 222, 0x80200000, 0);
70
// adds LEV to loading queue
71
LOAD_AppendQueue(sdata->ptrBigfile1, LT_DRAM, 221, 0x80300000, 0);
72
0 commit comments