mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-01 02:00:49 -04:00
VideoBackendBase: Convert EFBAccessType into an enum class
This commit is contained in:
@@ -674,7 +674,7 @@ void FramebufferManager::PokeEFB(EFBAccessType type, const EfbPokeData* points,
|
||||
{
|
||||
g_renderer->ResetAPIState();
|
||||
|
||||
if (type == POKE_Z)
|
||||
if (type == EFBAccessType::PokeZ)
|
||||
{
|
||||
glDepthMask(GL_TRUE);
|
||||
glColorMask(GL_FALSE, GL_FALSE, GL_FALSE, GL_FALSE);
|
||||
|
||||
Reference in New Issue
Block a user