mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 00:25:46 +00:00
maxwell_3d: init shadow_state
This commit is contained in:
parent
e89c5935f4
commit
30112fcb3c
1 changed files with 2 additions and 0 deletions
|
@ -98,6 +98,8 @@ void Maxwell3D::InitializeRegisterDefaults() {
|
||||||
regs.framebuffer_srgb = 1;
|
regs.framebuffer_srgb = 1;
|
||||||
regs.front_face = Maxwell3D::Regs::FrontFace::ClockWise;
|
regs.front_face = Maxwell3D::Regs::FrontFace::ClockWise;
|
||||||
|
|
||||||
|
shadow_state = regs;
|
||||||
|
|
||||||
mme_inline[MAXWELL3D_REG_INDEX(draw.vertex_end_gl)] = true;
|
mme_inline[MAXWELL3D_REG_INDEX(draw.vertex_end_gl)] = true;
|
||||||
mme_inline[MAXWELL3D_REG_INDEX(draw.vertex_begin_gl)] = true;
|
mme_inline[MAXWELL3D_REG_INDEX(draw.vertex_begin_gl)] = true;
|
||||||
mme_inline[MAXWELL3D_REG_INDEX(vertex_buffer.count)] = true;
|
mme_inline[MAXWELL3D_REG_INDEX(vertex_buffer.count)] = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue