Comment to clarify these are indexes in the list
This commit is contained in:
parent
464eb95a69
commit
33fc39f5bc
1 changed files with 4 additions and 3 deletions
|
@ -30,9 +30,10 @@ namespace Ryujinx.Profiler.UI
|
|||
ToggleFlags = 8,
|
||||
Step = 9,
|
||||
|
||||
// Update this when new buttons are added
|
||||
Count = 10,
|
||||
Autodraw = 8,
|
||||
// Update this when new buttons are added.
|
||||
// These are indexes to the enum list
|
||||
Autodraw = 8,
|
||||
Count = 10,
|
||||
}
|
||||
|
||||
// Font service
|
||||
|
|
Loading…
Add table
Reference in a new issue