mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
Cleanup enum indentations.
This commit is contained in:
parent
e59f770ccb
commit
40182a48a5
65 changed files with 1031 additions and 1026 deletions
|
@ -85,8 +85,8 @@ struct TargetRectangle : public MathUtil::Rectangle<int>
|
|||
typedef enum
|
||||
{
|
||||
API_OPENGL = 1,
|
||||
API_D3D = 2,
|
||||
API_NONE = 3
|
||||
API_D3D = 2,
|
||||
API_NONE = 3
|
||||
} API_TYPE;
|
||||
|
||||
inline u32 RGBA8ToRGBA6ToRGBA8(u32 src)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue