mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 04:14:17 +08:00
Add patch for openjazz
This commit is contained in:
parent
707f10e096
commit
ea13ffeefa
12
recipes/openjazz/01_redox.patch
Normal file
12
recipes/openjazz/01_redox.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -rupNw source-original/src/io/gfx/video.cpp source/src/io/gfx/video.cpp
|
||||
--- source-original/src/io/gfx/video.cpp 2018-12-03 01:26:03.479047234 +0100
|
||||
+++ source/src/io/gfx/video.cpp 2018-12-02 21:50:10.650021649 +0100
|
||||
@@ -516,7 +516,7 @@ void Video::flip (int mspf, PaletteEffec
|
||||
}
|
||||
|
||||
// Show what has been drawn
|
||||
- SDL_Flip(screen);
|
||||
+ SDL_UpdateRect(screen, 0, 0, screen->w, screen->h);
|
||||
|
||||
return;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user