mirror of
				https://github.com/yuzu-emu/yuzu.git
				synced 2025-11-04 02:43:42 +00:00 
			
		
		
		
	Merge pull request #710 from lioncash/static
ptm_sysm: Add static specifier to IsLegacyPowerOff
This commit is contained in:
		
						commit
						d8b22d8b87
					
				@ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user