index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
es
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2023-09-05
core: Add support for loading NSPs with personalized tickets. (#10048)
Steveice10
2023-03-01
service: move hle_ipc from kernel
Liam
2023-02-21
service: refactor server architecture
Liam
2023-02-03
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
ameerj
2023-02-02
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...
liamwhite
2022-12-28
hle_ipc: Rename ReadBufferSpan to ReadBuffer
ameerj
2022-12-25
service: Use ReadBufferSpan where it is trivial to do so
ameerj
2022-11-23
service: Make use of buffer element count helpers
Lioncash
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-09-26
service/es: Update to 13.0.0
german77
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-08-03
ipc: Allow all trivially copyable objects to be passed directly into WriteBuf...
David
2020-07-01
key_manager: Correct casing of instance()
Lioncash
2020-07-01
Merge pull request #3967 from FearlessTobi/keys-singleton
David
2020-06-27
Use better names for "Unknown"s
VolcaEM
2020-06-27
Update function names
VolcaEM
2020-06-27
es: Update function table
VolcaEM
2020-05-20
crypto: Make KeyManager a singleton class
FearlessTobi
2020-04-23
Merge pull request #3697 from lioncash/declarations
bunnei
2020-04-17
service: Remove unused RequestParser instances
Lioncash
2020-04-16
General: Resolve warnings related to missing declarations
Lioncash
2019-11-12
service: Update function tables
Lioncash
2019-09-29
Services::ES fix casting warnings
FreddyFunk
2019-07-07
key_manager: Convert Ticket union to std::variant
Zach Hilman
2019-07-07
es: Populate/synthesize tickets on construction
Zach Hilman
2019-07-07
key_manager: Add structure for Ticket parsing
Zach Hilman
2019-07-07
es: Implement ETicket GetPersonalizedTicketData (17)
Zach Hilman
2019-07-07
es: Implement ETicket GetCommonTicketData (16)
Zach Hilman
2019-07-07
es: Implement ETicket GetPersonalizedTicketSize (15)
Zach Hilman
2019-07-07
es: Implement ETicket GetCommonTicketSize (14)
Zach Hilman
2019-07-07
es: Implement ETicket ListPersonalizedTicket (12)
Zach Hilman
2019-07-07
es: Implement ETicket ListCommonTicket (11)
Zach Hilman
2019-07-07
es: Implement ETicket CountPersonalizedTicket (10)
Zach Hilman
2019-07-07
es: Implement ETicket CountCommonTicket (9)
Zach Hilman
2019-07-07
es: Implement ETicket GetTitleKey (8)
Zach Hilman
2019-07-07
es: Implement ETicket ImportTicket (1)
Zach Hilman
2018-10-19
es: Update service function tables
Lioncash
2018-07-25
service: Add the es service
Lioncash