summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_shader_cache.h
diff options
context:
space:
mode:
authorMai M <mathew1800@gmail.com>2021-06-23 08:35:42 +0200
committerGitHub <noreply@github.com>2021-06-23 08:35:42 +0200
commit20f474b09ab503607fab651342bcee433d117c80 (patch)
treee9f506ad8d9a5366065dd83797813a504cbaba3e /src/video_core/renderer_opengl/gl_shader_cache.h
parentMerge pull request #6514 from OZtistic/master (diff)
parentbootmanager: Use std::stop_source for stopping emulation (diff)
downloadyuzu-20f474b09ab503607fab651342bcee433d117c80.tar
yuzu-20f474b09ab503607fab651342bcee433d117c80.tar.gz
yuzu-20f474b09ab503607fab651342bcee433d117c80.tar.bz2
yuzu-20f474b09ab503607fab651342bcee433d117c80.tar.lz
yuzu-20f474b09ab503607fab651342bcee433d117c80.tar.xz
yuzu-20f474b09ab503607fab651342bcee433d117c80.tar.zst
yuzu-20f474b09ab503607fab651342bcee433d117c80.zip
Diffstat (limited to 'src/video_core/renderer_opengl/gl_shader_cache.h')
-rw-r--r--src/video_core/renderer_opengl/gl_shader_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/renderer_opengl/gl_shader_cache.h b/src/video_core/renderer_opengl/gl_shader_cache.h
index 2aed0697e..b30308b6f 100644
--- a/src/video_core/renderer_opengl/gl_shader_cache.h
+++ b/src/video_core/renderer_opengl/gl_shader_cache.h
@@ -127,7 +127,7 @@ public:
~ShaderCacheOpenGL() override;
/// Loads disk cache for the current game
- void LoadDiskCache(u64 title_id, const std::atomic_bool& stop_loading,
+ void LoadDiskCache(u64 title_id, std::stop_token stop_loading,
const VideoCore::DiskResourceLoadCallback& callback);
/// Gets the current specified shader stage program