mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 13:49:53 -06:00
ShaderGen: Add a stereoscopy flag in the UID data.
This commit is contained in:
@ -119,6 +119,8 @@ struct pixel_shader_uid_data
|
||||
|
||||
// TODO: I think we're fine without an enablePixelLighting field, should probably double check, though..
|
||||
LightingUidData lighting;
|
||||
|
||||
u32 stereo : 1;
|
||||
};
|
||||
#pragma pack()
|
||||
|
||||
|
Reference in New Issue
Block a user