Changes to wxWidgets/SDL2 port :
- Updated UI - OpenGL 3.0 with GLSL/GLSLP-support - Improvements to Windows version - Minor changes/bugfixes Patch from bit.
This commit is contained in:
parent
354d52754c
commit
2881d35680
90 changed files with 15042 additions and 5351 deletions
|
|
@ -167,6 +167,8 @@ int changeframecount=2;
|
|||
uint8_t rotatevga[8][256];
|
||||
|
||||
int frames = 0;
|
||||
int video_frames = 0;
|
||||
int video_refresh_rate = 0;
|
||||
|
||||
int fullchange;
|
||||
|
||||
|
|
@ -522,6 +524,7 @@ void video_wait_for_buffer()
|
|||
|
||||
void video_blit_memtoscreen(int x, int y, int y1, int y2, int w, int h)
|
||||
{
|
||||
video_frames++;
|
||||
if (h <= 0)
|
||||
return;
|
||||
video_wait_for_blit();
|
||||
|
|
|
|||
Loading…
Reference in a new issue