aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/prepo
AgeCommit message (Collapse)Author
2018-09-11service/prepo: Move class into the cpp fileLioncash
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.
2018-07-18service/prepo: Add missing header guardLioncash
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-04-26Switched to NGLOG_WARNINGDavid Marcec
2018-04-26Added PREPO to logging backend, Removed comments from SaveReportWithUserDavid Marcec
2018-04-22GetIUserInterface->CreateUserInterface, Added todos and stub logs. ↵David Marcec
Playreport->PlayReport.
2018-04-22lioncash proposed changesDavid
2018-04-21Implemented GetIUserInterface properly, Playreport and ↵David Marcec
SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids)