mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	Address first batch of review comments
This commit is contained in:
		
							parent
							
								
									041638ea4d
								
							
						
					
					
						commit
						781d4b787a
					
				
					 14 changed files with 91 additions and 131 deletions
				
			
		| 
						 | 
				
			
			@ -16,7 +16,7 @@ class System;
 | 
			
		|||
namespace Service::PTM {
 | 
			
		||||
 | 
			
		||||
/// Id of the SharedExtData archive used by the PTM process
 | 
			
		||||
static const std::vector<u8> ptm_shared_extdata_id = {0, 0, 0, 0, 0x0B, 0, 0, 0xF0, 0, 0, 0, 0};
 | 
			
		||||
constexpr std::array<u8, 12> ptm_shared_extdata_id = {0, 0, 0, 0, 0x0B, 0, 0, 0xF0, 0, 0, 0, 0};
 | 
			
		||||
 | 
			
		||||
/// Charge levels used by PTM functions
 | 
			
		||||
enum class ChargeLevels : u32 {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue