mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	mic: Fix gain undeclared identifier (#7177)
				
					
				
			This commit is contained in:
		
							parent
							
								
									de40153fa4
								
							
						
					
					
						commit
						90a5d989e7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -298,7 +298,7 @@ struct MIC_U::Impl { | |||
|         IPC::RequestBuilder rb = rp.MakeBuilder(2, 0); | ||||
|         rb.Push(RESULT_SUCCESS); | ||||
|         rb.Push<u8>(state.gain); | ||||
|         LOG_TRACE(Service_MIC, "gain={}", gain); | ||||
|         LOG_TRACE(Service_MIC, "gain={}", state.gain); | ||||
|     } | ||||
| 
 | ||||
|     void SetPower(Kernel::HLERequestContext& ctx) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue