mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-24 02:40:43 +00:00
Viewport fix
This commit is contained in:
parent
40dbdb8d4e
commit
88cdbb9cc6
@ -306,6 +306,8 @@ void NativeInitGraphics()
|
||||
glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_REPEAT);
|
||||
glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR);
|
||||
glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
|
||||
|
||||
glstate.viewport.set(0, 0, pixel_xres, pixel_yres);
|
||||
}
|
||||
|
||||
void NativeRender()
|
||||
|
2
native
2
native
@ -1 +1 @@
|
||||
Subproject commit af5142d32a283ffc0ad1bba5d79a5f30fba717d9
|
||||
Subproject commit c60bda83b6871f151921ca818a4ba292714bd7ec
|
Loading…
x
Reference in New Issue
Block a user