| Age | Commit message (Collapse) | Author |
|
Allows for 6GB and 8GB layouts to be selected.
|
|
|
|
Not sure how I missed this earlier, but these vectors can be constructed
using the type of the enum.
|
|
Renames enum values to conform to naming convention.
|
|
The new enum macros don't support setting values directly.
For LastAA and LastFilter, this means we need a simpler approach to loop
around the toggle in the frontend...
|
|
This lets us define an enum and all the textual representations
of its values in one swing. All for the price of some ugly macros.
|
|
Using typeid without including typeinfo first produces an ill-formed program.
|
|
|
|
Gives every option of the enums a string literal via a macro.
|
|
|
|
|