# | Line 2262 | Line 2262 | void video_set_dirty_area(int x, int y, | |
---|---|---|
2262 | ||
2263 | #ifdef ENABLE_VOSF | |
2264 | if (use_vosf) { | |
2265 | < | vosf_set_dirty_area(x, y, w, h, screen_width, bytes_per_row); |
2265 | > | vosf_set_dirty_area(x, y, w, h, screen_width, screen_height, bytes_per_row); |
2266 | return; | |
2267 | } | |
2268 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |