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
/
es
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: Add support for loading NSPs with personalized tickets. (#10048)
Steveice10
2023-09-05
1
-6
/
+4
*
service: move hle_ipc from kernel
Liam
2023-03-01
1
-12
/
+12
*
service: refactor server architecture
Liam
2023-02-21
2
-8
/
+7
*
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
ameerj
2023-02-03
1
-1
/
+1
*
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"
liamwhite
2023-02-02
1
-1
/
+1
*
hle_ipc: Rename ReadBufferSpan to ReadBuffer
ameerj
2022-12-29
1
-2
/
+2
*
service: Use ReadBufferSpan where it is trivial to do so
ameerj
2022-12-25
1
-2
/
+2
*
service: Make use of buffer element count helpers
Lioncash
2022-11-23
1
-15
/
+12
*
core: Replace all instances of ResultCode with Result
german77
2022-06-27
1
-2
/
+2
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
2
-6
/
+4
*
service/es: Update to 13.0.0
german77
2021-09-27
1
-0
/
+6
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
1
-10
/
+10
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-27
2
-4
/
+8
*
ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465)
David
2020-08-03
1
-1
/
+1
*
key_manager: Correct casing of instance()
Lioncash
2020-07-01
1
-1
/
+1
*
Merge pull request #3967 from FearlessTobi/keys-singleton
David
2020-07-01
1
-1
/
+1
|
\
|
*
crypto: Make KeyManager a singleton class
FearlessTobi
2020-05-20
1
-1
/
+1
*
|
Use better names for "Unknown"s
VolcaEM
2020-06-27
1
-39
/
+39
*
|
Update function names
VolcaEM
2020-06-27
1
-4
/
+4
*
|
es: Update function table
VolcaEM
2020-06-27
1
-2
/
+41
|
/
*
Merge pull request #3697 from lioncash/declarations
bunnei
2020-04-23
1
-0
/
+1
|
\
|
*
General: Resolve warnings related to missing declarations
Lioncash
2020-04-17
1
-0
/
+1
*
|
service: Remove unused RequestParser instances
Lioncash
2020-04-18
1
-1
/
+0
|
/
*
service: Update function tables
Lioncash
2019-11-12
1
-0
/
+2
*
Services::ES fix casting warnings
FreddyFunk
2019-09-29
1
-6
/
+6
*
key_manager: Convert Ticket union to std::variant
Zach Hilman
2019-07-08
1
-2
/
+2
*
es: Populate/synthesize tickets on construction
Zach Hilman
2019-07-08
1
-2
/
+3
*
key_manager: Add structure for Ticket parsing
Zach Hilman
2019-07-08
1
-9
/
+9
*
es: Implement ETicket GetPersonalizedTicketData (17)
Zach Hilman
2019-07-08
1
-1
/
+21
*
es: Implement ETicket GetCommonTicketData (16)
Zach Hilman
2019-07-08
1
-1
/
+20
*
es: Implement ETicket GetPersonalizedTicketSize (15)
Zach Hilman
2019-07-08
1
-1
/
+17
*
es: Implement ETicket GetCommonTicketSize (14)
Zach Hilman
2019-07-08
1
-1
/
+17
*
es: Implement ETicket ListPersonalizedTicket (12)
Zach Hilman
2019-07-08
1
-1
/
+24
*
es: Implement ETicket ListCommonTicket (11)
Zach Hilman
2019-07-08
1
-1
/
+24
*
es: Implement ETicket CountPersonalizedTicket (10)
Zach Hilman
2019-07-08
1
-1
/
+12
*
es: Implement ETicket CountCommonTicket (9)
Zach Hilman
2019-07-08
1
-1
/
+12
*
es: Implement ETicket GetTitleKey (8)
Zach Hilman
2019-07-08
1
-1
/
+27
*
es: Implement ETicket ImportTicket (1)
Zach Hilman
2019-07-08
1
-1
/
+45
*
es: Update service function tables
Lioncash
2018-10-19
1
-7
/
+11
*
service: Add the es service
Lioncash
2018-07-25
2
-0
/
+73