mirror of
https://github.com/digarok/gsplus.git
synced 2025-02-17 11:31:11 +00:00
return scanline scaling logic
This commit is contained in:
parent
b5eaa22877
commit
24d2d75c49
@ -358,7 +358,7 @@ void dev_video_init_sdl() {
|
||||
for (int x=0; x<BASE_WINDOW_WIDTH; x++) {
|
||||
|
||||
if (y%2 == 1) {
|
||||
overlay_pixels[(y*BASE_WINDOW_WIDTH)+x] = 0x33000000;
|
||||
overlay_pixels[(y*BASE_WINDOW_WIDTH)+x] = pixelARGB;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user