mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 00:28:56 +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
|
@ -77,13 +77,19 @@ public:
|
|||
s32 TextureLod[16];
|
||||
bool TextureLinear[16];
|
||||
|
||||
enum
|
||||
{
|
||||
ALP_C,
|
||||
BLU_C,
|
||||
GRN_C,
|
||||
RED_C
|
||||
};
|
||||
|
||||
void Init();
|
||||
|
||||
void Draw();
|
||||
|
||||
void SetRegColor(int reg, int comp, bool konst, s16 color);
|
||||
|
||||
enum { ALP_C, BLU_C, GRN_C, RED_C };
|
||||
|
||||
void DoState(PointerWrap &p);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue