From 14b044f1c8784c18f645a997eb676c700595475c Mon Sep 17 00:00:00 2001 From: hesam-init Date: Tue, 5 Mar 2024 17:41:33 +0330 Subject: [PATCH] feat: pcsx2 desktop shortcut --- configs/shortcuts/pcsx2.desktop | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 configs/shortcuts/pcsx2.desktop diff --git a/configs/shortcuts/pcsx2.desktop b/configs/shortcuts/pcsx2.desktop new file mode 100644 index 0000000..340f188 --- /dev/null +++ b/configs/shortcuts/pcsx2.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=Pcsx2 +Comment=PS2 Emulator - Play your favorite Playstation 2 games on your PC. +GenericName=Emulator +Exec=env MANGOHUD=1 gamemoderun /home/hesam/Games/Pcsx2/pcsx2.AppImage +Type=Application +Categories=Game;Emulation +Keywords=pcsx2,pcsx2,playstation,emulator \ No newline at end of file