index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
mii
/
mii.cpp
Age
Commit message (
Expand
)
Author
2022-06-26
core: Replace all instances of ResultCode with Result
german77
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-10-07
service: Reduce header include overhead
Morph
2021-07-14
service: Append service name prefix to common filenames
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-10-27
service: Update function tables
Lioncash
2020-07-11
hle: service: mii: Rewrite service to properly support creation of random and...
bunnei
2019-11-24
Merge pull request #3094 from lioncash/tables
bunnei
2019-11-12
service: Update function tables
Lioncash
2019-11-12
service: Resolve sign conversion errors
Lioncash
2019-07-06
mii: Implement IDatabaseService SetInterfaceVersion
Zach Hilman
2019-04-25
mii: Implement Delete and Destroy file
Zach Hilman
2019-04-25
mii: Implement IsUpdated command (IPC 0)
Zach Hilman
2019-04-25
mii: Implement IDatabaseService commands using MiiManager
Zach Hilman
2018-07-27
service: Add mii services
Lioncash