mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 13:15:45 -04:00
Frontend: Add toggle for software rendering
This commit is contained in:
@ -1,14 +1,14 @@
|
||||
#pragma once
|
||||
#include "types.h"
|
||||
|
||||
enum class GPURenderer
|
||||
{
|
||||
HardwareOpenGL,
|
||||
Software
|
||||
};
|
||||
|
||||
struct Settings
|
||||
{
|
||||
enum class GPURenderer
|
||||
{
|
||||
HardwareOpenGL,
|
||||
Software
|
||||
};
|
||||
|
||||
Settings();
|
||||
|
||||
bool start_paused = false;
|
||||
|
Reference in New Issue
Block a user