mgba:0.8

Last commit made on 2020-11-24
Get this branch:
git clone -b 0.8 https://git.launchpad.net/mgba

Branch merges

Branch information

Name:
0.8
Repository:
lp:mgba

Recent commits

339c014... by Vicki Pfau <email address hidden>

CMake: Fix build on Windows

761667a... by Vicki Pfau <email address hidden>

GBA: Fix loading multiboot ELF files (fixes #1949)

061a176... by Vicki Pfau <email address hidden>

Core: Fix loading ELF files that have unexpected empty program headers

4134f06... by Vicki Pfau <email address hidden>

CMake: Link with correct OpenGL library (fixes #1872)

23d9eba... by Vicki Pfau <email address hidden>

CMake: Replace desktop file installing code with just the file

7d20209... by Vicki Pfau <email address hidden>

GBA Video: Fix OBJWIN erratic rendering in OpenGL renderer

65c988a... by jsmolka <email address hidden>

GBA Memory: Return correct byte in out of bounds ROM read

11f0b9c... by Vicki Pfau <email address hidden>

Qt: Fix some unused parameter warnings

7421431... by Bastien Orivel <email address hidden>

Fix a few warnings regarding `QAbstractButton::setChecked` usage

The method takes a boolean, not a `Qt::CheckState`. Since the rest of
the codebase uses booleans, I didn't bother keeping the enum where it
was possible (for checkboxes, one could use `setCheckState` with a
`Qt::CheckState` but that's only really useful for tristate checkboxes).

Note that this shouldn't change any behavior as the enum has a value of
0 for the `Unchecked` variant.

535f350... by Vicki Pfau <email address hidden>

GBA I/O: Ignore high bits on IME