Skip to content

Commit 278b7b4

Browse files
committed
Fixed C8 error on some cores
1 parent 5567751 commit 278b7b4

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

retroarch.hmod/bin/retroarch-clover-child

+2-5
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,8 @@ kill -KILL $power_pid 2> /dev/null
145145
[ ! -z "$anybutton1_pid" ] && kill -KILL $anybutton1_pid 2> /dev/null
146146
[ ! -z "$anybutton2_pid" ] && kill -KILL $anybutton2_pid 2> /dev/null
147147

148-
if [ ! -z "$sshot_pid" ]; then
149-
wait $sshot_pid
150-
else
151-
wait $rpid
152-
fi
148+
[ ! -z "$sshot_pid" ] && wait $sshot_pid
149+
wait $rpid
153150

154151
[ ! -z "$save" ] && mkdir -p $(dirname "$save")
155152
[ ! -z "$sram" ] && mkdir -p $(dirname "$sram")

retroarch.hmod/readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
=== RetroArch module for hakchi ===
2-
version 1.1c
2+
version 1.1d
33

44
This is a hakchi/hakchi2 module which adds libretro cores and RetroArch frontend to your NES/SNES Mini.
55

0 commit comments

Comments
 (0)