DS Core: Make screen double height
Vicki Pfau vi@endrift.com
Mon, 30 Jan 2017 17:49:14 -0800
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/ds/core.c
→
src/ds/core.c
@@ -106,7 +106,7 @@
static void _DSCoreDesiredVideoDimensions(struct mCore* core, unsigned* width, unsigned* height) { UNUSED(core); *width = DS_VIDEO_HORIZONTAL_PIXELS; - *height = DS_VIDEO_VERTICAL_PIXELS; + *height = DS_VIDEO_VERTICAL_PIXELS * 2; } static void _DSCoreSetVideoBuffer(struct mCore* core, color_t* buffer, size_t stride) {