mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
VideoCommon: Clean up brace placements
This commit is contained in:
@ -972,7 +972,8 @@ union UPE_Copy
|
||||
BitField<15,1,u32> intensity_fmt; // if set, is an intensity format (I4,I8,IA4,IA8)
|
||||
BitField<16,1,u32> auto_conv; // if 0 automatic color conversion by texture format and pixel type
|
||||
|
||||
u32 tp_realFormat() {
|
||||
u32 tp_realFormat()
|
||||
{
|
||||
return target_pixel_format / 2 + (target_pixel_format & 1) * 8;
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user