diff options
| author | 2018-12-24 13:30:07 -0500 | |
|---|---|---|
| committer | 2019-04-25 08:07:57 -0400 | |
| commit | f0db2e3ef36a77f2f3eaf2dca15ddfe8851edecb (patch) | |
| tree | 9a89f82fd9ac54d69bf7c4a2412689fe816aba41 /src/common/uuid.cpp | |
| parent | mii: Implement IDatabaseService commands using MiiManager (diff) | |
| download | yuzu-f0db2e3ef36a77f2f3eaf2dca15ddfe8851edecb.tar.gz yuzu-f0db2e3ef36a77f2f3eaf2dca15ddfe8851edecb.tar.xz yuzu-f0db2e3ef36a77f2f3eaf2dca15ddfe8851edecb.zip | |
mii_manager: Cleanup and optimization
Diffstat (limited to 'src/common/uuid.cpp')
| -rw-r--r-- | src/common/uuid.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/uuid.cpp b/src/common/uuid.cpp index 8e63b58b8..26db03fba 100644 --- a/src/common/uuid.cpp +++ b/src/common/uuid.cpp | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | // Copyright 2018 Citra Emulator Project | 1 | // Copyright 2018 yuzu Emulator Project |
| 2 | // Licensed under GPLv2 or any later version | 2 | // Licensed under GPLv2 or any later version |
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||