index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
mii
/
mii_manager.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
service: mii: Implement the rest of the service
german77
2023-09-18
1
-22
/
+60
*
mii: service: Address review
german77
2023-09-11
1
-9
/
+0
*
mii: Prepare Interface for new implementation
german77
2023-09-11
1
-9
/
+20
*
service: mii: Fix ver3 inconsistencies
german77
2023-09-11
1
-3
/
+0
*
service: mii: Move ver3 operations
german77
2023-09-11
1
-4
/
+0
*
service: mii: separate mii types into their own file
german77
2023-09-11
1
-2
/
+14
*
service: mii: Fix broken mii on MK8
Narr the Reg
2023-09-07
1
-0
/
+1
*
core: remove ResultVal type
Liam
2023-08-08
1
-2
/
+2
*
service: nfp: Convert mii colors to v3
Narr the Reg
2023-03-16
1
-1
/
+6
*
nfp: Multiple fixes against HW
german77
2022-10-02
1
-0
/
+1
*
service: nfp: Rewrite and implement applet calls
german77
2022-10-02
1
-1
/
+2
*
core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixes
Narr the Reg
2022-09-07
1
-4
/
+5
*
core: Replace all instances of ResultCode with Result
german77
2022-06-27
1
-1
/
+1
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
service: Move mii enums and structs into its own file
Morph
2022-03-22
1
-301
/
+2
*
general: Rename NewUUID to UUID, and remove the previous UUID impl
Morph
2022-02-05
1
-5
/
+5
*
service: Migrate to the new UUID implementation
Morph
2022-02-05
1
-5
/
+5
*
service: Append service name prefix to common filenames
Morph
2021-07-14
1
-0
/
+333
*
hle: service: mii: Rewrite service to properly support creation of random and default miis.
bunnei
2020-07-12
1
-273
/
+0
*
core: Initialize several structs that make use of Common::UUID.
bunnei
2020-01-04
1
-78
/
+78
*
mii: Implement Delete and Destroy file
Zach Hilman
2019-04-25
1
-0
/
+10
*
mii: Implement IsUpdated command (IPC 0)
Zach Hilman
2019-04-25
1
-0
/
+4
*
mii_manager: Cleanup and optimization
Zach Hilman
2019-04-25
1
-2
/
+8
*
mii: Add MiiManager class to manage Mii database
Zach Hilman
2019-04-25
1
-0
/
+253