mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	cro_helper: add todo about process handle
This commit is contained in:
		
							parent
							
								
									9749a43cc4
								
							
						
					
					
						commit
						2b907dadf4
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -36,6 +36,7 @@ static constexpr u32 CRO_HASH_SIZE = 0x80; | ||||||
| /// Represents a loaded module (CRO) with interfaces manipulating it.
 | /// Represents a loaded module (CRO) with interfaces manipulating it.
 | ||||||
| class CROHelper final { | class CROHelper final { | ||||||
| public: | public: | ||||||
|  |     // TODO (wwylele): pass in the process handle for memory access
 | ||||||
|     explicit CROHelper(VAddr cro_address) : module_address(cro_address) {} |     explicit CROHelper(VAddr cro_address) : module_address(cro_address) {} | ||||||
| 
 | 
 | ||||||
|     std::string ModuleName() const { |     std::string ModuleName() const { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue