Skip to content
Snippets Groups Projects
Commit 2e80e748 authored by Lioncash's avatar Lioncash
Browse files

video_core: Remove unused Renderer enumeration

Currently we only have an OpenGL renderer, so this is unused in code
(and occupies the Renderer identifier in the VideoCore namespace).
parent 0a003efd
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,6 @@ namespace VideoCore {
class RendererBase;
enum class Renderer { Software, OpenGL };
// TODO: Wrap these in a user settings struct along with any other graphics settings (often set from
// qt ui)
extern std::atomic<bool> g_toggle_framelimit_enabled;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment