mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-03-13 15:31:06 +00:00
input/hid: Migrate to the new UUID implementation
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
namespace InputCommon {
|
||||
|
||||
constexpr PadIdentifier identifier = {
|
||||
.guid = Common::UUID{Common::INVALID_UUID},
|
||||
.guid = Common::NewUUID{},
|
||||
.port = 0,
|
||||
.pad = 0,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user