mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Services/AM: Fix log commands
This commit is contained in:
		
							parent
							
								
									714206e4ce
								
							
						
					
					
						commit
						7ea04bb55c
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -513,7 +513,7 @@ void QueryAvailableTitleDatabase(Service::Interface* self) { | |||
|     rb.Push(RESULT_SUCCESS); // No error
 | ||||
|     rb.Push(true); | ||||
| 
 | ||||
|     LOG_WARNING(Service_APT, "(STUBBED) media_type=%u", media_type); | ||||
|     LOG_WARNING(Service_AM, "(STUBBED) media_type=%u", media_type); | ||||
| } | ||||
| 
 | ||||
| void CheckContentRights(Service::Interface* self) { | ||||
|  | @ -529,7 +529,7 @@ void CheckContentRights(Service::Interface* self) { | |||
|     rb.Push(RESULT_SUCCESS); // No error
 | ||||
|     rb.Push(has_rights); | ||||
| 
 | ||||
|     LOG_WARNING(Service_APT, "(STUBBED) tid=%016" PRIx64 ", content_index=%u", tid, content_index); | ||||
|     LOG_WARNING(Service_AM, "(STUBBED) tid=%016" PRIx64 ", content_index=%u", tid, content_index); | ||||
| } | ||||
| 
 | ||||
| void CheckContentRightsIgnorePlatform(Service::Interface* self) { | ||||
|  | @ -545,7 +545,7 @@ void CheckContentRightsIgnorePlatform(Service::Interface* self) { | |||
|     rb.Push(RESULT_SUCCESS); // No error
 | ||||
|     rb.Push(has_rights); | ||||
| 
 | ||||
|     LOG_WARNING(Service_APT, "(STUBBED) tid=%016" PRIx64 ", content_index=%u", tid, content_index); | ||||
|     LOG_WARNING(Service_AM, "(STUBBED) tid=%016" PRIx64 ", content_index=%u", tid, content_index); | ||||
| } | ||||
| 
 | ||||
| void Init() { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue