mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Shader JIT: ifdef out reference to ifdef'd out shader_map
shader_map was only defined on x86 architectures, but was cleared on shutdown with no ifdef protection. Ifdef this out so non-x86 architectures can be built.
This commit is contained in:
		
							parent
							
								
									4ad86a6f78
								
							
						
					
					
						commit
						dd0e1061ef
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -52,7 +52,9 @@ void Setup(UnitState<false>& state) { | |||
| } | ||||
| 
 | ||||
| void Shutdown() { | ||||
| #ifdef ARCHITECTURE_x86_64 | ||||
|     shader_map.clear(); | ||||
| #endif // ARCHITECTURE_x86_64
 | ||||
| } | ||||
| 
 | ||||
| static Common::Profiling::TimingCategory shader_category("Vertex Shader"); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue