dolphin/Source/Core/DiscIO/Src
Shawn Hoffman ccd30024b3 Update to VS2013 and a slew of build-related updates. Notes:
* Currently there is no DEBUGFAST configuration. Defining DEBUGFAST as a preprocessor definition in Base.props (or a global header) enables it for now, pending a better method. This was done to make managing the build harder to screw up. However it may not even be an issue anymore with the new .props usage.
* D3DX11SaveTextureToFile usage is dropped and not replaced.
* If you have $(DXSDK_DIR) in your global property sheets (Microsoft.Cpp.$(PlatformName).user), you need to remove it. The build will error out with a message if it's configured incorrectly.
* If you are on Windows 8 or above, you no longer need the June 2010 DirectX SDK installed to build dolphin. If you are in this situation, it is still required if you want your built binaries to be able to use XAudio2 and XInput on previous Windows versions.
* GLew updated to 1.10.0
* compiler switches added: /volatile:iso, /d2Zi+
* LTCG available via msbuild property: DolphinRelease
* SDL updated to 2.0.0
* All Externals (excl. OpenAL and SDL) are built from source.
* Now uses STL version of std::{mutex,condition_variable,thread}
* Now uses Build as root directory for *all* intermediate files
* Binary directory is populated as post-build msbuild action
* .gitignore is simplified
* UnitTests project is no longer compiled
2013-10-26 17:55:38 -07:00
..
BannerLoader.cpp New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
BannerLoader.h 2x banner images! 2013-09-25 03:06:27 -04:00
BannerLoaderGC.cpp Remove unnecessary include of "../../Core/Src/ConfigManager.h" from BannerLoaderGC.cpp. In actuality, all that was needed here was an include of CommonTypes.h. 2013-10-19 19:59:01 -04:00
BannerLoaderGC.h [Common] Abstract out the decode5A3Image and decodeCI8Image functions in BannerLoaderGC, BannerLoaderWii, and GCMemcard into ColorUtil.cpp. Makes for less copied code and remains functionally the same. 2013-10-02 18:18:54 -04:00
BannerLoaderWii.cpp Remove unnecessary include of "../../Core/Src/ConfigManager.h" from BannerLoaderGC.cpp. In actuality, all that was needed here was an include of CommonTypes.h. 2013-10-19 19:59:01 -04:00
BannerLoaderWii.h [Common] Abstract out the decode5A3Image and decodeCI8Image functions in BannerLoaderGC, BannerLoaderWii, and GCMemcard into ColorUtil.cpp. Makes for less copied code and remains functionally the same. 2013-10-02 18:18:54 -04:00
Blob.cpp Clean up includes in DiscIO as much as possible. 2013-10-19 19:59:02 -04:00
Blob.h Clean up includes in DiscIO as much as possible. 2013-10-19 19:59:02 -04:00
CISOBlob.cpp Fix a bunch of random typos in comments and logging. 2013-04-19 09:21:45 -04:00
CISOBlob.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
CompressedBlob.cpp Clean up includes in DiscIO as much as possible. 2013-10-19 19:59:02 -04:00
CompressedBlob.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
DiscScrubber.cpp Clean up includes in DiscIO as much as possible. 2013-10-19 19:59:02 -04:00
DiscScrubber.h Clean up includes in DiscIO as much as possible. 2013-10-19 19:59:02 -04:00
DriveBlob.cpp Clean up includes in DiscIO as much as possible. 2013-10-19 19:59:02 -04:00
DriveBlob.h A bunch of trivial changes to fix clang warnings. 2013-09-01 22:58:33 -04:00
FileBlob.cpp New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
FileBlob.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
FileHandlerARC.cpp Clean up includes in DiscIO as much as possible. 2013-10-19 19:59:02 -04:00
FileHandlerARC.h Clean up includes in DiscIO as much as possible. 2013-10-19 19:59:02 -04:00
FileMonitor.cpp New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
FileMonitor.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
Filesystem.cpp New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
Filesystem.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
FileSystemGCWii.cpp New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
FileSystemGCWii.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
NANDContentLoader.cpp Better error reporting for ES / NANDContentLoader. 2013-08-31 23:49:29 -04:00
NANDContentLoader.h Fix loading DLC using IOCTL_ES_OPENTITLECONTENT & /dev/es state save. 2013-08-31 01:38:52 -04:00
stdafx.cpp New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
stdafx.h Update to VS2013 and a slew of build-related updates. Notes: 2013-10-26 17:55:38 -07:00
Volume.h Support a gcm revision-specific game ini for cheats + partially fix gecko codes in default ini. 2013-09-28 23:38:25 -04:00
VolumeCommon.cpp New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
VolumeCreator.cpp New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
VolumeCreator.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
VolumeDirectory.cpp Clean up includes in DiscIO as much as possible. 2013-10-19 19:59:02 -04:00
VolumeDirectory.h Clean up includes in DiscIO as much as possible. 2013-10-19 19:59:02 -04:00
VolumeGC.cpp Clean up includes in DiscIO as much as possible. 2013-10-19 19:59:02 -04:00
VolumeGC.h Support a gcm revision-specific game ini for cheats + partially fix gecko codes in default ini. 2013-09-28 23:38:25 -04:00
VolumeWad.cpp New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
VolumeWad.h A bunch of trivial changes to fix clang warnings. 2013-09-01 22:58:33 -04:00
VolumeWiiCrypted.cpp Fix polarssl on Windows. 2013-08-16 00:24:10 +12:00
VolumeWiiCrypted.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
WbfsBlob.cpp MSVC warnings. 2013-09-01 22:59:32 -04:00
WbfsBlob.h New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
WiiWad.cpp New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects. 2013-04-17 23:09:55 -04:00
WiiWad.h Clean up includes in DiscIO as much as possible. 2013-10-19 19:59:02 -04:00