mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Revert "(GX) Buildfix"
This reverts commit 96d87802cd249d0767185c04b269834727878a7b.
This commit is contained in:
parent
96d87802cd
commit
ea6139b234
@ -534,7 +534,7 @@ static void gx_set_video_mode(void *data, unsigned fbWidth, unsigned lines,
|
||||
|
||||
new_fb_pitch = new_fb_width * 2;
|
||||
|
||||
gfx_display_set_fb_size(new_fb_width, new_fb_height, new_fb_pitch);
|
||||
gfx_display_set_framebuf(new_fb_width, new_fb_height, new_fb_pitch);
|
||||
|
||||
GX_SetViewportJitter(0, 0, gx_mode.fbWidth, gx_mode.efbHeight, 0, 1, 1);
|
||||
GX_SetDispCopySrc(0, 0, gx_mode.fbWidth, gx_mode.efbHeight);
|
||||
|
Loading…
x
Reference in New Issue
Block a user