mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	added LCD logger
This commit is contained in:
		
							parent
							
								
									c874c1d06c
								
							
						
					
					
						commit
						7509a9b21f
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -58,7 +58,7 @@ enum LOG_TYPE { | ||||||
|     WII_IPC_WC24, |     WII_IPC_WC24, | ||||||
|     WII_IPC_SSL, |     WII_IPC_SSL, | ||||||
|     WII_IPC_SD, |     WII_IPC_SD, | ||||||
|     WII_IPC_STM, |     LCD, | ||||||
|     HW, |     HW, | ||||||
|     TIME, |     TIME, | ||||||
|     NETPLAY, |     NETPLAY, | ||||||
|  |  | ||||||
|  | @ -68,7 +68,7 @@ LogManager::LogManager() | ||||||
|     m_Log[LogTypes::WII_IPC_ES]         = new LogContainer("WII_IPC_ES",        "WII IPC ES"); |     m_Log[LogTypes::WII_IPC_ES]         = new LogContainer("WII_IPC_ES",        "WII IPC ES"); | ||||||
|     m_Log[LogTypes::WII_IPC_FILEIO]     = new LogContainer("WII_IPC_FILEIO",    "WII IPC FILEIO"); |     m_Log[LogTypes::WII_IPC_FILEIO]     = new LogContainer("WII_IPC_FILEIO",    "WII IPC FILEIO"); | ||||||
|     m_Log[LogTypes::WII_IPC_SD]         = new LogContainer("WII_IPC_SD",        "WII IPC SD"); |     m_Log[LogTypes::WII_IPC_SD]         = new LogContainer("WII_IPC_SD",        "WII IPC SD"); | ||||||
|     m_Log[LogTypes::WII_IPC_STM]        = new LogContainer("WII_IPC_STM",       "WII IPC STM"); |     m_Log[LogTypes::LCD]                = new LogContainer("LCD",               "LCD"); | ||||||
|     m_Log[LogTypes::WII_IPC_NET]        = new LogContainer("WII_IPC_NET",       "WII IPC NET"); |     m_Log[LogTypes::WII_IPC_NET]        = new LogContainer("WII_IPC_NET",       "WII IPC NET"); | ||||||
|     m_Log[LogTypes::WII_IPC_WC24]       = new LogContainer("WII_IPC_WC24",      "WII IPC WC24"); |     m_Log[LogTypes::WII_IPC_WC24]       = new LogContainer("WII_IPC_WC24",      "WII IPC WC24"); | ||||||
|     m_Log[LogTypes::WII_IPC_SSL]        = new LogContainer("WII_IPC_SSL",       "WII IPC SSL"); |     m_Log[LogTypes::WII_IPC_SSL]        = new LogContainer("WII_IPC_SSL",       "WII IPC SSL"); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue