mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-18 17:04:34 +00:00
[GX] fix menu pitch
This commit is contained in:
parent
7ca67d3873
commit
14fe8623bb
@ -106,9 +106,9 @@ ifeq ($(USBGECKO), 1)
|
||||
endif
|
||||
APP_BOOTER_DIR = wii/app_booter
|
||||
PLATOBJS := $(APP_BOOTER_DIR)/app_booter.binobj
|
||||
PLATCFLAGS := -DGEKKO
|
||||
CFLAGS += -DGEKKO
|
||||
ifeq ($(USBGECKO), 1)
|
||||
PLATCFLAGS += -DUSBGECKO
|
||||
CFLAGS += -DUSBGECKO
|
||||
endif
|
||||
|
||||
HAVE_FILTERS_BUILTIN := 1
|
||||
|
@ -1082,10 +1082,10 @@ static bool gx_frame(void *data, const void *frame,
|
||||
convert_texture16(gx->menu_data, menu_tex.data,
|
||||
menu->frame_buf.width,
|
||||
menu->frame_buf.height,
|
||||
menu->frame_buf.width * 2);
|
||||
menu->frame_buf.pitch);
|
||||
DCFlushRange(menu_tex.data,
|
||||
menu->frame_buf.width *
|
||||
menu->frame_buf.height * 2);
|
||||
menu->frame_buf.pitch);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user