refactore: rename loadPOSIX to loadIO

This commit is contained in:
Wellinator
2023-11-11 13:34:50 -03:00
parent 67f70f80d8
commit e229b34ad3
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -60,7 +60,7 @@ void IrxLoader::loadAll(const bool& withUsb, const bool& isLoggingToFile) {
return;
}
loadPOSIX(!isLoggingToFile);
loadIO(!isLoggingToFile);
loadSio2man(!isLoggingToFile);
loadPadman(!isLoggingToFile);
loadLibsd(!isLoggingToFile);
@@ -107,7 +107,7 @@ void IrxLoader::loadLibsd(const bool& verbose) {
if (verbose) TYRA_LOG("IRX: Libsd loaded!");
}
void IrxLoader::loadPOSIX(const bool& verbose) {
void IrxLoader::loadIO(const bool& verbose) {
int ret;
if (verbose) TYRA_LOG("IRX: Loading iomanX...");