ControllerInterface: DInput Joystick fix non thread safe static variable

also fix devices being added to its own custom list of devices even when rejected by the CI
This commit is contained in:
Filoppi 2021-05-15 12:21:22 +03:00
commit 038b57fecc
3 changed files with 23 additions and 15 deletions

View file

@ -157,7 +157,6 @@ LogManager::LogManager()
m_log[OSHLE] = {"HLE", "OSHLE"};
m_log[OSREPORT] = {"OSREPORT", "OSReport EXI"};
m_log[OSREPORT_HLE] = {"OSREPORT_HLE", "OSReport HLE"};
m_log[PAD] = {"PAD", "Pad"};
m_log[PIXELENGINE] = {"PE", "Pixel Engine"};
m_log[PROCESSORINTERFACE] = {"PI", "Processor Interface"};
m_log[POWERPC] = {"PowerPC", "PowerPC IBM CPU"};