~lutris-team/lutris/+git/lutris:Citra---changes-for-AppImage

Last commit made on 2023-04-30
Get this branch:
git clone -b Citra---changes-for-AppImage https://git.launchpad.net/~lutris-team/lutris/+git/lutris

Branch merges

Branch information

Name:
Citra---changes-for-AppImage
Repository:
lp:~lutris-team/lutris/+git/lutris

Recent commits

3d8caf5... by Daniel Johnson <email address hidden>

Cache missing media as well

No sense it re-querying the disk every time.

a9fc07a... by Daniel Johnson <email address hidden>

Clear media cache less aggressively

We get a lot of calls to render one media that is already visible- GTK
is trying to hot highlight it.

To avoid blowing the cache over that, we'll only do the cycling thing
if we've loaded a media.

420a263... by Daniel Johnson <email address hidden>

Merge pull request #4833 from Tyemak/patch-1

Update ru.po

277cabd... by Daniel Johnson <email address hidden>

Merge pull request #4835 from Vistaus/master

Updated Dutch translation

9daa82a... by Heimen Stoffels <email address hidden>

Updated Dutch translation

af9b197... by Heimen Stoffels <email address hidden>

Merge branch 'lutris:master' into master

03c1070... by Mathieu Comandon

Remove debug message for invalid environments

29181f9... by Tyemak <email address hidden>

Update ru.po

Мелкие исправления и добавления

25265b1... by Daniel Johnson <email address hidden>

Rework Vulkan version handling

We've had a bunch of bugs from tuple wrangling errors, so let's rethink
this.

This version leaves versions as encoded ints, which we mostly just
compare anyway.

The device info dict becomes a list of named-tuples, and we treat them
as objects, not tuples. We return lists of them, so we use list
indexing instead of tuple deconstruction.

We still return None for the Vulkan API version when Vulkan is not
there, but I've tried to make sure this is *always* checked.

20cea6f... by Daniel Johnson <email address hidden>

Add none-check for format_version_tuple