mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12: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 {
|
struct CellGcmSysConfig {
|
||||||
u32 zculls_addr;
|
u32 zculls_addr;
|
||||||
vm::ptr<CellGcmDisplayInfo> gcm_buffers{ vm::null };
|
vm::ptr<CellGcmDisplayInfo> gcm_buffers = vm::null;
|
||||||
u32 tiles_addr;
|
u32 tiles_addr;
|
||||||
u32 ctxt_addr;
|
u32 ctxt_addr;
|
||||||
CellGcmConfig current_config;
|
CellGcmConfig current_config;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue