mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	ptm_sysm: Add static specifier to IsLegacyPowerOff
This commit is contained in:
		
							parent
							
								
									4dbe358a71
								
							
						
					
					
						commit
						1baab50e7c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -16,7 +16,7 @@ namespace PTM { | |||
|  *     1: Result code, 0 on success, otherwise error code | ||||
|  *     2: Whether the system is going through a power off | ||||
|  */ | ||||
| void IsLegacyPowerOff(Service::Interface* self) { | ||||
| static void IsLegacyPowerOff(Service::Interface* self) { | ||||
|     u32* cmd_buff = Kernel::GetCommandBuffer(); | ||||
|     cmd_buff[1] = RESULT_SUCCESS.raw; | ||||
|     cmd_buff[2] = 0; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue