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