mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-11-04 04:34:07 +01:00 
			
		
		
		
	Merge pull request #778 from lioncash/log
set: Add missing log call in GetAvailableLanguageCodeCount()
This commit is contained in:
		
						commit
						d787873b3b
					
				@ -45,6 +45,8 @@ void SET::GetAvailableLanguageCodeCount(Kernel::HLERequestContext& ctx) {
 | 
			
		||||
    IPC::ResponseBuilder rb{ctx, 3};
 | 
			
		||||
    rb.Push(RESULT_SUCCESS);
 | 
			
		||||
    rb.Push(static_cast<u32>(available_language_codes.size()));
 | 
			
		||||
 | 
			
		||||
    LOG_DEBUG(Service_SET, "called");
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
SET::SET() : ServiceFramework("set") {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user