mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
clang: fix compilation on 3.6
This commit is contained in:
parent
b09321354a
commit
b36d0fd59f
|
|
@ -28,7 +28,7 @@ const u32 tiled_pitches[] = {
|
|||
|
||||
struct CellGcmSysConfig {
|
||||
u32 zculls_addr;
|
||||
vm::ptr<CellGcmDisplayInfo> gcm_buffers{ vm::null };
|
||||
vm::ptr<CellGcmDisplayInfo> gcm_buffers = vm::null;
|
||||
u32 tiles_addr;
|
||||
u32 ctxt_addr;
|
||||
CellGcmConfig current_config;
|
||||
|
|
|
|||
Loading…
Reference in a new issue