mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-15 12:10:07 +00:00
gl_shader_manager: Remove unused variable within LoadDiskCache()
This commit is contained in:
parent
138539c9a0
commit
ca4f7266c0
@ -460,7 +460,6 @@ void ShaderProgramManager::LoadDiskCache(const std::atomic_bool& stop_loading,
|
||||
bool precompiled_cache_altered = false;
|
||||
|
||||
std::mutex mutex;
|
||||
std::size_t built_shaders = 0; // It doesn't have be atomic since it's used behind a mutex
|
||||
std::atomic_bool compilation_failed = false;
|
||||
if (callback) {
|
||||
callback(VideoCore::LoadCallbackStage::Decompile, 0, raws.size());
|
||||
|
Loading…
Reference in New Issue
Block a user