Skip to content

Commit

Permalink
GS: Remove unused enum
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek authored Jun 30, 2024
1 parent f6ce7b9 commit 5ff3592
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pcsx2/GS/GS.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5ff3592

Please sign in to comment.