Another cleanup. VNC now has fixed blitters, so 8bit cards (vga,mda,herc et al) work. More cleanups with the %ls stuff, cleanup of threads modules, and MOVED THE MAKEFILE to win/.

This commit is contained in:
waltje
2017-10-14 20:04:21 -04:00
parent 25b4014ce0
commit c1abfe2362
18 changed files with 169 additions and 167 deletions

View File

@@ -8,7 +8,7 @@
*
* Emulation core dispatcher.
*
* Version: @(#)pc.c 1.0.25 2017/10/14
* Version: @(#)pc.c 1.0.26 2017/10/14
*
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
* Miran Grca, <mgrca8@gmail.com>
@@ -250,7 +250,7 @@ usage:
*/
/* Make sure cfg_path has a trailing backslash. */
pclog("exe_path=%S\n", exe_path);
pclog("exe_path=%ls\n", exe_path);
if ((cfg_path[wcslen(cfg_path)-1] != L'\\') &&
(cfg_path[wcslen(cfg_path)-1] != L'/')) {
#ifdef WIN32
@@ -259,7 +259,7 @@ usage:
wcscat(cfg_path, L"/");
#endif
}
pclog("cfg_path=%S\n", cfg_path);
pclog("cfg_path=%ls\n", cfg_path);
if (cfg != NULL) {
/*