mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	service/dsp: Addressed comments about function name and pointer type
This commit is contained in:
		
							parent
							
								
									b840c63386
								
							
						
					
					
						commit
						8f70e9a318
					
				
					 4 changed files with 14 additions and 13 deletions
				
			
		|  | @ -403,7 +403,7 @@ DSP_DSP::~DSP_DSP() { | |||
| void InstallInterfaces(SM::ServiceManager& service_manager) { | ||||
|     auto dsp = std::make_shared<DSP_DSP>(); | ||||
|     dsp->InstallAsService(service_manager); | ||||
|     Core::DSP().SetDspToInterrupt(std::move(dsp)); | ||||
|     Core::DSP().SetServiceToInterrupt(std::move(dsp)); | ||||
| } | ||||
| 
 | ||||
| } // namespace DSP
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue