Skip to content

Commit b35ddd9

Browse files
Crilumgithub-actions[bot]Botspot
authored
Add Azahar app and fix missing Packet category (#2986)
* Add Azahar App Installs Azahar from Flatpak * Added perfomance warning, category, and fixed category for Packet * Correct file permissions for install and uninstall files * add install_packages flatpak || exit 1 * Add purge_packages || exit 1 --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Botspot <54716352+Botspot@users.noreply.github.com>
1 parent 6edf940 commit b35ddd9

8 files changed

Lines changed: 37 additions & 0 deletions

File tree

apps/Azahar/credits

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Azahar team for development (see contributors at https://github.com/azahar-emu/azahar/graphs/contributors)
2+
Crilum for writing scripts

apps/Azahar/description

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Azahar is an open-source 3DS emulator project based on Citra.
2+
3+
It was created from the merging of PabloMK7's Citra fork and the Lime3DS project, both of which emerged shortly after Citra was taken down.
4+
The goal of this project is to be the de-facto platform for future development.
5+
6+
IMPORTANT: You have to disable hardware shaders for playable performance:
7+
Azahar Menu -> Emulation -> Configure -> Graphics -> Advanced -> Turn OFF `Enable hardware shader`
8+
9+
To run from menu: Games -> Azahar
10+
To run from terminal: flatpak run org.azahar_emu.Azahar

apps/Azahar/icon-24.png

1.37 KB
Loading

apps/Azahar/icon-64.png

5.6 KB
Loading

apps/Azahar/install-64

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#!/bin/bash
2+
3+
install_packages flatpak || exit 1
4+
5+
flatpak_install org.azahar_emu.Azahar || error "Failed to install Azahar from Flatpak!"
6+
7+
if [[ "$1" != "update" ]]; then
8+
yad --title="Azahar Performance Warning" \
9+
--center \
10+
--fixed \
11+
--image=dialog-warning \
12+
--button=OK \
13+
--text="IMPORTANT: Disable hardware shaders for playable performance.
14+
15+
In Azahar:
16+
Azahar Menu → Emulation → Configure → Graphics → Advanced → Turn OFF 'Enable hardware shader'"
17+
fi

apps/Azahar/uninstall

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
flatpak_uninstall org.azahar_emu.Azahar || error "Failed to uninstall Azahar from Flatpak!"
4+
5+
purge_packages || exit 1

apps/Azahar/website

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
azahar-emu.org

etc/categories

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ AstroMenace|Games
1212
Audacious|Multimedia
1313
Audacity|Multimedia
1414
Autostar|System Management
15+
Azahar|Games
1516
BalenaEtcher|Tools
1617
Bambu Studio|Engineering
1718
Better Chromium|Internet/Browsers
@@ -151,6 +152,7 @@ Oomox Theme Designer|Appearance
151152
OpenSCAD|Engineering
152153
Open-Typer|Office
153154
Organic Maps|Tools
155+
Packet|Tools
154156
Pac-Man|Games
155157
PeaZip|Tools
156158
Persepolis Download Manager|Internet/Download & Upload

0 commit comments

Comments
 (0)