mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-23 06:58:03 +00:00
Update linker.cpp
This commit is contained in:
parent
6bacbdd8de
commit
744e716fce
@ -104,9 +104,6 @@ void Linker::Execute(const std::vector<std::string>& args) {
|
|||||||
|
|
||||||
memory->SetupMemoryRegions(fmem_size, use_extended_mem1, use_extended_mem2);
|
memory->SetupMemoryRegions(fmem_size, use_extended_mem1, use_extended_mem2);
|
||||||
|
|
||||||
// Simulate sceKernelInternalMemory mapping, a mapping usually performed during libkernel init.
|
|
||||||
// Due to the large size of this mapping, failing to emulate it causes issues in some titles.
|
|
||||||
// This mapping belongs in the system reserved area, which starts at address 0x880000000.
|
|
||||||
main_thread.Run([this, module, &args](std::stop_token) {
|
main_thread.Run([this, module, &args](std::stop_token) {
|
||||||
Common::SetCurrentThreadName("GAME_MainThread");
|
Common::SetCurrentThreadName("GAME_MainThread");
|
||||||
if (auto& ipc = IPC::Instance()) {
|
if (auto& ipc = IPC::Instance()) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user