dolphin-emulator/Source/Core
Scott Mansell 950ca267bb De-memsetify Wii_SSL and fix segfault.
Fixes #7917
The first memset was clearing the delicate bits of the std::string
in the struct, causing segfaults.

I also removed the rest of the memsets because they were paranoid,
unneeded and waseful. We shouldn't be managing the ssl libraries
structs for it.
I checked and the ssl library's functions were already memsetting
those structs as needed.
2014-12-15 18:17:00 +13:00
..
AudioCommon Upgrade AudioUnit API usage. 2014-11-25 00:42:21 -05:00
Common Fix hires texture path. 2014-12-11 19:24:16 -05:00
Core De-memsetify Wii_SSL and fix segfault. 2014-12-15 18:17:00 +13:00
DiscIO DiscIO: Remove some explicit deletes 2014-12-04 11:39:20 -05:00
DolphinQt DolphinQt: Silence -Wshadow warnings. 2014-12-09 10:36:16 -06:00
DolphinWX Merge pull request #1675 from Stevoisiak/Rename-Build-Date 2014-12-14 14:26:24 -05:00
InputCommon HW: Remove UpdateOutput 2014-11-28 10:54:04 -08:00
UICommon Added GameCube Adapter support. 2014-12-10 20:45:45 +11:00
VideoBackends Cosmetics 2014-12-14 13:29:27 +01:00
VideoCommon ShaderGen: Remove the GS_OUTPUT struct for OpenGL. 2014-12-14 13:28:50 +01:00
CMakeLists.txt Merge pull request #1085 from waddlesplash/refactoring 2014-10-05 21:25:44 -04:00