This commit is contained in:
microsoftv 2024-11-26 18:43:29 -05:00
parent 0e6df254b9
commit 6cf9af122d

View File

@ -165,7 +165,7 @@ s32 SystemSetup(const OrbisNgs2SystemOption* option, OrbisNgs2ContextBufferInfo*
setupResult.bufferInfo = *hostBufferInfo;
setupResult.hostFree = hostFree;
//setupResult.extraSystemData =
setupResult.systemListHead = systemList;
//setupResult.systemList = systemList;
OrbisNgs2Handle systemHandle = setupResult.systemHandle;
if (hostBufferInfo->hostBufferSize >= requiredBufferSize) {