GS: Remove unused enum

This commit is contained in:
Connor McLaughlin 2024-06-30 23:03:28 +10:00 committed by GitHub
parent f6ce7b9ede
commit 5ff35927a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 8 deletions

View File

@ -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,