mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Cleanup enum indentations.
This commit is contained in:
parent
e59f770ccb
commit
40182a48a5
65 changed files with 1031 additions and 1026 deletions
|
@ -111,8 +111,8 @@ bool bbox_active;
|
|||
|
||||
enum
|
||||
{
|
||||
INT_CAUSE_PE_TOKEN = 0x200, // GP Token
|
||||
INT_CAUSE_PE_FINISH = 0x400, // GP Finished
|
||||
INT_CAUSE_PE_TOKEN = 0x200, // GP Token
|
||||
INT_CAUSE_PE_FINISH = 0x400, // GP Finished
|
||||
};
|
||||
|
||||
void DoState(PointerWrap &p)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue