Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/emulators/gngb/files/patch-src_video__std.c
16461 views
1
--- src/video_std.c.orig 2005-12-11 09:53:02 UTC
2
+++ src/video_std.c
3
@@ -30,14 +30,21 @@
4
5
static Uint32 std_flag;
6
SDL_Surface *back=NULL;
7
+Uint8 rb_on;
8
+Uint8 rb_shift;
9
10
-
11
Sint8 rb_tab[2][RB_SIZE]={{0,-2,2,-2,2},
12
{0,-1,-1,1,1}};
13
14
VIDEO_MODE video_std;
15
16
+SDL_Rect scrR;
17
+SDL_Rect dstR;
18
SDL_Rect clip_rct;
19
+SDL_Rect ov_rect;
20
+
21
+int scxoff,scyoff;
22
+
23
Uint8 win_line=0;
24
25
/*
26
27