mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	HLE: Remove empty ConfigMem and SharedPage Shutdown functions
This commit is contained in:
		
							parent
							
								
									69c3021a8d
								
							
						
					
					
						commit
						c39b52f974
					
				
					 5 changed files with 0 additions and 10 deletions
				
			
		|  | @ -36,7 +36,4 @@ void Init() { | ||||||
|     config_mem.firm_sys_core_ver = 0x2; |     config_mem.firm_sys_core_ver = 0x2; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| void Shutdown() { |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| } // namespace
 | } // namespace
 | ||||||
|  |  | ||||||
|  | @ -52,6 +52,5 @@ static_assert(sizeof(ConfigMemDef) == Memory::CONFIG_MEMORY_SIZE, "Config Memory | ||||||
| extern ConfigMemDef config_mem; | extern ConfigMemDef config_mem; | ||||||
| 
 | 
 | ||||||
| void Init(); | void Init(); | ||||||
| void Shutdown(); |  | ||||||
| 
 | 
 | ||||||
| } // namespace
 | } // namespace
 | ||||||
|  |  | ||||||
|  | @ -43,8 +43,6 @@ void Init() { | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| void Shutdown() { | void Shutdown() { | ||||||
|     ConfigMem::Shutdown(); |  | ||||||
|     SharedPage::Shutdown(); |  | ||||||
|     Service::Shutdown(); |     Service::Shutdown(); | ||||||
| 
 | 
 | ||||||
|     LOG_DEBUG(Kernel, "shutdown OK"); |     LOG_DEBUG(Kernel, "shutdown OK"); | ||||||
|  |  | ||||||
|  | @ -18,7 +18,4 @@ void Init() { | ||||||
|     shared_page.running_hw = 0x1; // product
 |     shared_page.running_hw = 0x1; // product
 | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| void Shutdown() { |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| } // namespace
 | } // namespace
 | ||||||
|  |  | ||||||
|  | @ -54,6 +54,5 @@ static_assert(sizeof(SharedPageDef) == Memory::SHARED_PAGE_SIZE, "Shared page st | ||||||
| extern SharedPageDef shared_page; | extern SharedPageDef shared_page; | ||||||
| 
 | 
 | ||||||
| void Init(); | void Init(); | ||||||
| void Shutdown(); |  | ||||||
| 
 | 
 | ||||||
| } // namespace
 | } // namespace
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue