mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-11-03 20:24:43 +01:00 
			
		
		
		
	added logger option specifically for the renderer
This commit is contained in:
		
							parent
							
								
									f0d49253e4
								
							
						
					
					
						commit
						0716470609
					
				@ -57,7 +57,7 @@ enum LOG_TYPE {
 | 
			
		||||
    WII_IPC_NET,
 | 
			
		||||
    WII_IPC_WC24,
 | 
			
		||||
    WII_IPC_SSL,
 | 
			
		||||
    WII_IPC_SD,
 | 
			
		||||
    RENDER,
 | 
			
		||||
    LCD,
 | 
			
		||||
    HW,
 | 
			
		||||
    TIME,
 | 
			
		||||
 | 
			
		||||
@ -67,7 +67,7 @@ LogManager::LogManager()
 | 
			
		||||
    m_Log[LogTypes::WII_IPC_DVD]        = new LogContainer("WII_IPC_DVD",       "WII IPC DVD");
 | 
			
		||||
    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_SD]         = new LogContainer("WII_IPC_SD",        "WII IPC SD");
 | 
			
		||||
    m_Log[LogTypes::RENDER]             = new LogContainer("RENDER",            "RENDER");
 | 
			
		||||
    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_WC24]       = new LogContainer("WII_IPC_WC24",      "WII IPC WC24");
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user