summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/prepo/prepo.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: Eliminate usages of the global system instanceLioncash2020-11-271-4/+4
| | | | | Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
* RebaseDavid Marcec2019-09-221-1/+5
|
* prepo: Remove system global accessorsZach Hilman2019-09-221-1/+1
|
* service/prepo: Move class into the cpp fileLioncash2018-09-121-13/+3
| | | | | | This doesn't need to be exposed within the header and be kept in the translation unit, eliminating the need to include anything within the header.
* service/prepo: Add missing header guardLioncash2018-07-191-0/+2
|
* GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport.David Marcec2018-04-231-5/+5
|
* lioncash proposed changesDavid2018-04-221-2/+2
|
* Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids)David Marcec2018-04-221-0/+23