DavidGriffith / daphne

First Ever Multiple Arcade Laserdisc Emulator
http://www.daphne-emu.com
GNU General Public License v2.0
24 stars 7 forks source link

Fix LD_LIBRARY_PATH and add -fastboot #3

Closed hackerb9 closed 6 years ago

hackerb9 commented 6 years ago

LD_LIBRARY_PATH must be absolute and the variable must be exported. This is now fixed using realpath(1) (part of the GNU core utilities).

Also, for certain games, daphne -fastboot will start much faster by skipping the boot up sequence. That is now the default for those games. It probably should be the default for all games, but I don't know if it's harmful.