mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 20:25:47 +00:00
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).
This commit is contained in:
parent
c1dbe03971
commit
6e352a55d5
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue