Merge remote-tracking branch 'main/master' into Switch-Port

This commit is contained in:
SnepOMatic (Rhew) 2025-11-12 15:01:36 +00:00
commit 63e24a6d38
2 changed files with 3 additions and 1 deletions

View File

@ -89,7 +89,7 @@ jobs:
sudo apt-get install -y \
libx11-dev libxext-dev libxrandr-dev libxrender-dev libxfixes-dev libxi-dev libxinerama-dev \
libxcursor-dev libwayland-dev libxkbcommon-dev wayland-protocols libgl1-mesa-dev qt6-base-dev \
libasound2-dev qt6-xdgdesktopportal-platformtheme
libasound2-dev qt6-xdgdesktopportal-platformtheme libxss-dev libxtst-dev
- name: Install macOS dependencies (brew)
if: ${{ matrix.brew }}

View File

@ -1081,6 +1081,8 @@ bool IsleApp::LoadConfig()
// [library:config]
// Load sane defaults if dictionary failed to load
if (!dict || dict->n == 0) {
iniparser_freedict(dict);
if (m_iniPath) {
SDL_Log("Invalid config path '%s'", m_iniPath);
return false;