mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-05 15:48:39 +00:00
disable configured flexible memory size (caused issues in some games)
This commit is contained in:
parent
f5541e3c3d
commit
2ac9ae3eb1
1 changed files with 5 additions and 5 deletions
|
@ -68,11 +68,11 @@ void Linker::Execute() {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Configure used flexible memory size.
|
// Configure used flexible memory size.
|
||||||
if (auto* mem_param = GetProcParam()->mem_param) {
|
// if (auto* mem_param = GetProcParam()->mem_param) {
|
||||||
if (u64* flexible_size = mem_param->flexible_memory_size) {
|
// if (u64* flexible_size = mem_param->flexible_memory_size) {
|
||||||
memory->SetTotalFlexibleSize(*flexible_size);
|
// memory->SetTotalFlexibleSize(*flexible_size);
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
|
||||||
// Init primary thread.
|
// Init primary thread.
|
||||||
Common::SetCurrentThreadName("GAME_MainThread");
|
Common::SetCurrentThreadName("GAME_MainThread");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue