mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(360) Fix typo
This commit is contained in:
parent
23afaa8799
commit
0b8037d893
@ -59,7 +59,7 @@ static void renderchain_set_mvp(void *data, unsigned vp_width,
|
||||
mvp.data = d3d;
|
||||
mvp.matrix = NULL;
|
||||
|
||||
video_shadser_driver_set_mvp(mvp);
|
||||
video_shader_driver_set_mvp(mvp);
|
||||
#elif defined(HAVE_D3D8)
|
||||
D3DXMATRIX p_out, p_rotate, mat;
|
||||
D3DXMatrixOrthoOffCenterLH(&mat, 0, vp_width, vp_height, 0, 0.0f, 1.0f);
|
||||
|
Loading…
x
Reference in New Issue
Block a user