mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-18 01:14:56 +00:00
more symbols work and refactoring
This commit is contained in:
parent
11bf9d7928
commit
cc34a85c54
8 changed files with 38 additions and 10 deletions
|
@ -16,7 +16,6 @@
|
|||
|
||||
#include "spdlog/spdlog.h"
|
||||
#include "types.h"
|
||||
#include "Loader/Elf.h"
|
||||
#include "GUI/ElfViewer.h"
|
||||
#include "Util/Log.h"
|
||||
|
||||
|
@ -36,7 +35,7 @@ int main(int argc, char* argv[])
|
|||
|
||||
|
||||
logging::init(true);//init logging
|
||||
const char* const path = 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue