From a135981fddf0c9da57f6332b532972f7be47fa59 Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Thu, 3 Aug 2023 13:06:23 +0300 Subject: [PATCH] removed debug code --- src/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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();