Fixed references in source files

Renamed references to old paths in source files
Updated VS solution to SDL2 specific includes, libs and paths
This commit is contained in:
Dimitris Panokostas 2016-12-09 19:18:42 +01:00
parent 348281d36a
commit 165781839b
21 changed files with 133 additions and 140 deletions

View file

@ -21,7 +21,7 @@
#include "savestate.h"
#include "blkdev.h"
#include "zfile.h"
#include "td-sdl/thread.h"
#include "threaddep/thread.h"
#include "akiko.h"
#include "gui.h"
#include "crc32.h"

View file

@ -22,7 +22,7 @@
#include "autoconf.h"
#include "gensound.h"
#include "audio.h"
#include "sd-pandora/sound.h"
#include "sounddep/sound.h"
#include "events.h"
#include "savestate.h"
#include "gui.h"

View file

@ -16,7 +16,7 @@
#include "scsidev.h"
#include "savestate.h"
#include "crc32.h"
#include "td-sdl/thread.h"
#include "threaddep/thread.h"
#include "execio.h"
#include "zfile.h"
#include "scsi.h"

View file

@ -21,7 +21,7 @@
#include "zfile.h"
#include "gui.h"
#include "fsdb.h"
#include "td-sdl/thread.h"
#include "threaddep/thread.h"
#include "scsidev.h"
#include "mp3decoder.h"
#include "cda_play.h"

View file

@ -20,7 +20,7 @@
#include "newcpu.h"
#include "autoconf.h"
#include "traps.h"
#include "td-sdl/thread.h"
#include "threaddep/thread.h"
#include "bsdsocket.h"
#include "native2amiga.h"

View file

@ -3180,7 +3180,7 @@ uae_u32 cfgfile_uaelib (int mode, uae_u32 name, uae_u32 dst, uae_u32 maxlen)
return 0;
}
#include "sd-pandora/sound.h"
#include "sounddep/sound.h"
void default_prefs (struct uae_prefs *p, int type)
{

View file

@ -17,7 +17,7 @@
#include "uae.h"
#include "gensound.h"
#include "audio.h"
#include "sd-pandora/sound.h"
#include "sounddep/sound.h"
#include "memory.h"
#include "custom.h"
#include "newcpu.h"

View file

@ -32,7 +32,7 @@
#include <ctype.h>
#include <assert.h>
#include "options.h"
#include "td-sdl/thread.h"
#include "threaddep/thread.h"
#include "uae.h"
#include "memory.h"
#include "custom.h"

View file

@ -25,7 +25,7 @@
#include "sysconfig.h"
#include "sysdeps.h"
#include "td-sdl/thread.h"
#include "threaddep/thread.h"
#include "options.h"
#include "uae.h"
#include "memory.h"

View file

@ -25,7 +25,7 @@
#include "memory.h"
#include "custom.h"
#include "newcpu.h"
#include "md-pandora/md-fpp.h"
#include "machdep/md-fpp.h"
#include "savestate.h"
#include "cpu_prefetch.h"

View file

@ -10,7 +10,7 @@
#include "sysconfig.h"
#include "sysdeps.h"
#include "td-sdl/thread.h"
#include "threaddep/thread.h"
#include "options.h"
#include "memory.h"
#include "custom.h"

View file

@ -9,7 +9,7 @@
#ifndef UAE_CUSTOM_H
#define UAE_CUSTOM_H
#include "md-pandora/rpt.h"
#include "machdep/rpt.h"
/* These are the masks that are ORed together in the chipset_mask option.
* If CSMASK_AGA is set, the ECS bits are guaranteed to be set as well. */

View file

@ -12,7 +12,7 @@
* Copyright 1995-1998 Bernd Schmidt
*/
#include "md-pandora/rpt.h"
#include "machdep/rpt.h"
extern frame_time_t vsyncmintime;
extern int vsynctimebase, syncbase;

View file

@ -39,7 +39,7 @@ typedef int (REGPARAM3 *check_func)(uaecptr, uae_u32) REGPARAM;
extern uae_u32 max_z3fastmem;
#undef DIRECT_MEMFUNCS_SUCCESSFUL
#include "md-pandora/maccess.h"
#include "machdep/maccess.h"
#define chipmem_start_addr 0x00000000
#define bogomem_start_addr 0x00C00000

View file

@ -34,7 +34,7 @@
#define _NEWCPU_H
#include "readcpu.h"
#include "md-pandora/m68k.h"
#include "machdep/m68k.h"
extern const int areg_byteinc[];
extern const int imm8_table[];

View file

@ -6,7 +6,7 @@
* Copyright 1995-1997 Bernd Schmidt
*/
#include "md-pandora/rpt.h"
#include "machdep/rpt.h"
typedef uae_u32 xcolnr;

View file

@ -10,11 +10,11 @@
#include "sysdeps.h"
#include <assert.h>
#include "options.h"
#include "td-sdl/thread.h"
#include "threaddep/thread.h"
#include "uae.h"
#include "gensound.h"
#include "audio.h"
#include "sd-pandora/sound.h"
#include "sounddep/sound.h"
#include "memory.h"
#include "custom.h"
#include "newcpu.h"

View file

@ -12,7 +12,7 @@
#include "sysconfig.h"
#include "sysdeps.h"
#include "td-sdl/thread.h"
#include "threaddep/thread.h"
#include "options.h"
#include "include/memory.h"
#include "custom.h"

View file

@ -17,7 +17,7 @@
#include "include/memory.h"
#include "custom.h"
#include "newcpu.h"
#include "td-sdl/thread.h"
#include "threaddep/thread.h"
#include "autoconf.h"
#include "traps.h"