mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
[D3D12] Change RT in the title to something less ambiguous and more googlable
This commit is contained in:
parent
adc0eb87f6
commit
090bf8e353
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue