From fd5cdd4657c1365a49ac7c11b2ca2ca6f96bc981 Mon Sep 17 00:00:00 2001 From: fewtarius Date: Sun, 8 Jan 2023 06:33:02 -0500 Subject: [PATCH 1/2] jslisten is being set in runemu. --- packages/games/emulators/cemu/scripts/start_cemu.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/games/emulators/cemu/scripts/start_cemu.sh b/packages/games/emulators/cemu/scripts/start_cemu.sh index 2fb9ebbd8..6a8d1ebd7 100755 --- a/packages/games/emulators/cemu/scripts/start_cemu.sh +++ b/packages/games/emulators/cemu/scripts/start_cemu.sh @@ -6,9 +6,6 @@ # Source environment variables . /etc/profile -# Enable jslisten -jslisten set "cemu" - # Ensure we're using pulseaudio rr_audio.sh pulseaudio export SDL_AUDIODRIVER=pulseaudio From bef83a7c15c791c04fba9eec0bd6af123e7c1e41 Mon Sep 17 00:00:00 2001 From: fewtarius Date: Sun, 8 Jan 2023 07:28:42 -0500 Subject: [PATCH 2/2] Fix workflow messaging for downloads, and drop -f flag from Cemu. --- .github/workflows/build-dev.yaml | 4 ++-- .github/workflows/build-main.yaml | 4 ++-- packages/games/emulators/cemu/scripts/start_cemu.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-dev.yaml b/.github/workflows/build-dev.yaml index 355f99b94..a7c1cb289 100644 --- a/.github/workflows/build-dev.yaml +++ b/.github/workflows/build-dev.yaml @@ -100,7 +100,7 @@ jobs: * Decompress the image. * Write the image to an SDCARD using an imaging tool. Common imaging tools include [Balena Etcher](https://www.balena.io/etcher/), [Raspberry Pi Imager](https://www.raspberrypi.com/software/), and [Win32 Disk Imager](https://sourceforge.net/projects/win32diskimager/). If you're skilled with the command line, dd works fine too. - Download: [[Ayaneo Air / Air Pro /Atari VCS/Generic x86_64](https://github.com/JustEnoughLinuxOS/distribution-dev/releases/download/${{ steps.version.outputs.version }}/JELOS-handheld.x86_64-${{ steps.version.outputs.version }}.img.gz)] + Download: [[Ayaneo Handhelds, Atari VCS, and other x86_64 devices](https://github.com/JustEnoughLinuxOS/distribution-dev/releases/download/${{ steps.version.outputs.version }}/JELOS-handheld.x86_64-${{ steps.version.outputs.version }}.img.gz)] ## Upgrading * Download and install the update online via the System Settings menu. @@ -109,7 +109,7 @@ jobs: * Copy the update to your device over the network to your device's update share. * Reboot the device, and the update will begin automatically. - Download: [[Ayaneo Air / Air Pro /Atari VCS/x86_64](https://github.com/JustEnoughLinuxOS/distribution-dev/releases/download/${{ steps.version.outputs.version }}/JELOS-handheld.x86_64-${{ steps.version.outputs.version }}.tar)] + Download: [[Ayaneo Handhelds, Atari VCS, and other x86_64 devices](https://github.com/JustEnoughLinuxOS/distribution-dev/releases/download/${{ steps.version.outputs.version }}/JELOS-handheld.x86_64-${{ steps.version.outputs.version }}.tar)] ## Documentation * [Home](https://github.com/JustEnoughLinuxOS/distribution/wiki) diff --git a/.github/workflows/build-main.yaml b/.github/workflows/build-main.yaml index 01fda0ca3..9ae4de9d9 100644 --- a/.github/workflows/build-main.yaml +++ b/.github/workflows/build-main.yaml @@ -97,7 +97,7 @@ jobs: * Decompress the image. * Write the image to an SDCARD using an imaging tool. Common imaging tools include [Balena Etcher](https://www.balena.io/etcher/), [Raspberry Pi Imager](https://www.raspberrypi.com/software/), and [Win32 Disk Imager](https://sourceforge.net/projects/win32diskimager/). If you're skilled with the command line, dd works fine too. - Download: [[Ayaneo Air / Air Pro /Atari VCS/Generic x86_64](https://github.com/JustEnoughLinuxOS/distribution/releases/download/${{ steps.version.outputs.version }}/JELOS-handheld.x86_64-${{ steps.version.outputs.version }}.img.gz)] + Download: [[Ayaneo Handhelds, Atari VCS, and other x86_64 devices] (https://github.com/JustEnoughLinuxOS/distribution/releases/download/${{ steps.version.outputs.version }}/JELOS-handheld.x86_64-${{ steps.version.outputs.version }}.img.gz)] ## Upgrading * Download and install the update online via the System Settings menu. @@ -108,7 +108,7 @@ jobs: * Copy the update to your device over the network to your device's update share. * Reboot the device, and the update will begin automatically. - Download: [[Ayaneo Air / Air Pro /Atari VCS/x86_64](https://github.com/JustEnoughLinuxOS/distribution/releases/download/${{ steps.version.outputs.version }}/JELOS-handheld.x86_64-${{ steps.version.outputs.version }}.tar)] + Download: [[Ayaneo Handhelds, Atari VCS, and other x86_64 devices](https://github.com/JustEnoughLinuxOS/distribution/releases/download/${{ steps.version.outputs.version }}/JELOS-handheld.x86_64-${{ steps.version.outputs.version }}.tar)] ## Documentation * [Home](https://github.com/JustEnoughLinuxOS/distribution/wiki) diff --git a/packages/games/emulators/cemu/scripts/start_cemu.sh b/packages/games/emulators/cemu/scripts/start_cemu.sh index 6a8d1ebd7..498cea82d 100755 --- a/packages/games/emulators/cemu/scripts/start_cemu.sh +++ b/packages/games/emulators/cemu/scripts/start_cemu.sh @@ -62,5 +62,5 @@ sed -i "s#.*#true#g" .config/C sed -i "s#.*#$(pactl get-default-sink)#g" .config/Cemu/settings.xml # Run the emulator -cemu -f -g "$@" +cemu -g "$@" rr_audio.sh alsa