mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	added NDMA hardware interface
This commit is contained in:
		
							parent
							
								
									b2baafaf8b
								
							
						
					
					
						commit
						c3a4b4bfca
					
				
					 7 changed files with 143 additions and 4 deletions
				
			
		|  | @ -55,7 +55,7 @@ enum LOG_TYPE { | |||
|     WII_IPC_HID, | ||||
|     WII_IPC_HLE, | ||||
|     WII_IPC_NET, | ||||
|     WII_IPC_WC24, | ||||
|     NDMA, | ||||
|     HLE, | ||||
|     RENDER, | ||||
|     LCD, | ||||
|  |  | |||
|  | @ -67,7 +67,7 @@ LogManager::LogManager() | |||
|     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"); | ||||
|     m_Log[LogTypes::NDMA]               = new LogContainer("NDMA",              "NDMA"); | ||||
|     m_Log[LogTypes::HLE]                = new LogContainer("HLE",               "High Level Emulation"); | ||||
|     m_Log[LogTypes::HW]                 = new LogContainer("HW",                "Hardware"); | ||||
|     m_Log[LogTypes::ACTIONREPLAY]       = new LogContainer("ActionReplay",      "ActionReplay"); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue