mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	change line 528
This commit is contained in:
		
							parent
							
								
									e7ac03c941
								
							
						
					
					
						commit
						4a37d91bc6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -525,7 +525,7 @@ void Module::Interface::FinishPreloadingLibraryApplet(Kernel::HLERequestContext& | ||||||
|     IPC::RequestBuilder rb = rp.MakeBuilder(1, 0); |     IPC::RequestBuilder rb = rp.MakeBuilder(1, 0); | ||||||
|     rb.Push(apt->applet_manager->FinishPreloadingLibraryApplet(applet_id)); |     rb.Push(apt->applet_manager->FinishPreloadingLibraryApplet(applet_id)); | ||||||
| 
 | 
 | ||||||
|     LOG_WARNING(Service_APT, "(STUBBED) called, applet_id=%03X", static_cast<u32>(applet_id)); |     NGLOG_WARNING(Service_APT, "(STUBBED) called, applet_id={:#05X}", static_cast<u32>(applet_id)); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| void Module::Interface::StartLibraryApplet(Kernel::HLERequestContext& ctx) { | void Module::Interface::StartLibraryApplet(Kernel::HLERequestContext& ctx) { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue