gnome-games-app:broken-icon

Last commit made on 2020-02-04
Get this branch:
git clone -b broken-icon https://git.launchpad.net/gnome-games-app

Branch merges

Branch information

Name:
broken-icon
Repository:
lp:gnome-games-app

Recent commits

6999e98... by Adrien Plazas

icons: Add the broken emotes icon

This will be used to denote a broken game state, such as a Libretro core
runner crash.

8c26051... by Alexander Mikhaylenko <email address hidden>

Version 3.35.90

a65be79... by Alexander Mikhaylenko <email address hidden>

retro-gamepad: Always return JOYPAD type

Looks like ANALOG type is breaking some cores, in particular, Beetle Saturn
and Flycast. Also Beetle PCE Fast, but it's already fixed.

a34c962... by Alexander Mikhaylenko <email address hidden>

flatpak: Don't mark cartridge roms as mandatory for Beetle Saturn

They are not mandatory, other games start just fine without them.

9207770... by Piotr Drąg

Update Polish translation

1fbaf49... by Alexander Mikhaylenko <email address hidden>

retro-runner: Don't try to set current media if there's no media

Prevent a runtime error.

28764cc... by Alexander Mikhaylenko <email address hidden>

flatpak: Unpin mednafen-pce-fast

The fix has been merged, unpinning.

a21c60d... by Alexander Mikhaylenko <email address hidden>

retro-runner: Defer core.run() until resetting

Doing core.run() early seems to break Picodrive memory loading, as it
reports 0 memory size after that. However, at the same time not doing it
at all breaks PX68k, as it crashes on core.reset(). Considering the
expected boot order isn't documented, try to please both by moving
core.run() to immediately before resetting, so that memory is already
restored by that time. It doesn't seem to regress anything on the first
glance and can always be reverted if it does after all.

e314f33... by Alexander Mikhaylenko <email address hidden>

savestate: Don't error on missing screenshot aspect ratio

This can be a problem with migrated savestates, so just set it to 0.

dec0e01... by Alexander Mikhaylenko <email address hidden>

Assorted code style fixes

Fix some errors found by vala-lint. Unfortunately, the linter itself is not
very for us useful right now with its many false positives
(see https://github.com/vala-lang/vala-lint/issues/124) and the fact it
seems to be impossible to check for tabs instead of 4-spaces indentation.