summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/prepo/prepo.h
diff options
context:
space:
mode:
authorDavid <25727384+ogniK5377@users.noreply.github.com>2018-04-22 09:07:55 +0200
committerGitHub <noreply@github.com>2018-04-22 09:07:55 +0200
commitdf669bc540d0ffec4afd298fdeb7767c3a4ea242 (patch)
tree77ecaa33c6a56ae2bc25adf362c1d1e30e51a32d /src/core/hle/service/prepo/prepo.h
parentImplemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids) (diff)
downloadyuzu-df669bc540d0ffec4afd298fdeb7767c3a4ea242.tar
yuzu-df669bc540d0ffec4afd298fdeb7767c3a4ea242.tar.gz
yuzu-df669bc540d0ffec4afd298fdeb7767c3a4ea242.tar.bz2
yuzu-df669bc540d0ffec4afd298fdeb7767c3a4ea242.tar.lz
yuzu-df669bc540d0ffec4afd298fdeb7767c3a4ea242.tar.xz
yuzu-df669bc540d0ffec4afd298fdeb7767c3a4ea242.tar.zst
yuzu-df669bc540d0ffec4afd298fdeb7767c3a4ea242.zip
Diffstat (limited to 'src/core/hle/service/prepo/prepo.h')
-rw-r--r--src/core/hle/service/prepo/prepo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/prepo/prepo.h b/src/core/hle/service/prepo/prepo.h
index 77457b7bd..40e26adcf 100644
--- a/src/core/hle/service/prepo/prepo.h
+++ b/src/core/hle/service/prepo/prepo.h
@@ -11,7 +11,7 @@ namespace Service::Playreport {
class Playreport final : public ServiceFramework<Playreport> {
public:
- Playreport(const char* name);
+ explicit Playreport(const char* name);
~Playreport() = default;
private:
@@ -20,4 +20,4 @@ private:
void InstallInterfaces(SM::ServiceManager& service_manager);
-}; // namespace Service::Playreport
+} // namespace Service::Playreport