mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 07:28:05 -05: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