mgba:travis

Last commit made on 2019-12-13
Get this branch:
git clone -b travis https://git.launchpad.net/mgba

Branch merges

Branch information

Name:
travis
Repository:
lp:mgba

Recent commits

b7bbe0a... by Vicki Pfau <email address hidden>

Travis: Remove imagemagick dependency

ad84c8f... by Vicki Pfau <email address hidden>

Travis: Fix macOS builds

e51d3e1... by Vicki Pfau <email address hidden>

Qt: Fix scrollbar arrows in memory view (fixes #1558)

c300da9... by Vicki Pfau <email address hidden>

Qt: Incomplete non-GBA build fixes

d3ec40b... by Vicki Pfau <email address hidden>

GB Memory: Support manual SRAM editing (fixes #1580)

ffe99c0... by Tim Crawford

Qt: Fix compiling with M_CORE_GB disabled

GB specific code was added without guards, causing configurations with
it disabled to fail compiling:

    cmake -B build -DM_CORE_GB:BOOL=OFF

Resolves: #1578
Fixes: a44a8f668f6a5 ("GB: Add yanking")
Fixes: fbe375fab992c ("Core: Add support for caching bitmapped modes")
Fixes: 06657d9fde5a2 ("Qt: Add additional info to map view")
Fixes: f15aacd0b6aaf ("Qt: Set default Game Boy colors")

a2b3129... by Vicki Pfau <email address hidden>

Qt: Fix uninitialized memory issue

2bacae3... by Vicki Pfau <email address hidden>

GBA SIO: Fix unitialized memory issue

5e37df6... by Vicki Pfau <email address hidden>

Core: Fix unitialized memory issues with graphics caches

6900d13... by Vicki Pfau <email address hidden>

GBA Memory: Fix open bus from IWRAM (fixes #1575)