summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/prepo/prepo.h
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2019-09-22 08:37:59 +0200
committerDavid Marcec <dmarcecguzman@gmail.com>2019-09-22 08:37:59 +0200
commit36a97dd8a295d90cf9ec6c186ca7dc74a49d173d (patch)
tree010a5bd7a1680ca8b4f55d397bb9e7a2456c2a5e /src/core/hle/service/prepo/prepo.h
parentDeglobalize System: NvFlinger (diff)
downloadyuzu-36a97dd8a295d90cf9ec6c186ca7dc74a49d173d.tar
yuzu-36a97dd8a295d90cf9ec6c186ca7dc74a49d173d.tar.gz
yuzu-36a97dd8a295d90cf9ec6c186ca7dc74a49d173d.tar.bz2
yuzu-36a97dd8a295d90cf9ec6c186ca7dc74a49d173d.tar.lz
yuzu-36a97dd8a295d90cf9ec6c186ca7dc74a49d173d.tar.xz
yuzu-36a97dd8a295d90cf9ec6c186ca7dc74a49d173d.tar.zst
yuzu-36a97dd8a295d90cf9ec6c186ca7dc74a49d173d.zip
Diffstat (limited to 'src/core/hle/service/prepo/prepo.h')
-rw-r--r--src/core/hle/service/prepo/prepo.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/core/hle/service/prepo/prepo.h b/src/core/hle/service/prepo/prepo.h
index 0ebc3a938..a5682ee26 100644
--- a/src/core/hle/service/prepo/prepo.h
+++ b/src/core/hle/service/prepo/prepo.h
@@ -8,8 +8,12 @@ namespace Service::SM {
class ServiceManager;
}
+namespace Core {
+class System;
+}
+
namespace Service::PlayReport {
-void InstallInterfaces(Core::System& system);
+void InstallInterfaces(SM::ServiceManager& service_manager, Core::System& system);
} // namespace Service::PlayReport