mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12: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)
|
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._ref = surface;
|
||||||
overlap.memory_address = address;
|
overlap.memory_address = address;
|
||||||
overlap.x = offset_x;
|
overlap.x = offset_x;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue