mirror of
https://github.com/InoriRus/Kyty.git
synced 2026-08-28 05:06:40 +00:00
PS5 graphics (#42)
This commit is contained in:
@@ -353,7 +353,7 @@ struct ColorControl
|
||||
struct ScanModeControl
|
||||
{
|
||||
bool msaa_enable = false;
|
||||
bool vport_scissor_enable = false;
|
||||
bool vport_scissor_enable = true;
|
||||
bool line_stipple_enable = false;
|
||||
};
|
||||
|
||||
@@ -401,7 +401,7 @@ struct Viewport
|
||||
struct ScreenViewport
|
||||
{
|
||||
Viewport viewports[15];
|
||||
uint32_t transform_control = 0;
|
||||
uint32_t transform_control = 1087;
|
||||
int screen_scissor_left = 0;
|
||||
int screen_scissor_top = 0;
|
||||
int screen_scissor_right = 0;
|
||||
|
||||
Reference in New Issue
Block a user