We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5567751 commit 278b7b4Copy full SHA for 278b7b4
retroarch.hmod/bin/retroarch-clover-child
@@ -145,11 +145,8 @@ kill -KILL $power_pid 2> /dev/null
145
[ ! -z "$anybutton1_pid" ] && kill -KILL $anybutton1_pid 2> /dev/null
146
[ ! -z "$anybutton2_pid" ] && kill -KILL $anybutton2_pid 2> /dev/null
147
148
-if [ ! -z "$sshot_pid" ]; then
149
- wait $sshot_pid
150
-else
151
- wait $rpid
152
-fi
+[ ! -z "$sshot_pid" ] && wait $sshot_pid
+wait $rpid
153
154
[ ! -z "$save" ] && mkdir -p $(dirname "$save")
155
[ ! -z "$sram" ] && mkdir -p $(dirname "$sram")
retroarch.hmod/readme.txt
@@ -1,5 +1,5 @@
1
=== RetroArch module for hakchi ===
2
-version 1.1c
+version 1.1d
3
4
This is a hakchi/hakchi2 module which adds libretro cores and RetroArch frontend to your NES/SNES Mini.
5
0 commit comments