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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
service: nfp: Convert mii colors to v3
Narr the Reg
2023-03-16
3
-10
/
+87
*
service: nfp: Actually write correct crc
Narr the Reg
2023-03-15
2
-1
/
+4
*
service: move hle_ipc from kernel
Liam
2023-03-01
1
-13
/
+13
*
service: refactor server architecture
Liam
2023-02-21
2
-10
/
+8
*
service: mii: Copy only valid name bytes
german77
2022-10-02
1
-3
/
+18
*
nfp: Multiple fixes against HW
german77
2022-10-02
2
-2
/
+67
*
service: nfp: Rewrite and implement applet calls
german77
2022-10-02
2
-5
/
+78
*
core: nfp: Correct date and amiibo name
Narr the Reg
2022-09-07
1
-1
/
+2
*
core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixes
Narr the Reg
2022-09-07
4
-26
/
+241
*
core: Replace all instances of ResultCode with Result
german77
2022-06-27
3
-4
/
+4
*
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-06-14
1
-1
/
+1
*
chore: add missing SPDX tags
Andrea Pappacoda
2022-04-28
1
-19
/
+2
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
6
-18
/
+12
*
service: Move mii enums and structs into its own file
Morph
2022-03-22
4
-306
/
+309
*
general: Rename NewUUID to UUID, and remove the previous UUID impl
Morph
2022-02-05
2
-11
/
+10
*
service: Migrate to the new UUID implementation
Morph
2022-02-05
2
-20
/
+11
*
core: Remove unused includes
ameerj
2021-11-04
1
-1
/
+0
*
general: Remove MakeResult helpers
Morph
2021-11-02
1
-2
/
+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
4
-3
/
+3
*
service: mii: Retrieve the correct default miis.
Morph
2021-07-04
1
-2
/
+3
*
Add missing includes (#6521)
Chloe
2021-06-24
1
-0
/
+2
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
1
-10
/
+10
*
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)
Morph
2021-05-26
1
-1
/
+0
*
core: Make variable shadowing a compile-time error
Lioncash
2021-05-16
2
-3
/
+3
*
mii: Fix BuildRandomStoreData & Cleanup raw_data
Chloe Marcec
2021-01-20
4
-2274
/
+1657
*
core: Silence Wclass-memaccess warnings
ReinUsesLisp
2021-01-15
2
-53
/
+54
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-27
2
-9
/
+15
*
service: Update function tables
Lioncash
2020-10-28
1
-0
/
+1
*
Revert "core: Fix clang build"
bunnei
2020-10-21
1
-10
/
+10
*
Merge pull request #4796 from lioncash/clang
LC
2020-10-21
1
-10
/
+10
|
\
|
*
core: Fix clang build
Lioncash
2020-10-18
1
-10
/
+10
*
|
mii/manager: Make use of unused lower bound in GetRandomValue()
Lioncash
2020-10-17
1
-1
/
+1
|
/
*
core/CMakeLists: Make some warnings errors
Lioncash
2020-10-13
1
-2
/
+2
*
Merge pull request #4365 from lioncash/mii
bunnei
2020-07-18
1
-53
/
+54
|
\
|
*
mii/manager: Make use of designated initializers
Lioncash
2020-07-17
1
-53
/
+54
*
|
mii/manager: Resolve sign mismatch warnings
Lioncash
2020-07-17
1
-3
/
+3
|
/
*
hle: service: mii: Rewrite service to properly support creation of random and default miis.
bunnei
2020-07-12
8
-912
/
+3265
*
core: Initialize several structs that make use of Common::UUID.
bunnei
2020-01-04
1
-78
/
+78
*
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
|
/
*
Merge pull request #2708 from DarkLordZach/mii-db-source-crash
David
2019-09-04
1
-0
/
+4
|
\
|
*
mii: Handle logging of unknown database source
Zach Hilman
2019-07-10
1
-0
/
+4
*
|
mii: Implement IDatabaseService SetInterfaceVersion
Zach Hilman
2019-07-07
1
-1
/
+15
|
/
*
mii_manager: Fix incorrect loop condition in mii UUID generation code
Zach Hilman
2019-04-25
1
-1
/
+1
*
profile_select: Port Service::Account::UUID to Common::UUID
Zach Hilman
2019-04-25
1
-1
/
+1
*
mii: Implement Delete and Destroy file
Zach Hilman
2019-04-25
3
-8
/
+116
*
mii: Implement IsUpdated command (IPC 0)
Zach Hilman
2019-04-25
3
-9
/
+34
*
mii_manager: Cleanup and optimization
Zach Hilman
2019-04-25
2
-32
/
+46
*
mii: Implement IDatabaseService commands using MiiManager
Zach Hilman
2019-04-25
1
-15
/
+242
*
mii: Add MiiManager class to manage Mii database
Zach Hilman
2019-04-25
2
-0
/
+622
*
service: Add mii services
Lioncash
2018-07-27
2
-0
/
+122