use updated aurora signature

This commit is contained in:
madeline
2026-04-06 21:06:04 -07:00
parent 6a537ab90d
commit aa3b163230
+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;