mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	service/cro: specify endianness for enum
This commit is contained in:
		
							parent
							
								
									18e94897c4
								
							
						
					
					
						commit
						16b36b6025
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -236,7 +236,7 @@ private: | |||
|     struct SegmentEntry { | ||||
|         u32_le offset; | ||||
|         u32_le size; | ||||
|         SegmentType type; | ||||
|         enum_le<SegmentType> type; | ||||
| 
 | ||||
|         static constexpr HeaderField TABLE_OFFSET_FIELD = SegmentTableOffset; | ||||
|     }; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue