mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-20 10:24:58 +00:00
namespace update
This commit is contained in:
parent
3602864523
commit
51dda8e8a5
4 changed files with 4 additions and 4 deletions
|
@ -40,7 +40,7 @@ void GameController::addState(const State& state) {
|
|||
void GameController::checKButton(int id, u32 button, bool isPressed) {
|
||||
std::scoped_lock lock{m_mutex};
|
||||
auto state = getLastState();
|
||||
state.time = Core::Libraries::sceKernelGetProcessTime();
|
||||
state.time = Core::Libraries::LibKernel::sceKernelGetProcessTime();
|
||||
if (isPressed) {
|
||||
state.buttonsState |= button;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue