diff --git a/.travis.yml b/.travis.yml index d38f298283..16ae4e7a0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,6 +36,8 @@ matrix: env: DISABLE_OVERLAY=1 CC=gcc-8 CXX=g++-8 - compiler: gcc env: DISABLE_CDROM=1 CC=gcc-8 CXX=g++-8 + - compiler: gcc + env: DISABLE_VIDEO_LAYOUT=1 CC=gcc-8 CXX=g++-8 - compiler: gcc env: DISABLE_AUDIOMIXER=1 CC=gcc-8 CXX=g++-8 - compiler: gcc @@ -112,6 +114,10 @@ script: if [ -n "$DISABLE_CDROM" ]; then ARGS="$ARGS --disable-cdrom" fi + - | + if [ -n "$DISABLE_VIDEO_LAYOUT" ]; then + ARGS="$ARGS --disable-video_layout" + fi - | if [ -n "$DISABLE_AUDIOMIXER" ]; then ARGS="$ARGS --disable-audiomixer" diff --git a/CHANGES.md b/CHANGES.md index 67131706e6..41d989e2b3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,7 @@ - MENU/MATERIALUI: Material UI now resizes in real-time when the user manually sets the Menu Scale Factor (this never worked properly with the old DPI override) - MENU/MATERIALUI: Material UI no longer leaks memory on 'context reset' (fonts were previously never free()'d) - OSD: Fix fast forward indicator when not using menu widgets +- VIDEO LAYOUT: Add video layout mame overlay compatibility. Enabled for Windows/Linux/OSX/iOS/Android/libnx # (1.7.9) (v2) - 3DS: Fix 3DS screen flickering when OSD is enabled