mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 00:59:44 +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
|
@ -12,5 +12,11 @@ namespace TextureSampler
|
|||
|
||||
void SampleMip(s32 s, s32 t, s32 mip, bool linear, u8 texmap, u8 *sample);
|
||||
|
||||
enum { RED_SMP, GRN_SMP, BLU_SMP, ALP_SMP };
|
||||
enum
|
||||
{
|
||||
RED_SMP,
|
||||
GRN_SMP,
|
||||
BLU_SMP,
|
||||
ALP_SMP
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue