mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Merge pull request #4386 from wwylele/codeset-class
Kernel/CodeSet: change struct to class
This commit is contained in:
		
						commit
						bd4beb6558
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -50,7 +50,8 @@ enum class ProcessStatus { Created, Running, Exited }; | |||
| class ResourceLimit; | ||||
| struct MemoryRegionInfo; | ||||
| 
 | ||||
| struct CodeSet final : public Object { | ||||
| class CodeSet final : public Object { | ||||
| public: | ||||
|     struct Segment { | ||||
|         std::size_t offset = 0; | ||||
|         VAddr addr = 0; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue