summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/prepo/prepo.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-21prepo: Update service function table.Lioncash1-8/+13
Also introduces the new prepo:a2 service. Updated based off information provided by Switchbrew.
2018-09-12service/prepo: Move class into the cpp fileLioncash1-26/+37
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-03Rename logging macro back to LOG_*James Rowe1-1/+1
2018-04-27Switched to NGLOG_WARNINGDavid Marcec1-1/+1
2018-04-26Added PREPO to logging backend, Removed comments from SaveReportWithUserDavid Marcec1-12/+1
2018-04-23GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport.David Marcec1-10/+24
2018-04-22Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids)David Marcec1-0/+40