mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 08:45:45 +00:00
input/hid: Migrate to the new UUID implementation
This commit is contained in:
parent
77bc383079
commit
51c445f7e8
16 changed files with 57 additions and 56 deletions
|
@ -8,7 +8,7 @@
|
|||
namespace InputCommon {
|
||||
|
||||
constexpr PadIdentifier identifier = {
|
||||
.guid = Common::UUID{Common::INVALID_UUID},
|
||||
.guid = Common::NewUUID{},
|
||||
.port = 0,
|
||||
.pad = 0,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue