use updated aurora signature

This commit is contained in:
madeline
2026-04-06 21:06:04 -07:00
parent 3b9c1e280b
commit 3ae15b828c
+1 -1
View File
@@ -35,7 +35,7 @@ static bool EnsureDolParsed() {
if (s_dolData) return true;
s32 sz = 0;
const u8* p = DVDGetDOLLocation(sz);
const u8* p = DVDGetDOLLocation(&sz);
if (!p || sz < 256) {
DuskLog.fatal("dvd_asset: DVDGetDOLLocation failed (size={})", sz);
return false;