Explorar o código

APT: Fixed the comment style in some variables

Sebastian Valle %!s(int64=11) %!d(string=hai) anos
pai
achega
fd1b600e05
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/core/hle/service/apt_u.cpp

+ 2 - 2
src/core/hle/service/apt_u.cpp

@@ -29,8 +29,8 @@ static const VAddr SHARED_FONT_VADDR = 0x18000000;
 static Handle shared_font_mem = 0;
 
 static Handle lock_handle = 0;
-static Handle notification_event_handle = 0; /// APT notification event handle
-static Handle pause_event_handle = 0; /// APT pause event handle
+static Handle notification_event_handle = 0; ///< APT notification event handle
+static Handle pause_event_handle = 0; ///< APT pause event handle
 static std::vector<u8> shared_font;
 
 /// Signals used by APT functions