mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-20 08:17:54 +00:00
GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport.
This commit is contained in:
parent
471eafc162
commit
9591689dbc
10 changed files with 64 additions and 25 deletions
|
@ -7,12 +7,12 @@
|
|||
#include "core/hle/kernel/event.h"
|
||||
#include "core/hle/service/service.h"
|
||||
|
||||
namespace Service::Playreport {
|
||||
namespace Service::PlayReport {
|
||||
|
||||
class Playreport final : public ServiceFramework<Playreport> {
|
||||
class PlayReport final : public ServiceFramework<PlayReport> {
|
||||
public:
|
||||
explicit Playreport(const char* name);
|
||||
~Playreport() = default;
|
||||
explicit PlayReport(const char* name);
|
||||
~PlayReport() = default;
|
||||
|
||||
private:
|
||||
void SaveReportWithUser(Kernel::HLERequestContext& ctx);
|
||||
|
@ -20,4 +20,4 @@ private:
|
|||
|
||||
void InstallInterfaces(SM::ServiceManager& service_manager);
|
||||
|
||||
} // namespace Service::Playreport
|
||||
} // namespace Service::PlayReport
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue