summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/prepo/prepo.h
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2018-04-23 04:02:18 +0200
committerDavid Marcec <dmarcecguzman@gmail.com>2018-04-23 04:02:18 +0200
commit27650499bc74ec642c253a84fcf7f1c7812fdcac (patch)
tree90d6fd8921ae0e319166f4d52ade2ed71237cfb3 /src/core/hle/service/prepo/prepo.h
parentlioncash proposed changes (diff)
downloadyuzu-27650499bc74ec642c253a84fcf7f1c7812fdcac.tar
yuzu-27650499bc74ec642c253a84fcf7f1c7812fdcac.tar.gz
yuzu-27650499bc74ec642c253a84fcf7f1c7812fdcac.tar.bz2
yuzu-27650499bc74ec642c253a84fcf7f1c7812fdcac.tar.lz
yuzu-27650499bc74ec642c253a84fcf7f1c7812fdcac.tar.xz
yuzu-27650499bc74ec642c253a84fcf7f1c7812fdcac.tar.zst
yuzu-27650499bc74ec642c253a84fcf7f1c7812fdcac.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/prepo/prepo.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/core/hle/service/prepo/prepo.h b/src/core/hle/service/prepo/prepo.h
index 40e26adcf..3708e0dcb 100644
--- a/src/core/hle/service/prepo/prepo.h
+++ b/src/core/hle/service/prepo/prepo.h
@@ -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