mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-05 00:00:42 +01:00
fix gcc build
This commit is contained in:
parent
4b2b662c3a
commit
937f1e8cd0
|
|
@ -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…
Reference in a new issue