mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-23 10:35:03 +00:00
small fix to keys
This commit is contained in:
parent
0297a3952b
commit
8e3aa1f2dc
@ -341,8 +341,8 @@ bool PthreadKeys::setKey(int key, int thread_id, void* data) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
m_keys[key].specific_values.push_back(Map({thread_id, data}));
|
||||
Map keymap = {thread_id, data};
|
||||
m_keys[key].specific_values.push_back(keymap);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user