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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
service: mii: Address review comments
german77
2023-09-18
1
-10
/
+9
*
service: mii: Implement the rest of the service
german77
2023-09-18
1
-33
/
+329
*
mii: service: Address review
german77
2023-09-11
1
-1
/
+1
*
mii: Prepare Interface for new implementation
german77
2023-09-11
1
-63
/
+65
*
service: mii: separate mii types into their own file
german77
2023-09-11
1
-1
/
+1
*
service: mii: Add mii util and result
german77
2023-09-11
1
-6
/
+5
*
core: remove ResultVal type
Liam
2023-08-08
1
-22
/
+12
*
service: move hle_ipc from kernel
Liam
2023-03-01
1
-13
/
+13
*
service: refactor server architecture
Liam
2023-02-21
1
-5
/
+7
*
core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixes
Narr the Reg
2022-09-07
1
-10
/
+22
*
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: Reduce header include overhead
Morph
2021-10-07
1
-1
/
+0
*
service: Append service name prefix to common filenames
Morph
2021-07-14
1
-1
/
+1
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
1
-10
/
+10
*
core: Make variable shadowing a compile-time error
Lioncash
2021-05-16
1
-2
/
+2
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-27
1
-8
/
+10
*
service: Update function tables
Lioncash
2020-10-28
1
-0
/
+1
*
hle: service: mii: Rewrite service to properly support creation of random and default miis.
bunnei
2020-07-12
1
-219
/
+96
*
Merge pull request #3094 from lioncash/tables
bunnei
2019-11-25
1
-0
/
+2
|
\
|
*
service: Update function tables
Lioncash
2019-11-12
1
-0
/
+2
*
|
service: Resolve sign conversion errors
Lioncash
2019-11-12
1
-3
/
+3
|
/
*
mii: Implement IDatabaseService SetInterfaceVersion
Zach Hilman
2019-07-07
1
-1
/
+15
*
mii: Implement Delete and Destroy file
Zach Hilman
2019-04-25
1
-8
/
+79
*
mii: Implement IsUpdated command (IPC 0)
Zach Hilman
2019-04-25
1
-9
/
+18
*
mii: Implement IDatabaseService commands using MiiManager
Zach Hilman
2019-04-25
1
-15
/
+242
*
service: Add mii services
Lioncash
2018-07-27
1
-0
/
+107