diff --git a/pcsx2/Config.h b/pcsx2/Config.h index df4af0dbe3..962871fcfe 100644 --- a/pcsx2/Config.h +++ b/pcsx2/Config.h @@ -13,6 +13,7 @@ * If not, see . */ + #pragma once #include "x86emitter/tools.h" diff --git a/pcsx2/Hw.cpp b/pcsx2/Hw.cpp index 9e3fc88dd8..9c3ec11a9c 100644 --- a/pcsx2/Hw.cpp +++ b/pcsx2/Hw.cpp @@ -14,6 +14,7 @@ */ + #include "PrecompiledHeader.h" #include "Common.h" diff --git a/pcsx2/Memory.cpp b/pcsx2/Memory.cpp index 7a3fcf3d99..234a77b7bc 100644 --- a/pcsx2/Memory.cpp +++ b/pcsx2/Memory.cpp @@ -34,6 +34,7 @@ BIOS 0xBFC00000 - 0xBFFFFFFF un-cached */ + #include "PrecompiledHeader.h" #include "IopCommon.h" diff --git a/pcsx2/Memory.h b/pcsx2/Memory.h index f164cb78fb..a4febfdcbf 100644 --- a/pcsx2/Memory.h +++ b/pcsx2/Memory.h @@ -13,6 +13,7 @@ * If not, see . */ + #pragma once #ifdef __LINUX__ diff --git a/pcsx2/R5900.h b/pcsx2/R5900.h index 586b804378..a43e0add0f 100644 --- a/pcsx2/R5900.h +++ b/pcsx2/R5900.h @@ -13,6 +13,7 @@ * If not, see . */ + #pragma once ////////////////////////////////////////////////////////////////////////////////////////// diff --git a/pcsx2/Sif.cpp b/pcsx2/Sif.cpp index f948323516..f5d1142b07 100644 --- a/pcsx2/Sif.cpp +++ b/pcsx2/Sif.cpp @@ -13,6 +13,7 @@ * If not, see . */ + #include "PrecompiledHeader.h" #define _PC_ // disables MIPS opcode macros. diff --git a/pcsx2/Sif.h b/pcsx2/Sif.h index 5744dee6cc..4fcbc5d05f 100644 --- a/pcsx2/Sif.h +++ b/pcsx2/Sif.h @@ -13,6 +13,7 @@ * If not, see . */ + #ifndef __SIF_H__ #define __SIF_H__ diff --git a/pcsx2/System.h b/pcsx2/System.h index 37a3ed7a26..9c7dcb1399 100644 --- a/pcsx2/System.h +++ b/pcsx2/System.h @@ -13,6 +13,7 @@ * If not, see . */ + #pragma once #include "Utilities/SafeArray.h" diff --git a/pcsx2/gui/Resources/BackgroundLogo.png b/pcsx2/gui/Resources/BackgroundLogo.png index 9775c54b28..c4fbf4e9c4 100644 Binary files a/pcsx2/gui/Resources/BackgroundLogo.png and b/pcsx2/gui/Resources/BackgroundLogo.png differ diff --git a/pcsx2/gui/Resources/ConfigIcon_Gamefixes.png b/pcsx2/gui/Resources/ConfigIcon_Gamefixes.png index ec699b7f93..a91cd31dba 100644 Binary files a/pcsx2/gui/Resources/ConfigIcon_Gamefixes.png and b/pcsx2/gui/Resources/ConfigIcon_Gamefixes.png differ diff --git a/pcsx2/gui/Resources/ConfigIcon_Plugins.png b/pcsx2/gui/Resources/ConfigIcon_Plugins.png index 7c3af3b16b..d29836e704 100644 Binary files a/pcsx2/gui/Resources/ConfigIcon_Plugins.png and b/pcsx2/gui/Resources/ConfigIcon_Plugins.png differ diff --git a/pcsx2/gui/Resources/ConfigIcon_Speedhacks.png b/pcsx2/gui/Resources/ConfigIcon_Speedhacks.png index 0f1a38e60f..75b5f9485f 100644 Binary files a/pcsx2/gui/Resources/ConfigIcon_Speedhacks.png and b/pcsx2/gui/Resources/ConfigIcon_Speedhacks.png differ diff --git a/pcsx2/vtlb.cpp b/pcsx2/vtlb.cpp index b12edd4a16..b547f0b7df 100644 --- a/pcsx2/vtlb.cpp +++ b/pcsx2/vtlb.cpp @@ -28,6 +28,7 @@ vtlb/vmap supports mapping to either of these locations, or some other (externaly) specified address. */ + #include "PrecompiledHeader.h" #include "Common.h" diff --git a/plugins/GSdx/GSDevice11.h b/plugins/GSdx/GSDevice11.h index f11f93a9df..9e0914d229 100644 --- a/plugins/GSdx/GSDevice11.h +++ b/plugins/GSdx/GSDevice11.h @@ -19,6 +19,7 @@ * */ + #pragma once #include "GSDeviceDX.h" diff --git a/plugins/GSdx/GSTextureCache11.h b/plugins/GSdx/GSTextureCache11.h index 2ab4e4766e..ad29a2544e 100644 --- a/plugins/GSdx/GSTextureCache11.h +++ b/plugins/GSdx/GSTextureCache11.h @@ -19,6 +19,7 @@ * */ + #pragma once #include "GSTextureCache.h" diff --git a/plugins/GSdx/GSdx.cpp b/plugins/GSdx/GSdx.cpp index 3cdb7e7b26..7ba0b62261 100644 --- a/plugins/GSdx/GSdx.cpp +++ b/plugins/GSdx/GSdx.cpp @@ -19,6 +19,7 @@ * */ + #include "stdafx.h" #include "GSdx.h" diff --git a/plugins/spu2-x/src/DecodeDPLII.cpp b/plugins/spu2-x/src/DecodeDPLII.cpp index f1d6e2f58f..061e621c0e 100644 --- a/plugins/spu2-x/src/DecodeDPLII.cpp +++ b/plugins/spu2-x/src/DecodeDPLII.cpp @@ -19,6 +19,7 @@ * */ + #include "Spu2.h" #include "DPLII.h" #include diff --git a/plugins/spu2-x/src/Mixer.cpp b/plugins/spu2-x/src/Mixer.cpp index 8e7330e89b..df9aba01f6 100644 --- a/plugins/spu2-x/src/Mixer.cpp +++ b/plugins/spu2-x/src/Mixer.cpp @@ -15,6 +15,7 @@ * along with SPU2-X. If not, see . */ + #include "Global.h" //#include