mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-03 03:22:25 -07: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