diff --git a/src/main.cpp b/src/main.cpp index a32af977..6794b22f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -34,14 +34,14 @@ // Main code int main(int argc, char* argv[]) { - /* if (argc == 1) { + if (argc == 1) { printf("Usage: %s \n", argv[0]); return -1; - }*/ + } logging::init(true); // init logging Lib::InitThreads(); - const char* const path = "videoout_basic.elf"; // argv[1]; //argument 1 is the path of self file to boot + const char* const path = argv[1]; //argument 1 is the path of self file to boot // const char* const path = "F:\\ps4games\\CUSA03840 - Resident Evil 6\\eboot.bin"; auto* linker = Singleton::Instance();