mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
pad_thread facepalm
This commit is contained in:
parent
5ea6535fd5
commit
ab4c40c988
@ -22,8 +22,8 @@ namespace pad
|
||||
std::recursive_mutex g_pad_mutex;
|
||||
std::string g_title_id;
|
||||
atomic_t<bool> g_reset{false};
|
||||
atomic_t<bool> g_enabled{false};
|
||||
atomic_t<bool> g_active;
|
||||
atomic_t<bool> g_enabled{true};
|
||||
atomic_t<bool> g_active{false};
|
||||
}
|
||||
|
||||
struct pad_setting
|
||||
|
Loading…
Reference in New Issue
Block a user