summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/am/applet_oe.cpp3
-rw-r--r--src/core/hle/service/time/time_s.cpp2
-rw-r--r--src/core/hle/service/time/time_s.h2
-rw-r--r--src/core/hle/service/time/time_u.cpp2
-rw-r--r--src/core/hle/service/time/time_u.h2
5 files changed, 5 insertions, 6 deletions
diff --git a/src/core/hle/service/am/applet_oe.cpp b/src/core/hle/service/am/applet_oe.cpp
index 0d7f9c03d..038080e8c 100644
--- a/src/core/hle/service/am/applet_oe.cpp
+++ b/src/core/hle/service/am/applet_oe.cpp
@@ -206,8 +206,7 @@ public:
206 explicit IStorageAccessor(std::vector<u8> buffer) 206 explicit IStorageAccessor(std::vector<u8> buffer)
207 : ServiceFramework("IStorageAccessor"), buffer(std::move(buffer)) { 207 : ServiceFramework("IStorageAccessor"), buffer(std::move(buffer)) {
208 static const FunctionInfo functions[] = { 208 static const FunctionInfo functions[] = {
209 {0, &IStorageAccessor::GetSize, "GetSize"}, 209 {0, &IStorageAccessor::GetSize, "GetSize"}, {11, &IStorageAccessor::Read, "Read"},
210 {11, &IStorageAccessor::Read, "Read"},
211 }; 210 };
212 RegisterHandlers(functions); 211 RegisterHandlers(functions);
213 } 212 }
diff --git a/src/core/hle/service/time/time_s.cpp b/src/core/hle/service/time/time_s.cpp
index 52de888d3..a442ac599 100644
--- a/src/core/hle/service/time/time_s.cpp
+++ b/src/core/hle/service/time/time_s.cpp
@@ -17,4 +17,4 @@ TIME_S::TIME_S(std::shared_ptr<Module> time) : Module::Interface(std::move(time)
17} 17}
18 18
19} // namespace Time 19} // namespace Time
20} // namespace Service \ No newline at end of file 20} // namespace Service
diff --git a/src/core/hle/service/time/time_s.h b/src/core/hle/service/time/time_s.h
index 6a9c5e673..abc2a8c5a 100644
--- a/src/core/hle/service/time/time_s.h
+++ b/src/core/hle/service/time/time_s.h
@@ -15,4 +15,4 @@ public:
15}; 15};
16 16
17} // namespace Time 17} // namespace Time
18} // namespace Service \ No newline at end of file 18} // namespace Service
diff --git a/src/core/hle/service/time/time_u.cpp b/src/core/hle/service/time/time_u.cpp
index 87fa9da79..ed97a2b1f 100644
--- a/src/core/hle/service/time/time_u.cpp
+++ b/src/core/hle/service/time/time_u.cpp
@@ -20,4 +20,4 @@ TIME_U::TIME_U(std::shared_ptr<Module> time) : Module::Interface(std::move(time)
20} 20}
21 21
22} // namespace Time 22} // namespace Time
23} // namespace Service \ No newline at end of file 23} // namespace Service
diff --git a/src/core/hle/service/time/time_u.h b/src/core/hle/service/time/time_u.h
index 44e17425f..f99d25057 100644
--- a/src/core/hle/service/time/time_u.h
+++ b/src/core/hle/service/time/time_u.h
@@ -15,4 +15,4 @@ public:
15}; 15};
16 16
17} // namespace Time 17} // namespace Time
18} // namespace Service \ No newline at end of file 18} // namespace Service