Skip to content

Commit

Permalink
Remove unused mutex.
Browse files Browse the repository at this point in the history
  • Loading branch information
Swordfish90 committed Mar 7, 2022
1 parent 558a213 commit 1d0ab2c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libretrodroid/src/main/cpp/libretrodroid.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ class LibretroDroid {
bool preferLowLatencyAudio = false;
bool rumbleEnabled = false;

std::mutex retroStateMutex;

ShaderManager::Type fragmentShaderType = ShaderManager::Type::SHADER_DEFAULT;
float screenRefreshRate = 60.0;
int openglESVersion = 2;
Expand Down

0 comments on commit 1d0ab2c

Please sign in to comment.