Clean up redundant code
As long is its like Parallel N64 the code will work for all Parallel N64 cores.
This commit is contained in:
parent
a7be26e900
commit
f8a0be6491
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ else
|
|||
|
||||
### Check if we need retroarch 32 bits or 64 bits
|
||||
RABIN="retroarch"
|
||||
if [[ "${CORE}" =~ "pcsx_rearmed" ]] || [[ "${CORE}" =~ "parallel_n64_rice" ]] || [[ "${CORE}" =~ "parallel_n64_gln64" ]] || [[ "${CORE}" =~ "parallel_n64_glide64" ]]
|
||||
if [[ "${CORE}" =~ "pcsx_rearmed" ]] || [[ "${CORE}" =~ "parallel_n64" ]]
|
||||
then
|
||||
export LD_LIBRARY_PATH="/usr/lib32"
|
||||
RABIN="retroarch32"
|
||||
|
|
Loading…
Reference in a new issue