mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-27 17:07:10 +02:00
parent
961a91a62f
commit
d00f6f0722
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ namespace Ryujinx.Graphics.Gpu.State
|
||||||
_backingMemory[(int)MethodOffset.RasterizeEnable] = 1;
|
_backingMemory[(int)MethodOffset.RasterizeEnable] = 1;
|
||||||
|
|
||||||
// Depth ranges.
|
// Depth ranges.
|
||||||
for (int index = 0; index < 8; index++)
|
for (int index = 0; index < Constants.TotalViewports; index++)
|
||||||
{
|
{
|
||||||
_backingMemory[(int)MethodOffset.ViewportExtents + index * 4 + 2] = 0;
|
_backingMemory[(int)MethodOffset.ViewportExtents + index * 4 + 2] = 0;
|
||||||
_backingMemory[(int)MethodOffset.ViewportExtents + index * 4 + 3] = 0x3F800000;
|
_backingMemory[(int)MethodOffset.ViewportExtents + index * 4 + 3] = 0x3F800000;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue