Add a port to the GCW Zero, contributed by David Knight.
Untested since I don't have the hardware. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@2080 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
4
src/io.c
4
src/io.c
@@ -460,7 +460,11 @@ byte Create_lock_file(const char *file_directory)
|
||||
#else
|
||||
char lock_filename[MAX_PATH_CHARACTERS];
|
||||
|
||||
#ifdef GCWZERO
|
||||
strcpy(lock_filename,"/media/home/.grafx2/");
|
||||
#else
|
||||
strcpy(lock_filename,file_directory);
|
||||
#endif
|
||||
strcat(lock_filename,"gfx2.lck");
|
||||
|
||||
#ifdef __WIN32__
|
||||
|
||||
Reference in New Issue
Block a user