Fix Linux DLC install callback flow on feat/iggy-dev

This commit is contained in:
notmatthewbeshay
2026-03-16 04:07:34 +11:00
parent 00c78bccbb
commit fc2db1b1fe
2 changed files with 5 additions and 2 deletions

View File

@@ -136,6 +136,9 @@ DWORD C4JStorage::GetAvailableDLCCount(int iPad) { return 0; }
C4JStorage::EDLCStatus C4JStorage::GetInstalledDLC(int iPad,
int (*Func)(void*, int, int),
void* lpParam) {
if (Func) {
Func(lpParam, 0, iPad);
}
return EDLC_NoInstalledDLC;
}
XCONTENT_DATA& C4JStorage::GetDLC(DWORD dw) { return s_dummyContentData; }