summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/spl
diff options
context:
space:
mode:
authorMai M <mathew1800@gmail.com>2021-07-15 04:19:05 +0200
committerGitHub <noreply@github.com>2021-07-15 04:19:05 +0200
commit05feddc2521ef667cf5d3817ef8e544a352b40ec (patch)
tree8591def7815ce7cc9156d87e0d62567584db1a23 /src/core/hle/service/spl
parentMerge pull request #6599 from german77/disable_rumble (diff)
parentservice: Append service name prefix to common filenames (diff)
downloadyuzu-05feddc2521ef667cf5d3817ef8e544a352b40ec.tar
yuzu-05feddc2521ef667cf5d3817ef8e544a352b40ec.tar.gz
yuzu-05feddc2521ef667cf5d3817ef8e544a352b40ec.tar.bz2
yuzu-05feddc2521ef667cf5d3817ef8e544a352b40ec.tar.lz
yuzu-05feddc2521ef667cf5d3817ef8e544a352b40ec.tar.xz
yuzu-05feddc2521ef667cf5d3817ef8e544a352b40ec.tar.zst
yuzu-05feddc2521ef667cf5d3817ef8e544a352b40ec.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/spl/csrng.h2
-rw-r--r--src/core/hle/service/spl/spl.h2
-rw-r--r--src/core/hle/service/spl/spl_module.cpp (renamed from src/core/hle/service/spl/module.cpp)2
-rw-r--r--src/core/hle/service/spl/spl_module.h (renamed from src/core/hle/service/spl/module.h)0
4 files changed, 3 insertions, 3 deletions
diff --git a/src/core/hle/service/spl/csrng.h b/src/core/hle/service/spl/csrng.h
index 5c0bd2199..0d03cc6cb 100644
--- a/src/core/hle/service/spl/csrng.h
+++ b/src/core/hle/service/spl/csrng.h
@@ -4,7 +4,7 @@
#pragma once
-#include "core/hle/service/spl/module.h"
+#include "core/hle/service/spl/spl_module.h"
namespace Core {
class System;
diff --git a/src/core/hle/service/spl/spl.h b/src/core/hle/service/spl/spl.h
index 9b35012ed..5599c0c01 100644
--- a/src/core/hle/service/spl/spl.h
+++ b/src/core/hle/service/spl/spl.h
@@ -4,7 +4,7 @@
#pragma once
-#include "core/hle/service/spl/module.h"
+#include "core/hle/service/spl/spl_module.h"
namespace Core {
class System;
diff --git a/src/core/hle/service/spl/module.cpp b/src/core/hle/service/spl/spl_module.cpp
index ebb179aa8..918633af5 100644
--- a/src/core/hle/service/spl/module.cpp
+++ b/src/core/hle/service/spl/spl_module.cpp
@@ -13,8 +13,8 @@
#include "core/hle/api_version.h"
#include "core/hle/ipc_helpers.h"
#include "core/hle/service/spl/csrng.h"
-#include "core/hle/service/spl/module.h"
#include "core/hle/service/spl/spl.h"
+#include "core/hle/service/spl/spl_module.h"
namespace Service::SPL {
diff --git a/src/core/hle/service/spl/module.h b/src/core/hle/service/spl/spl_module.h
index 61630df80..61630df80 100644
--- a/src/core/hle/service/spl/module.h
+++ b/src/core/hle/service/spl/spl_module.h