mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-22 12:35:21 +00:00
fix gcc build
This commit is contained in:
parent
4b2b662c3a
commit
937f1e8cd0
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ namespace rsx
|
|||
|
||||
if (fits_w && fits_h)
|
||||
{
|
||||
surface_hierachy_info<surface_type>::memory_overlap_t overlap;
|
||||
typename surface_hierachy_info<surface_type>::memory_overlap_t overlap;
|
||||
overlap._ref = surface;
|
||||
overlap.memory_address = address;
|
||||
overlap.x = offset_x;
|
||||
|
|
Loading…
Add table
Reference in a new issue