mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
clang: fix compilation on 3.6
This commit is contained in:
parent
b09321354a
commit
b36d0fd59f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue