mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	Merge pull request #1078 from archshift/arm-build-fix
Shader JIT: ifdef out reference to ifdef'd out shader_map
This commit is contained in:
		
						commit
						de6a2bed32
					
				| @ -52,7 +52,9 @@ void Setup(UnitState<false>& state) { | |||||||
| } | } | ||||||
| 
 | 
 | ||||||
| void Shutdown() { | void Shutdown() { | ||||||
|  | #ifdef ARCHITECTURE_x86_64 | ||||||
|     shader_map.clear(); |     shader_map.clear(); | ||||||
|  | #endif // ARCHITECTURE_x86_64
 | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| static Common::Profiling::TimingCategory shader_category("Vertex Shader"); | static Common::Profiling::TimingCategory shader_category("Vertex Shader"); | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 bunnei
						bunnei