mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
supporting self segments loading
This commit is contained in:
@@ -36,7 +36,7 @@ int main(int argc, char* argv[])
|
||||
|
||||
|
||||
logging::init(true);//init logging
|
||||
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
|
||||
auto* linker = Singleton<Linker>::Instance();
|
||||
auto *module =linker->LoadModule(path);//load main executable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user