mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 09:09:04 +00:00
Hack to hide debug cubes in Super Mario Sunshine
... while not breaking other games.
This commit is contained in:
parent
e62610e6bc
commit
c583cac568
11 changed files with 34 additions and 34 deletions
|
@ -61,7 +61,8 @@ struct VertexShaderConstants
|
|||
u32 components; // .x
|
||||
u32 xfmem_dualTexInfo; // .y
|
||||
u32 xfmem_numColorChans; // .z
|
||||
u32 color_chan_alpha; // .w
|
||||
u32 missing_color_hex; // .w, used for change detection but not directly by shaders
|
||||
float4 missing_color_value;
|
||||
|
||||
std::array<float4, 6> posnormalmatrix;
|
||||
std::array<float4, 4> projection;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue