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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-02-14
service: set: Migrate ISystemSettingsServer to new IPC
Narr the Reg
1
-3
/
+6
2024-02-01
service: use const references for input raw data
Liam
1
-1
/
+1
2024-01-29
service: mii: Set arguments as const
Narr the Reg
1
-7
/
+8
2024-01-26
service: mii: Migrate service to new interface
Narr the Reg
1
-404
/
+159
2023-09-22
am: mii_edit: Implement DB operations
Narr the Reg
1
-53
/
+61
2023-09-18
service: mii: Address review comments
german77
1
-10
/
+9
2023-09-18
service: mii: Implement the rest of the service
german77
1
-33
/
+329
2023-09-11
mii: service: Address review
german77
1
-1
/
+1
2023-09-11
mii: Prepare Interface for new implementation
german77
1
-63
/
+65
2023-09-11
service: mii: separate mii types into their own file
german77
1
-1
/
+1
2023-09-11
service: mii: Add mii util and result
german77
1
-6
/
+5
2023-08-08
core: remove ResultVal type
Liam
1
-22
/
+12
2023-03-01
service: move hle_ipc from kernel
Liam
1
-13
/
+13
2023-02-21
service: refactor server architecture
Liam
1
-5
/
+7
2022-09-07
core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixes
Narr the Reg
1
-10
/
+22
2022-06-27
core: Replace all instances of ResultCode with Result
german77
1
-1
/
+1
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2021-10-07
service: Reduce header include overhead
Morph
1
-1
/
+0
2021-07-14
service: Append service name prefix to common filenames
Morph
1
-1
/
+1
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
1
-10
/
+10
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
1
-2
/
+2
2020-11-27
service: Eliminate usages of the global system instance
Lioncash
1
-8
/
+10
2020-10-28
service: Update function tables
Lioncash
1
-0
/
+1
2020-07-12
hle: service: mii: Rewrite service to properly support creation of random and default miis.
bunnei
1
-219
/
+96
2019-11-12
service: Update function tables
Lioncash
1
-0
/
+2
2019-11-12
service: Resolve sign conversion errors
Lioncash
1
-3
/
+3
2019-07-07
mii: Implement IDatabaseService SetInterfaceVersion
Zach Hilman
1
-1
/
+15
2019-04-25
mii: Implement Delete and Destroy file
Zach Hilman
1
-8
/
+79
2019-04-25
mii: Implement IsUpdated command (IPC 0)
Zach Hilman
1
-9
/
+18
2019-04-25
mii: Implement IDatabaseService commands using MiiManager
Zach Hilman
1
-15
/
+242
2018-07-27
service: Add mii services
Lioncash
1
-0
/
+107