~libretro/libretro:revert-16020-warmenhoven/pr/ios-appicon

Last commit made on 2023-12-22
Get this branch:
git clone -b revert-16020-warmenhoven/pr/ios-appicon https://git.launchpad.net/~libretro/libretro

Branch merges

Branch information

Name:
revert-16020-warmenhoven/pr/ios-appicon
Repository:
lp:~libretro/libretro

Recent commits

6d52982... by LibretroAdmin <email address hidden>

Revert "iOS: Allow changing the app icon (#16020)"

This reverts commit 93f7bba6a5093aa4bf4706c5f10303934ceeb4d5.

7d50f50... by github-actions <email address hidden>

Fetch translations from Crowdin

f4fbcd1... by Eric Warmenhoven <email address hidden>

Fix thumbnails in History for content loaded through Load Content (#16025)

799e56c... by davidgf

Fix LAN room join for netpacket cores (#16026)

Tested by @schellingb

f4f43d9... by "kyns.one" <email address hidden>

Fix screen resolution always tied to the main monitor on win32 platforms. (#15897)

d0a69ff... by libretroadmin <email address hidden>

(wiiu) HBL_loadToMemory - close file descriptor to avoid leakage

df05f6e... by zengwei2000 <email address hidden>

fix the Memory leak: psp (#16016)

fix the Memory leak: psp

Signed-off-by: zengwei <email address hidden>

Signed-off-by: zengwei <email address hidden>

4abd4e8... by aveyond <msuanming@163.com>

playlist: add thumbnail match with filename config (#16022)

In the commit [1], a global configuration "thumbnail match with filename"
was added which allows thumbnail match with filename.

This commit adds playlist level "thumbnail match with filename" for more
flexible configuration.

[1] 32ed9b604154 ("플레이리스트 롬파일 이름으로 썸네일 이미지를 찾도록 옵션 추가 (#15731)")

Signed-off-by: masky2012 <msuanming@163.com>

e796716... by Bernhard Schelling <email address hidden>

Netplay netpacket interface fix "Sort Save States into Folders" settings (#16019)

Before this fix with the folder setting enabled a core using the netpacket interface would append the sort folder name twice thus breaking existing save states

3194dc9... by davidgf

Fix quit on content close option (#16014)

Right now close is based on core unload. There are several places where
cores are unloaded without the intention of stopping the emulation (for
instance whenever Netplay is started, core is updated, etc).

Moreover scheduling a quit under some of those events causes a task
queue deadlock (as per issue #15313) and freezed retroarch.

This fix moves the quit on close to a "manual" check, placed in the
relevant places (close content menu option, close content event (which
also covers hotkeys), etc.)