summaryrefslogtreecommitdiffstats
path: root/libvo/vo_svga.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_svga.c')
-rw-r--r--libvo/vo_svga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_svga.c b/libvo/vo_svga.c
index 0cb5e901b2..0429cacd77 100644
--- a/libvo/vo_svga.c
+++ b/libvo/vo_svga.c
@@ -478,7 +478,7 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width,
else
LINEWIDTH=vga_getmodeinfo(vid_mode)->linewidth;
- vga_setlinearaddressing();
+// vga_setlinearaddressing(); //it is not compatable with vga_draw* for "some" cards
if(oldmethod) {
buffer=malloc(HEIGHT*LINEWIDTH);
maxframes=0;