View | Details | Raw Unified
Collapse All | Expand All

(-) src/file/FileOperations.cc.orig (-1 / +1 lines)
 Lines 167-173    Link Here 
		*(strrchr(p,'\\')) = '\0';
		*(strrchr(p,'\\')) = '\0';
		systemDir = getConventionalPath(p) + "/";
		systemDir = getConventionalPath(p) + "/";
#else
#else
		systemDir = "/opt/openMSX/";
		systemDir = "/usr/share/games/openmsx/";
#endif
#endif
	}
	}
	return systemDir;
	return systemDir;