mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Software: Fix various brace styling errors
This commit is contained in:
@ -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
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user