..
Boot
Replace all include guard ifdefs with "#pragma once"
2014-02-10 18:07:16 -05:00
Debugger
Replace all include guard ifdefs with "#pragma once"
2014-02-10 18:07:16 -05:00
DSP
Turn loops into range-based form
2014-02-13 09:05:50 +01:00
FifoPlayer
Kill off some silly casting in the FifoPlayer.
2014-02-14 22:07:12 -05:00
HLE
Replace all include guard ifdefs with "#pragma once"
2014-02-10 18:07:16 -05:00
HW
Starting point for the new MMIO interface
2014-02-16 19:22:39 +01:00
IPC_HLE
Turn loops into range-based form
2014-02-13 09:05:50 +01:00
PowerPC
Fix ARM build
2014-02-15 22:05:12 -06:00
ActionReplay.cpp
Kill off some usages of the ArraySize macro.
2014-02-15 02:43:54 -05:00
ActionReplay.h
Kill off some usages of the ArraySize macro.
2014-02-15 02:43:54 -05:00
ARDecrypt.cpp
Remove unnecessary Src/ folders
2013-12-31 14:03:19 -05:00
ARDecrypt.h
Replace all include guard ifdefs with "#pragma once"
2014-02-10 18:07:16 -05:00
ArmMemTools.cpp
Remove unnecessary Src/ folders
2013-12-31 14:03:19 -05:00
BootManager.cpp
Merge pull request #50 from Parlane/inifile_tidy
2014-02-13 19:04:27 +13:00
BootManager.h
Replace all include guard ifdefs with "#pragma once"
2014-02-10 18:07:16 -05:00
CMakeLists.txt
Starting point for the new MMIO interface
2014-02-16 19:22:39 +01:00
ConfigManager.cpp
Merge pull request #50 from Parlane/inifile_tidy
2014-02-13 19:04:27 +13:00
ConfigManager.h
Replace all include guard ifdefs with "#pragma once"
2014-02-10 18:07:16 -05:00
Console.cpp
Remove unnecessary Src/ folders
2013-12-31 14:03:19 -05:00
Console.h
Replace all include guard ifdefs with "#pragma once"
2014-02-10 18:07:16 -05:00
Core.cpp
Turn loops into range-based form
2014-02-13 09:05:50 +01:00
Core.h
Replace all include guard ifdefs with "#pragma once"
2014-02-10 18:07:16 -05:00
Core.vcxproj
Starting point for the new MMIO interface
2014-02-16 19:22:39 +01:00
Core.vcxproj.filters
Starting point for the new MMIO interface
2014-02-16 19:22:39 +01:00
CoreParameter.cpp
Fix IniFile to use string& instead of char*
2014-02-13 17:06:30 +13:00
CoreParameter.h
Replace all include guard ifdefs with "#pragma once"
2014-02-10 18:07:16 -05:00
CoreTiming.cpp
Fix some warnings
2014-02-13 09:02:43 +01:00
CoreTiming.h
Replace all include guard ifdefs with "#pragma once"
2014-02-10 18:07:16 -05:00
DSPEmulator.cpp
Remove unnecessary Src/ folders
2013-12-31 14:03:19 -05:00
DSPEmulator.h
Replace all include guard ifdefs with "#pragma once"
2014-02-10 18:07:16 -05:00
ec_wii.cpp
Remove unnecessary Src/ folders
2013-12-31 14:03:19 -05:00
ec_wii.h
Replace all include guard ifdefs with "#pragma once"
2014-02-10 18:07:16 -05:00
GeckoCode.cpp
Add const qualifiers to two foreach loop variables for consistency.
2014-02-04 19:44:02 -05:00
GeckoCode.h
Replace all include guard ifdefs with "#pragma once"
2014-02-10 18:07:16 -05:00
GeckoCodeConfig.cpp
Kill off some usages of the ArraySize macro.
2014-02-15 02:43:54 -05:00
GeckoCodeConfig.h
Replace all include guard ifdefs with "#pragma once"
2014-02-10 18:07:16 -05:00
Host.h
Replace all include guard ifdefs with "#pragma once"
2014-02-10 18:07:16 -05:00
MemTools.h
Replace all include guard ifdefs with "#pragma once"
2014-02-10 18:07:16 -05:00
Movie.cpp
Code cleanup
2014-01-08 20:36:27 -05:00
Movie.h
Replace all include guard ifdefs with "#pragma once"
2014-02-10 18:07:16 -05:00
NetPlayClient.cpp
Clarify an if statement in NetPlayClient.cpp. See: https://github.com/LaurentGomila/SFML/issues/26 .
2014-02-10 09:26:29 -05:00
NetPlayClient.h
Replace all include guard ifdefs with "#pragma once"
2014-02-10 18:07:16 -05:00
NetPlayProto.h
Replace all include guard ifdefs with "#pragma once"
2014-02-10 18:07:16 -05:00
NetPlayServer.cpp
Turn loops into range-based form
2014-02-13 09:05:50 +01:00
NetPlayServer.h
Replace all include guard ifdefs with "#pragma once"
2014-02-10 18:07:16 -05:00
PatchEngine.cpp
Kill off some usages of the ArraySize macro.
2014-02-15 02:43:54 -05:00
PatchEngine.h
Replace all include guard ifdefs with "#pragma once"
2014-02-10 18:07:16 -05:00
State.cpp
Increase save state version.
2014-01-24 00:15:56 -05:00
State.h
Replace all include guard ifdefs with "#pragma once"
2014-02-10 18:07:16 -05:00
stdafx.cpp
Remove unnecessary Src/ folders
2013-12-31 14:03:19 -05:00
stdafx.h
Remove unnecessary Src/ folders
2013-12-31 14:03:19 -05:00
Tracer.cpp
Remove unnecessary Src/ folders
2013-12-31 14:03:19 -05:00
Tracer.h
Replace all include guard ifdefs with "#pragma once"
2014-02-10 18:07:16 -05:00
VolumeHandler.cpp
Remove unnecessary Src/ folders
2013-12-31 14:03:19 -05:00
VolumeHandler.h
Replace all include guard ifdefs with "#pragma once"
2014-02-10 18:07:16 -05:00
x64MemTools.cpp
Remove unnecessary Src/ folders
2013-12-31 14:03:19 -05:00