fix: redefinition of ret

This commit is contained in:
Wellinator
2023-01-23 10:27:55 -03:00
parent d196290a3f
commit f546604ba3
-1
View File
@@ -133,7 +133,6 @@ void IrxLoader::loadPOSIX(const bool& verbose) {
if (verbose) TYRA_LOG("IRX: Loading iomanX..."); if (verbose) TYRA_LOG("IRX: Loading iomanX...");
int ret;
SifExecModuleBuffer(&iomanX_irx, size_iomanX_irx, 0, nullptr, &ret); SifExecModuleBuffer(&iomanX_irx, size_iomanX_irx, 0, nullptr, &ret);
TYRA_ASSERT(ret >= 0, "Failed to load module: iomanX_irx"); TYRA_ASSERT(ret >= 0, "Failed to load module: iomanX_irx");