mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
Not sure msaa scaling is required anymore - odd.
This commit is contained in:
parent
a70533f1c5
commit
1358d54ce9
1 changed files with 2 additions and 2 deletions
|
|
@ -1881,8 +1881,8 @@ CommandProcessor::UpdateStatus CommandProcessor::UpdateViewportState() {
|
|||
// window_width_scalar = 2;
|
||||
break;
|
||||
case MsaaSamples::k4X:
|
||||
window_width_scalar = 2;
|
||||
window_height_scalar = 2;
|
||||
window_width_scalar = 1;
|
||||
window_height_scalar = 1;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue