aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/fatal/fatal_u.h
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2019-09-21 18:43:03 +1000
committerDavid Marcec <dmarcecguzman@gmail.com>2019-09-22 16:30:25 +1000
commita40e5b2def2502f3bc8c159959b4ac1e262b4188 (patch)
tree7c11ba7894e598d948da5edf624d3a1eed13d7f1 /src/core/hle/service/fatal/fatal_u.h
parentc33faabb2768b6190ad6f2eb3631bd2ff244433c (diff)
Deglobalize System: Fatal
Diffstat (limited to 'src/core/hle/service/fatal/fatal_u.h')
-rw-r--r--src/core/hle/service/fatal/fatal_u.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/fatal/fatal_u.h b/src/core/hle/service/fatal/fatal_u.h
index 72cb6d076..34c5c7f95 100644
--- a/src/core/hle/service/fatal/fatal_u.h
+++ b/src/core/hle/service/fatal/fatal_u.h
@@ -10,7 +10,7 @@ namespace Service::Fatal {
class Fatal_U final : public Module::Interface {
public:
- explicit Fatal_U(std::shared_ptr<Module> module);
+ explicit Fatal_U(std::shared_ptr<Module> module, Core::System& system);
~Fatal_U() override;
};