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: set: Migrate ISystemSettingsServer to new IPC
Narr the Reg
2024-02-14
1
-3
/
+6
*
service: use const references for input raw data
Liam
2024-02-01
1
-1
/
+1
*
service: mii: Set arguments as const
Narr the Reg
2024-01-29
1
-7
/
+8
*
service: mii: Migrate service to new interface
Narr the Reg
2024-01-26
2
-411
/
+167
*
service: nfc: Validate mii data
german77
2023-11-26
1
-1
/
+1
*
service: mii: Create random mii with name
Narr the Reg
2023-10-19
1
-0
/
+1
*
service: mii: Fix reported bugs
german77
2023-09-28
3
-3
/
+3
*
service: mii: Limit checks to string size
german77
2023-09-24
1
-1
/
+1
*
am: mii_edit: Implement DB operations
Narr the Reg
2023-09-22
6
-64
/
+91
*
service: mii: Address review comments
german77
2023-09-18
7
-22
/
+24
*
service: mii: Implement the rest of the service
german77
2023-09-18
3
-103
/
+751
*
service: mii: Implement database manager
german77
2023-09-18
2
-0
/
+478
*
service: mii: Implement figurine database
german77
2023-09-18
2
-0
/
+208
*
service: mii: Add device crc16
german77
2023-09-18
1
-0
/
+26
*
service: mii: Complete structs and fix mistakes
german77
2023-09-18
9
-138
/
+387
*
mii_types: Remove null terminator check
lat9nq
2023-09-17
1
-4
/
+1
*
service: mii: Remove most magic values
Narr the Reg
2023-09-12
10
-1069
/
+1537
*
mii: service: Address review
german77
2023-09-11
12
-103
/
+133
*
mii: Prepare Interface for new implementation
german77
2023-09-11
4
-132
/
+197
*
service: mii: Fix ver3 inconsistencies
german77
2023-09-11
8
-211
/
+463
*
service: mii: move char info operations
german77
2023-09-11
4
-21
/
+576
*
service: mii: Move store data operations
german77
2023-09-11
5
-73
/
+512
*
service: mii: Move core data operations
german77
2023-09-11
5
-246
/
+730
*
service: mii: Move ver3 operations
german77
2023-09-11
5
-241
/
+238
*
service: mii: separate mii types into their own file
german77
2023-09-11
16
-535
/
+570
*
service: mii: Move all raw data to it's file
german77
2023-09-11
5
-381
/
+479
*
service: mii: Add mii util and result
german77
2023-09-11
4
-11
/
+87
*
service: mii: Fix broken mii on MK8
Narr the Reg
2023-09-07
4
-4
/
+115
*
service: mii: Fix default mii database
german77
2023-09-05
3
-105
/
+3
*
core: remove ResultVal type
Liam
2023-08-08
3
-27
/
+16
*
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