mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-05 16:46:21 +00:00
sceKernelAllocateDirectMemory should be ok for now
This commit is contained in:
parent
770f743a49
commit
dcac8c1661
5 changed files with 44 additions and 47 deletions
|
@ -30,6 +30,7 @@
|
|||
#include <Zydis/Zydis.h>
|
||||
#include "Core/PS4/HLE/Libs.h"
|
||||
#include "Lib/Threads.h"
|
||||
#include "Core/PS4/HLE/Kernel/PhysicalMemory.h"
|
||||
|
||||
// Main code
|
||||
int main(int argc, char* argv[])
|
||||
|
@ -41,6 +42,7 @@ int main(int argc, char* argv[])
|
|||
|
||||
logging::init(true);//init logging
|
||||
Lib::InitThreads();
|
||||
HLE::Libs::LibKernel::MemoryManagement::PhysicalMemoryInit();
|
||||
const char* const path = argv[1]; //argument 1 is the path of self file to boot
|
||||
|
||||
auto* linker = Singleton<Linker>::Instance();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue