summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/hle/service/apt_u.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/apt_u.cpp b/src/core/hle/service/apt_u.cpp
index 9729b1022..007c6efef 100644
--- a/src/core/hle/service/apt_u.cpp
+++ b/src/core/hle/service/apt_u.cpp
@@ -29,8 +29,8 @@ static const VAddr SHARED_FONT_VADDR = 0x18000000;
29static Handle shared_font_mem = 0; 29static Handle shared_font_mem = 0;
30 30
31static Handle lock_handle = 0; 31static Handle lock_handle = 0;
32static Handle notification_event_handle = 0; /// APT notification event handle 32static Handle notification_event_handle = 0; ///< APT notification event handle
33static Handle pause_event_handle = 0; /// APT pause event handle 33static Handle pause_event_handle = 0; ///< APT pause event handle
34static std::vector<u8> shared_font; 34static std::vector<u8> shared_font;
35 35
36/// Signals used by APT functions 36/// Signals used by APT functions