diff options
| author | 2015-01-14 10:14:22 -0500 | |
|---|---|---|
| committer | 2015-01-14 10:14:22 -0500 | |
| commit | fd1b600e0521ffa9d62dff2f332ca3f83d91d5e0 (patch) | |
| tree | 88a4dd4f7561bf7171183cbb79f134aed5038cc7 /src | |
| parent | APTU: Stubbed NotifyToWait, taken from 3dmoo. (diff) | |
| download | yuzu-fd1b600e0521ffa9d62dff2f332ca3f83d91d5e0.tar.gz yuzu-fd1b600e0521ffa9d62dff2f332ca3f83d91d5e0.tar.xz yuzu-fd1b600e0521ffa9d62dff2f332ca3f83d91d5e0.zip | |
APT: Fixed the comment style in some variables
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/service/apt_u.cpp | 4 |
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; | |||
| 29 | static Handle shared_font_mem = 0; | 29 | static Handle shared_font_mem = 0; |
| 30 | 30 | ||
| 31 | static Handle lock_handle = 0; | 31 | static Handle lock_handle = 0; |
| 32 | static Handle notification_event_handle = 0; /// APT notification event handle | 32 | static Handle notification_event_handle = 0; ///< APT notification event handle |
| 33 | static Handle pause_event_handle = 0; /// APT pause event handle | 33 | static Handle pause_event_handle = 0; ///< APT pause event handle |
| 34 | static std::vector<u8> shared_font; | 34 | static std::vector<u8> shared_font; |
| 35 | 35 | ||
| 36 | /// Signals used by APT functions | 36 | /// Signals used by APT functions |