Skip to content

Commit

Permalink
Add pseudo CD-ROM for fix old games CD-ROM check (Road Rash and others)
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed Feb 21, 2024
1 parent ec8a51e commit 4fca958
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lux-wine
Original file line number Diff line number Diff line change
Expand Up @@ -5107,9 +5107,13 @@ try_add_reg_cdrom() {
echo -e "\n[Software\\\\\\Wine\\\\\\Drives]\n\"$drive\"=\"cdrom\"" >> "$PFXSYSREG"
fi
fi
else print_error 'Specify the cdrom drive!'
else
print_error 'Specify the cdrom drive!'
return 1
fi
else print_error 'system.reg not found in prefix!'
else
print_error 'system.reg not found in prefix!'
return 1
fi
}

Expand Down

0 comments on commit 4fca958

Please sign in to comment.