dolphin/Source/Core/Core
shuffle2 3cabacde9d Merge pull request #613 from lioncash/uninitialized
Core: Fix potential uninitialized var usage in WII_IPC_HLE_Device_usb
2014-07-13 14:03:02 -07:00
..
Boot Core: Get rid of an unnecessary struct typedef in Boot.h. 2014-07-13 15:28:50 -04:00
DSP Fix warnings unearthed by #579 2014-07-13 02:16:51 +02:00
Debugger mark all local functions as static 2014-07-11 16:07:23 +02:00
FifoPlayer Revert "Don't add segfault handler in interpreter mode" 2014-07-07 05:30:06 +02:00
HLE Fix warnings unearthed by #579 2014-07-13 02:16:51 +02:00
HW Fix warnings unearthed by #579 2014-07-13 02:16:51 +02:00
IPC_HLE Core: Fix potential uninitialized var usage in WII_IPC_HLE_Device_usb 2014-07-13 15:41:35 -04:00
PowerPC remove unused globals 2014-07-11 16:10:20 +02:00
ARDecrypt.cpp mark all local variables as static 2014-07-11 16:10:20 +02:00
ARDecrypt.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
ActionReplay.cpp Centralize the logging code into its own folder in Common. 2014-06-25 22:11:42 -04:00
ActionReplay.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
ArmMemTools.cpp clang-modernize -use-nullptr 2014-03-09 21:14:26 +01:00
BootManager.cpp Revert "Don't add segfault handler in interpreter mode" 2014-07-07 05:30:06 +02:00
BootManager.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
CMakeLists.txt remove unused globals 2014-07-11 16:10:20 +02:00
ConfigManager.cpp Revert "Don't add segfault handler in interpreter mode" 2014-07-07 05:30:06 +02:00
ConfigManager.h DSP: Add support for PCAP logging of CPU<->DSP communications 2014-06-22 20:04:46 +02:00
Core.cpp Fix warnings unearthed by #579 2014-07-13 02:16:51 +02:00
Core.h mark all local variables as static 2014-07-11 16:10:20 +02:00
Core.vcxproj remove unused globals 2014-07-11 16:10:20 +02:00
Core.vcxproj.filters remove unused globals 2014-07-11 16:10:20 +02:00
CoreParameter.cpp Revert "Don't add segfault handler in interpreter mode" 2014-07-07 05:30:06 +02:00
CoreParameter.h Revert "Don't add segfault handler in interpreter mode" 2014-07-07 05:30:06 +02:00
CoreTiming.cpp mark all local variables as static 2014-07-11 16:10:20 +02:00
CoreTiming.h Move CoreTiming::downcount to PowerPC::ppcState. 2014-06-26 01:48:00 +00:00
DSPEmulator.cpp Fix more header sorting issues in Core/ (now check-includes clean). 2014-02-20 01:01:11 +01:00
DSPEmulator.h Move audio handling out of DSP emulation. 2014-03-29 11:19:32 -07:00
GeckoCode.cpp mark all local variables as static 2014-07-11 16:10:20 +02:00
GeckoCode.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
GeckoCodeConfig.cpp mark all local functions as static 2014-07-11 16:07:23 +02:00
GeckoCodeConfig.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
Host.h drop Host_GetKeyState 2014-04-30 12:51:13 +02:00
MemTools.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
Movie.cpp remove unused globals 2014-07-11 16:10:20 +02:00
Movie.h remove unused globals 2014-07-11 16:10:20 +02:00
NetPlayClient.cpp mark all local variables as static 2014-07-11 16:10:20 +02:00
NetPlayClient.h Change SPADStatus struct name to GCPadStatus 2014-07-10 22:02:38 -04:00
NetPlayProto.h Revert "Don't add segfault handler in interpreter mode" 2014-07-07 05:30:06 +02:00
NetPlayServer.cpp Revert "Don't add segfault handler in interpreter mode" 2014-07-07 05:30:06 +02:00
NetPlayServer.h Add an option to kick players from netplay. 2014-06-18 13:22:45 -04:00
PatchEngine.cpp mark all local variables as static 2014-07-11 16:10:20 +02:00
PatchEngine.h mark all local variables as static 2014-07-11 16:10:20 +02:00
State.cpp mark all local functions as static 2014-07-11 16:07:23 +02:00
State.h Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
Tracer.cpp mark all local variables as static 2014-07-11 16:10:20 +02:00
Tracer.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
VolumeHandler.cpp mark all local variables as static 2014-07-11 16:10:20 +02:00
VolumeHandler.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
ec_wii.cpp Fix warnings unearthed by #579 2014-07-13 02:16:51 +02:00
ec_wii.h Fix warnings unearthed by #579 2014-07-13 02:16:51 +02:00
stdafx.cpp Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00
stdafx.h Remove the min/max functions in CommonFuncs. 2014-05-29 21:44:41 -04:00
x64MemTools.cpp Fix warnings unearthed by #579 2014-07-13 02:16:51 +02:00