mirror of https://github.com/PCSX2/pcsx2.git
GS: Remove unused enum
This commit is contained in:
parent
f6ce7b9ede
commit
5ff35927a7
|
@ -23,14 +23,6 @@ enum class RenderAPI
|
|||
OpenGL
|
||||
};
|
||||
|
||||
// ST_WRITE is defined in libc, avoid this
|
||||
enum stateType
|
||||
{
|
||||
SAVE_WRITE,
|
||||
SAVE_TRANSFER,
|
||||
SAVE_VSYNC
|
||||
};
|
||||
|
||||
enum class GSVideoMode : u8
|
||||
{
|
||||
Unknown,
|
||||
|
|
Loading…
Reference in New Issue