dolphin-emulator/Source/Core
Léo Lam 6f1b156020 VolumeGC: Add a default constructor for ConvertedGCBanner
Without this, it fails to build with the following error in g++ 7.2.0:

> constructor required before non-static data member has been parsed
2017-09-15 20:47:49 +02:00
..
AudioCommon Remove NonCopyable 2017-08-22 16:40:34 +02:00
Common DiscIO: Use Common::Lazy for loading filesystems 2017-09-15 18:57:05 +02:00
Core Merge pull request #5870 from JosJuice/lazy-filesystem 2017-09-15 19:30:05 +02:00
DiscIO VolumeGC: Add a default constructor for ConvertedGCBanner 2017-09-15 20:47:49 +02:00
DolphinNoGUI Core: SetOnStoppedCallback -> SetOnStateChangedCallback 2017-09-13 17:30:18 -07:00
DolphinQt2 Merge pull request #5870 from JosJuice/lazy-filesystem 2017-09-15 19:30:05 +02:00
DolphinWX Merge pull request #5870 from JosJuice/lazy-filesystem 2017-09-15 19:30:05 +02:00
InputCommon Prevent multiple HID elements of same usage type on OSX 2017-09-15 19:19:46 +02:00
UICommon Update -d argument help message 2017-09-10 12:28:53 +02:00
VideoBackends Software/TextureSampler: const correctness 2017-09-11 20:13:47 -04:00
VideoCommon VideoBackends: Move SamplerState to common 2017-09-11 20:01:54 +10:00
CMakeLists.txt