dolphin/Source/Core
Lioncash fae0cf3698 Core: Fix potential uninitialized var usage in WII_IPC_HLE_Device_usb
If "if (ReadStoredLinkKey->read_all == 1)" is not true, then
num_keys_read would be used uninitialized.
2014-07-13 15:41:35 -04:00
..
AudioCommon Fix warnings unearthed by #579 2014-07-13 02:16:51 +02:00
Common Fix warnings unearthed by #579 2014-07-13 02:16:51 +02:00
Core Core: Fix potential uninitialized var usage in WII_IPC_HLE_Device_usb 2014-07-13 15:41:35 -04:00
DiscIO mark all local variables as static 2014-07-11 16:10:20 +02:00
DolphinWX Merge pull request #603 from lioncash/debugger-font 2014-07-13 06:21:02 +02:00
InputCommon InputCommon: Use enums instead of defines within GCPadStatus.h 2014-07-11 17:18:11 -04:00
VideoBackends Fix warnings unearthed by #579 2014-07-13 02:16:51 +02:00
VideoCommon Fix warnings unearthed by #579 2014-07-13 02:16:51 +02:00
CMakeLists.txt