mirror of
				https://git.h3cjp.net/H3cJP/citra.git
				synced 2025-10-29 22:07:38 +00:00 
			
		
		
		
	buffer_cache: Silence implicit cast warning
This commit is contained in:
		
							parent
							
								
									d9fb6dbd37
								
							
						
					
					
						commit
						e79d02bf38
					
				|  | @ -99,7 +99,7 @@ class BufferCache { | |||
|     }; | ||||
| 
 | ||||
| public: | ||||
|     static constexpr u32 DEFAULT_SKIP_CACHE_SIZE = 4_KiB; | ||||
|     static constexpr u32 DEFAULT_SKIP_CACHE_SIZE = static_cast<u32>(4_KiB); | ||||
| 
 | ||||
|     explicit BufferCache(VideoCore::RasterizerInterface& rasterizer_, | ||||
|                          Tegra::Engines::Maxwell3D& maxwell3d_, | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue