mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 13:05:45 -04:00
GPU/HW: Add D3D11 renderer and refactor host interface/display
This commit is contained in:
@ -5,6 +5,7 @@ struct Settings
|
||||
{
|
||||
enum class GPURenderer
|
||||
{
|
||||
HardwareD3D11,
|
||||
HardwareOpenGL,
|
||||
Software
|
||||
};
|
||||
|
Reference in New Issue
Block a user