diff --git a/Core/NsfeLoader.h b/Core/NsfeLoader.h index 692727c6..e8ea0246 100644 --- a/Core/NsfeLoader.h +++ b/Core/NsfeLoader.h @@ -76,7 +76,7 @@ private: return false; } - NsfHeader& header = romData.NsfHeader; + NsfHeader& header = romData.NsfInfo; uint32_t length; Read(data, length); @@ -175,7 +175,7 @@ public: RomData LoadRom(vector& romFile) { RomData romData; - NsfHeader &header = romData.NsfHeader; + NsfHeader &header = romData.NsfInfo; InitHeader(header); diff --git a/Core/Snapshotable.h b/Core/Snapshotable.h index 11a5bf99..fd069033 100644 --- a/Core/Snapshotable.h +++ b/Core/Snapshotable.h @@ -120,7 +120,6 @@ private: StreamElement(value); } - template<> void InternalStream(SnapshotInfo &info) { if(info.Entity != nullptr) { diff --git a/Utilities/HQX/hq2x.cpp b/Utilities/HQX/hq2x.cpp index 41f60a51..0aa7fff5 100644 --- a/Utilities/HQX/hq2x.cpp +++ b/Utilities/HQX/hq2x.cpp @@ -18,9 +18,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifdef _WIN32 -#include "stdafx.h" -#endif #include "../stdafx.h" #include #include "common.h" diff --git a/Utilities/HQX/hq3x.cpp b/Utilities/HQX/hq3x.cpp index 1f2ed2e6..84f22fd8 100644 --- a/Utilities/HQX/hq3x.cpp +++ b/Utilities/HQX/hq3x.cpp @@ -18,9 +18,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifdef _WIN32 -#include "stdafx.h" -#endif #include "../stdafx.h" #include #include "common.h" diff --git a/Utilities/HQX/hq4x.cpp b/Utilities/HQX/hq4x.cpp index ce28e4c1..0bfe3d9c 100644 --- a/Utilities/HQX/hq4x.cpp +++ b/Utilities/HQX/hq4x.cpp @@ -18,9 +18,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifdef _WIN32 -#include "stdafx.h" -#endif #include "../stdafx.h" #include #include "common.h" diff --git a/Utilities/HQX/init.cpp b/Utilities/HQX/init.cpp index 59cbb3b9..567274b9 100644 --- a/Utilities/HQX/init.cpp +++ b/Utilities/HQX/init.cpp @@ -16,9 +16,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifdef _WIN32 -#include "stdafx.h" -#endif #include "../stdafx.h" #include #include "hqx.h" diff --git a/Utilities/KreedSaiEagle/2xSai.cpp b/Utilities/KreedSaiEagle/2xSai.cpp index 5eeab859..8ee7b7a2 100644 --- a/Utilities/KreedSaiEagle/2xSai.cpp +++ b/Utilities/KreedSaiEagle/2xSai.cpp @@ -16,9 +16,6 @@ * If not, see . */ -#ifdef _WIN32 -#include "stdafx.h" -#endif #include "../stdafx.h" #define twoxsai_interpolate_xrgb8888(A, B) ((((A) & 0xFEFEFEFE) >> 1) + (((B) & 0xFEFEFEFE) >> 1) + ((A) & (B) & 0x01010101)) diff --git a/Utilities/KreedSaiEagle/Super2xSai.cpp b/Utilities/KreedSaiEagle/Super2xSai.cpp index 0e323114..ec1b97ac 100644 --- a/Utilities/KreedSaiEagle/Super2xSai.cpp +++ b/Utilities/KreedSaiEagle/Super2xSai.cpp @@ -16,9 +16,6 @@ * If not, see . */ -#ifdef _WIN32 -#include "stdafx.h" -#endif #include "../stdafx.h" #define supertwoxsai_interpolate_xrgb8888(A, B) ((((A) & 0xFEFEFEFE) >> 1) + (((B) & 0xFEFEFEFE) >> 1) + ((A) & (B) & 0x01010101)) diff --git a/Utilities/KreedSaiEagle/SuperEagle.cpp b/Utilities/KreedSaiEagle/SuperEagle.cpp index b022a1f9..4bb22d9c 100644 --- a/Utilities/KreedSaiEagle/SuperEagle.cpp +++ b/Utilities/KreedSaiEagle/SuperEagle.cpp @@ -16,9 +16,6 @@ * If not, see . */ -#ifdef _WIN32 -#include "stdafx.h" -#endif #include "../stdafx.h" #define supereagle_interpolate_xrgb8888(A, B) ((((A) & 0xFEFEFEFE) >> 1) + (((B) & 0xFEFEFEFE) >> 1) + ((A) & (B) & 0x01010101)) diff --git a/Utilities/Scale2x/scale2x.cpp b/Utilities/Scale2x/scale2x.cpp index d2380d44..0fbbfc7f 100644 --- a/Utilities/Scale2x/scale2x.cpp +++ b/Utilities/Scale2x/scale2x.cpp @@ -22,9 +22,6 @@ * http://www.scale2x.it/ */ -#ifdef _WIN32 -#include "stdafx.h" -#endif #include "../stdafx.h" #if HAVE_CONFIG_H diff --git a/Utilities/Scale2x/scale3x.cpp b/Utilities/Scale2x/scale3x.cpp index 3ac690f9..47073abc 100644 --- a/Utilities/Scale2x/scale3x.cpp +++ b/Utilities/Scale2x/scale3x.cpp @@ -22,9 +22,6 @@ * http://www.scale2x.it/ */ -#ifdef _WIN32 -#include "stdafx.h" -#endif #include "../stdafx.h" #if HAVE_CONFIG_H diff --git a/Utilities/Scale2x/scalebit.cpp b/Utilities/Scale2x/scalebit.cpp index 2eb7efc8..1fe78553 100644 --- a/Utilities/Scale2x/scalebit.cpp +++ b/Utilities/Scale2x/scalebit.cpp @@ -23,9 +23,6 @@ * http://www.scale2x.it/ */ -#ifdef _WIN32 -#include "stdafx.h" -#endif #include "../stdafx.h" #if HAVE_CONFIG_H diff --git a/Utilities/Utilities.vcxproj b/Utilities/Utilities.vcxproj index 78c4891b..ceafd99d 100644 --- a/Utilities/Utilities.vcxproj +++ b/Utilities/Utilities.vcxproj @@ -361,23 +361,113 @@ - - - - + + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + + + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + + + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + + + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + - - - + + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + + + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + + + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + - - - + + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + + + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + + + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + @@ -394,7 +484,16 @@ - + + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + NotUsing + diff --git a/Utilities/xBRZ/xbrz.cpp b/Utilities/xBRZ/xbrz.cpp index 9fa1572c..2c839571 100644 --- a/Utilities/xBRZ/xbrz.cpp +++ b/Utilities/xBRZ/xbrz.cpp @@ -13,7 +13,6 @@ // * do so, delete this exception statement from your version. * // **************************************************************************** -#include "stdafx.h" #include "../stdafx.h" #include "xbrz.h" #include