From 1ace55baf339091701f95c83f0a8082a58e55f30 Mon Sep 17 00:00:00 2001 From: sakuramipha <86921268+sakuramipha@users.noreply.github.com> Date: Thu, 20 Jul 2023 15:22:06 +0100 Subject: [PATCH] Add Linux appimage builds for 1782 and 1443 --- Citra-Legacy-Builds.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/Citra-Legacy-Builds.md b/Citra-Legacy-Builds.md index d79da34..2a9cab8 100644 --- a/Citra-Legacy-Builds.md +++ b/Citra-Legacy-Builds.md @@ -1,5 +1,7 @@ As the Citra team is working on modernizing the emulator, with features such as a higher OpenGL requirement on PC and upgrading our Qt interface to Qt6, we have sadly had to drop support for some older hardware and older operating system versions. This page is an archive of all the older builds you may need to use to use Citra. +Thank you to Citra staff member [TGP17](https://github.com/TGP17) for compiling the Linux AppImages for us to use here! + ## Last supported build for OpenGL 3.3 ### Windows @@ -14,6 +16,14 @@ Download `citra-osx-20220901-d380980.tar.gz` from the [Citra Nightly 1782](https Extract the .tar.gz file to your Documents folder on your PC. Open `citra-qt` for the GUI. +### Linux + +Download `Citra-Nightly-1782.AppImage` from this [Citra Nightly 1782](https://github.com/TGP17/citra/releases/tag/Nightly-1782) GitHub releases page. + +Open your file manager and browse to the location of the AppImage. +Right-click on the AppImage and click the **Properties** entry. +Switch to the Permissions tab and click the **Allow executing file as program** checkbox if you are using a Nautilus-based file manager, or click the **Is executable** checkbox if you are using KDE's file manager, and close the dialog. + ## Last supported build for Windows 7/8.1 Download `citra-windows-mingw-20230504-70335a7.7z` from the [Citra Nightly 1898](https://github.com/citra-emu/citra-nightly/releases/tag/nightly-1898) GitHub releases page. @@ -28,4 +38,13 @@ The [core timing rewrite](https://github.com/citra-emu/citra/pull/4913) fixed ma Download `citra-windows-mingw-20200321-8722b97.7z` from the [Citra Nightly 1443](https://github.com/citra-emu/citra-nightly/releases/tag/nightly-1443) GitHub releases page. -Extract the .7z file to your Documents folder on your PC. Open `citra(.exe)` for the CLI and open `citra-qt(.exe)` for the GUI. \ No newline at end of file +Extract the .7z file to your Documents folder on your PC. Open `citra(.exe)` for the CLI and open `citra-qt(.exe)` for the GUI. + +### Linux + +Download `Citra-Nightly-1443.AppImage` from this [Citra Nightly 1443](https://github.com/TGP17/citra/releases/tag/Nightly-1443) GitHub releases page. + +Open your file manager and browse to the location of the AppImage. +Right-click on the AppImage and click the **Properties** entry. +Switch to the Permissions tab and click the **Allow executing file as program** checkbox if you are using a Nautilus-based file manager, or click the **Is executable** checkbox if you are using KDE's file manager, and close the dialog. +