mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	kernel/process: Use std::array where applicable
This commit is contained in:
		
							parent
							
								
									37e78de206
								
							
						
					
					
						commit
						c786df3e4b
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -4,6 +4,7 @@ | |||
| 
 | ||||
| #pragma once | ||||
| 
 | ||||
| #include <array> | ||||
| #include <bitset> | ||||
| #include <cstddef> | ||||
| #include <memory> | ||||
|  | @ -101,7 +102,7 @@ struct CodeSet final : public Object { | |||
| 
 | ||||
|     std::shared_ptr<std::vector<u8>> memory; | ||||
| 
 | ||||
|     Segment segments[3]; | ||||
|     std::array<Segment, 3> segments; | ||||
|     VAddr entrypoint; | ||||
| 
 | ||||
|     /// Name of the process
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue