forked from dolphin-emu/dolphin
Software: Fix various brace styling errors
This commit is contained in:
@@ -27,7 +27,13 @@ namespace EfbInterface
|
||||
s8 V;
|
||||
};
|
||||
|
||||
enum { ALP_C, BLU_C, GRN_C, RED_C };
|
||||
enum
|
||||
{
|
||||
ALP_C,
|
||||
BLU_C,
|
||||
GRN_C,
|
||||
RED_C
|
||||
};
|
||||
|
||||
// color order is ABGR in order to emulate RGBA on little-endian hardware
|
||||
|
||||
|
||||
Reference in New Issue
Block a user