mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-04 07:38:47 +00:00 
			
		
		
		
	APT: Fixed the comment style in some variables
This commit is contained in:
		
							parent
							
								
									728c932dba
								
							
						
					
					
						commit
						fd1b600e05
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue