mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	APT: don't skip translation parameters
This commit is contained in:
		
							parent
							
								
									33fe6c30e0
								
							
						
					
					
						commit
						f3d22ccde4
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -202,7 +202,8 @@ void Module::Interface::GetSharedFont(Kernel::HLERequestContext& ctx) { | |||
|         } else { | ||||
|             LOG_ERROR(Service_APT, "shared font file missing - go dump it from your 3ds"); | ||||
|             rb.Push<u32>(-1); // TODO: Find the right error code
 | ||||
|             rb.Skip(1 + 2, true); | ||||
|             rb.Push<u32>(0); | ||||
|             rb.PushCopyObjects<Kernel::Object>(nullptr); | ||||
|             Core::System::GetInstance().SetStatus(Core::System::ResultStatus::ErrorSharedFont); | ||||
|             return; | ||||
|         } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue