mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
OpenGL: Trying a new function to fix glScissor() and glViewport() when bpmem.copyTexSrcWH is not 640x480. It's only enabled with g_Config.bStretchToFit and without g_Config.bKeepAR to test how it works. Hopefully I have not broken all other modes.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2310 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -22,4 +22,7 @@
|
||||
|
||||
extern SVideoInitialize g_VideoInitialize;
|
||||
|
||||
// Logging
|
||||
extern int GLScissorX, GLScissorY, GLScissorW, GLScissorH;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user