mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 13:15:45 -04:00
Add basic software GPU renderer
This commit is contained in:
@ -3,7 +3,8 @@
|
||||
|
||||
enum class GPURenderer
|
||||
{
|
||||
HardwareOpenGL
|
||||
HardwareOpenGL,
|
||||
Software
|
||||
};
|
||||
|
||||
struct Settings
|
||||
|
Reference in New Issue
Block a user