diff options
author | Joe <rbo@gmx.us> | 2024-02-07 15:50:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-02-07 15:50:36 +0100 |
commit | 5feac7211234182d4c0896cd97f300bb9459c14b (patch) | |
tree | 015ae0f0085102fb1899440571d9da880dc845a9 /.local/bin/dmapps | |
parent | up (diff) | |
download | dotfiles-bsd-5feac7211234182d4c0896cd97f300bb9459c14b.tar.gz dotfiles-bsd-5feac7211234182d4c0896cd97f300bb9459c14b.tar.bz2 dotfiles-bsd-5feac7211234182d4c0896cd97f300bb9459c14b.tar.xz dotfiles-bsd-5feac7211234182d4c0896cd97f300bb9459c14b.tar.zst dotfiles-bsd-5feac7211234182d4c0896cd97f300bb9459c14b.zip |
up
Diffstat (limited to '.local/bin/dmapps')
-rwxr-xr-x | .local/bin/dmapps | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.local/bin/dmapps b/.local/bin/dmapps index da87208..05d8d20 100755 --- a/.local/bin/dmapps +++ b/.local/bin/dmapps @@ -49,6 +49,7 @@ use constant PROG_LIST => "" . "Lutris" . "\n" . "GZDoom" . "\n" . "DOSBox" . "\n" . +"RPCS3" . "\n" . "" ; use constant WORK_LIST => "" . "--- Work ---" . "\n" . @@ -173,6 +174,9 @@ sub run case "DOSBox" { exec("dosbox"); } + case "RPCS3" { + exec("rpcs3"); + } case "Remmina" { exec("remmina"); } |