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:
Brooksytech 2022-03-24 14:14:09 -07:00 committed by GitHub
parent a7be26e900
commit f8a0be6491
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"