GPU/HW: Add D3D11 renderer and refactor host interface/display

This commit is contained in:
Connor McLaughlin
2019-11-04 00:39:48 +10:00
parent f244da86a2
commit 9de9cf3be2
30 changed files with 2101 additions and 415 deletions

View File

@ -5,6 +5,7 @@ struct Settings
{
enum class GPURenderer
{
HardwareD3D11,
HardwareOpenGL,
Software
};