[D3D12] Experimental 2x resolution scale

This commit is contained in:
Triang3l
2018-12-06 10:19:07 +03:00
parent 132af3e266
commit 9427667a27
173 changed files with 16680 additions and 4985 deletions

View File

@@ -31,8 +31,7 @@ std::wstring D3D12GraphicsSystem::name() const {
auto d3d12_command_processor =
static_cast<D3D12CommandProcessor*>(command_processor());
if (d3d12_command_processor != nullptr) {
return d3d12_command_processor->IsROVUsedForEDRAM() ? L"Direct3D 12 - ROV"
: L"Direct3D 12 - RT";
return d3d12_command_processor->GetWindowTitleText();
}
return L"Direct3D 12";
}