mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00:00
Software: Fix various brace styling errors
This commit is contained in:
parent
b95d9b43de
commit
6625d9cba5
8 changed files with 62 additions and 20 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue