summaryrefslogtreecommitdiffstats
path: root/src/video_core/video_core.h
diff options
context:
space:
mode:
authorJames Rowe <jroweboy@gmail.com>2018-01-12 04:33:56 +0100
committerJames Rowe <jroweboy@gmail.com>2018-01-13 03:11:04 +0100
commit389979018cce654b1ade0161abfc627832afe592 (patch)
tree90536049d982e4f5ee1df984b1d9da52db704e95 /src/video_core/video_core.h
parentRemove references to PICA and rasterizers in video_core (diff)
downloadyuzu-389979018cce654b1ade0161abfc627832afe592.tar
yuzu-389979018cce654b1ade0161abfc627832afe592.tar.gz
yuzu-389979018cce654b1ade0161abfc627832afe592.tar.bz2
yuzu-389979018cce654b1ade0161abfc627832afe592.tar.lz
yuzu-389979018cce654b1ade0161abfc627832afe592.tar.xz
yuzu-389979018cce654b1ade0161abfc627832afe592.tar.zst
yuzu-389979018cce654b1ade0161abfc627832afe592.zip
Diffstat (limited to 'src/video_core/video_core.h')
-rw-r--r--src/video_core/video_core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/video_core.h b/src/video_core/video_core.h
index 94e0867f0..0b8785898 100644
--- a/src/video_core/video_core.h
+++ b/src/video_core/video_core.h
@@ -20,8 +20,6 @@ extern EmuWindow* g_emu_window; ///< Emu window
// TODO: Wrap these in a user settings struct along with any other graphics settings (often set from
// qt ui)
-extern std::atomic<bool> g_hw_renderer_enabled;
-extern std::atomic<bool> g_shader_jit_enabled;
extern std::atomic<bool> g_toggle_framelimit_enabled;
/// Start the video core