added timestamp in buttons state

This commit is contained in:
georgemoralis 2023-10-30 08:57:43 +02:00
parent 758ef332f2
commit 3602864523
3 changed files with 4 additions and 1 deletions

View file

@ -5,6 +5,7 @@
namespace Emulator::Host::Controller {
struct State {
u32 buttonsState =0;
u64 time = 0;
};
constexpr u32 MAX_STATES = 64;