mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-20 10:24:58 +00:00
added timestamp in buttons state
This commit is contained in:
parent
758ef332f2
commit
3602864523
3 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
namespace Emulator::Host::Controller {
|
||||
struct State {
|
||||
u32 buttonsState =0;
|
||||
u64 time = 0;
|
||||
};
|
||||
|
||||
constexpr u32 MAX_STATES = 64;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue