mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 17:11:23 +00:00
Fix m_inited
This commit is contained in:
parent
46e7207e93
commit
31b91c10ec
@ -3,7 +3,7 @@
|
||||
|
||||
class KeyboardManager
|
||||
{
|
||||
bool m_inited;
|
||||
bool m_inited = false;
|
||||
std::unique_ptr<KeyboardHandlerBase> m_keyboard_handler;
|
||||
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user