mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
Try even lower
This commit is contained in:
parent
8735a06f3c
commit
47b65868f4
1 changed files with 2 additions and 2 deletions
|
@ -690,8 +690,8 @@ namespace vk
|
|||
{
|
||||
// GTX970 workaround/hack
|
||||
// The driver reports a full working 4GB of memory which is incorrect.
|
||||
// Limit to ~3GB to allow vma to avoid running over the headroom of 0.5G.
|
||||
memory_map.device_local_total_bytes = 3072 * 0x100000;
|
||||
// Limit to ~2.5GB to allow vma to avoid running over the headroom of 0.5G.
|
||||
memory_map.device_local_total_bytes = 2560 * 0x100000;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue