index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
es
/
es.cpp
Age
Commit message (
Expand
)
Author
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