mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 14:31:24 +12:00
rsx: Block size back down to 4MB
- 4M is a good compromise, a 720p surface occupies just under 4MB
This commit is contained in:
parent
d0402332f7
commit
26ee1246ae
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ namespace rsx
|
||||||
using surface_type = typename Traits::surface_type;
|
using surface_type = typename Traits::surface_type;
|
||||||
using command_list_type = typename Traits::command_list_type;
|
using command_list_type = typename Traits::command_list_type;
|
||||||
using surface_overlap_info = surface_overlap_info_t<surface_type>;
|
using surface_overlap_info = surface_overlap_info_t<surface_type>;
|
||||||
using surface_ranged_map = typename rsx::ranged_map<surface_storage_type, 0x1000000>;
|
using surface_ranged_map = typename rsx::ranged_map<surface_storage_type, 0x400000>;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
surface_ranged_map m_render_targets_storage = {};
|
surface_ranged_map m_render_targets_storage = {};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue