mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 11:08:56 +00:00
Cleaned up the controls lock that is not needed with 780eef68f6
This commit is contained in:
parent
9063f0d16f
commit
2c6eaf9c76
5 changed files with 0 additions and 32 deletions
|
@ -26,8 +26,6 @@ public:
|
|||
|
||||
std::vector<ControllerEmu*> controllers;
|
||||
|
||||
std::recursive_mutex controls_lock; // for changing any control references
|
||||
|
||||
const char* const ini_name;
|
||||
const char* const gui_name;
|
||||
const char* const profile_name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue