fix MSVC build (nw)

This commit is contained in:
smf- 2017-02-28 10:48:10 +00:00
parent d1ecd32264
commit c5a49800a6
2 changed files with 1 additions and 3 deletions

View File

@ -70,7 +70,6 @@
#include "mdec.h" #include "mdec.h"
#include "rcnt.h" #include "rcnt.h"
#include "sound/spu.h" #include "sound/spu.h"
#include "machine/ram.h"
#include "debugger.h" #include "debugger.h"
#define LOG_BIOSCALL ( 0 ) #define LOG_BIOSCALL ( 0 )

View File

@ -12,6 +12,7 @@
#pragma once #pragma once
#include "machine/ram.h"
#include "dma.h" #include "dma.h"
#include "gte.h" #include "gte.h"
#include "irq.h" #include "irq.h"
@ -133,8 +134,6 @@ enum
// TYPE DEFINITIONS // TYPE DEFINITIONS
//************************************************************************** //**************************************************************************
class ram_device;
class psxcpu_state class psxcpu_state
{ {
public: public: