mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[D3D12] Change RT in the title to something less ambiguous and more googlable
This commit is contained in:
parent
adc0eb87f6
commit
090bf8e353
|
|
@ -649,7 +649,7 @@ std::wstring D3D12CommandProcessor::GetWindowTitleText() const {
|
|||
return L"Direct3D 12 - ROV";
|
||||
}
|
||||
} else {
|
||||
return L"Direct3D 12 - RT";
|
||||
return L"Direct3D 12 - RTV/DSV";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue