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,
|
ToggleFlags = 8,
|
||||||
Step = 9,
|
Step = 9,
|
||||||
|
|
||||||
// Update this when new buttons are added
|
// Update this when new buttons are added.
|
||||||
Count = 10,
|
// These are indexes to the enum list
|
||||||
Autodraw = 8,
|
Autodraw = 8,
|
||||||
|
Count = 10,
|
||||||
}
|
}
|
||||||
|
|
||||||
// Font service
|
// Font service
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue