mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
Not sure msaa scaling is required anymore - odd.
This commit is contained in:
parent
a70533f1c5
commit
1358d54ce9
|
|
@ -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…
Reference in a new issue