From 278b7b457c09b466957cd27b60124cc6b1b13e0c Mon Sep 17 00:00:00 2001 From: Alexey 'Cluster' Avdyukhin Date: Tue, 20 Mar 2018 19:50:59 +0300 Subject: Fixed C8 error on some cores --- retroarch.hmod/bin/retroarch-clover-child | 7 ++----- retroarch.hmod/readme.txt | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/retroarch.hmod/bin/retroarch-clover-child b/retroarch.hmod/bin/retroarch-clover-child index a4da2a7..f975df5 100755 --- a/retroarch.hmod/bin/retroarch-clover-child +++ b/retroarch.hmod/bin/retroarch-clover-child @@ -145,11 +145,8 @@ kill -KILL $power_pid 2> /dev/null [ ! -z "$anybutton1_pid" ] && kill -KILL $anybutton1_pid 2> /dev/null [ ! -z "$anybutton2_pid" ] && kill -KILL $anybutton2_pid 2> /dev/null -if [ ! -z "$sshot_pid" ]; then - wait $sshot_pid -else - wait $rpid -fi +[ ! -z "$sshot_pid" ] && wait $sshot_pid +wait $rpid [ ! -z "$save" ] && mkdir -p $(dirname "$save") [ ! -z "$sram" ] && mkdir -p $(dirname "$sram") diff --git a/retroarch.hmod/readme.txt b/retroarch.hmod/readme.txt index d943638..8ee0bcc 100644 --- a/retroarch.hmod/readme.txt +++ b/retroarch.hmod/readme.txt @@ -1,5 +1,5 @@ === RetroArch module for hakchi === -version 1.1c +version 1.1d This is a hakchi/hakchi2 module which adds libretro cores and RetroArch frontend to your NES/SNES Mini. -- cgit v1.2.3