1
0
Fork 0

changed basedir handling

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@95
This commit is contained in:
Peter Veenstra 2002-07-29 14:21:36 +00:00
parent c603dedc52
commit cbc226bf92

View file

@ -1,4 +1,5 @@
- fixed the errors/warnings in prefix_66.h and prefix_66_of.h (decimal too large becomming unsigned).
- fixed compilation error on FreeBSD when #disable_joystick was defined
- int10_writechar has been updated to move the cursor position.
- changed the basedir routines to use the current working dir instead of argv[0]. This will fix and brake things :)