mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
pad_thread facepalm
This commit is contained in:
parent
5ea6535fd5
commit
ab4c40c988
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue