mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-10 16:14:29 +00: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…
x
Reference in New Issue
Block a user