mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 13:49:53 -06:00
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