dolphin-emulator/Source/Core
JosJuice 8ad5ea2ede Call Do for every member of SCPFifoStruct individually
We need this because VS currently doesn't consider
std::is_trivially_copyable<typename
std::remove_volatile<SCPFifoStruct>::type>::value
to be true and because no compiler should consider it
to be true if we replace the volatiles with atomics.
2017-11-13 19:51:16 +01:00
..
AudioCommon Fix DTK audio not working after loading a savestate 2017-11-06 09:15:14 +01:00
Common Don't delete BitField copy assignment operator on VS 2017-11-13 19:51:11 +01:00
Core Merge pull request #6173 from JosJuice/dtk-savestate 2017-11-08 12:03:05 +01:00
DiscIO Avoid forbidden characters when extracting disc partitions 2017-11-08 12:04:59 +01:00
DolphinNoGUI UI: Implement a command line option to boot NAND title 2017-10-24 11:41:55 +02:00
DolphinQt2 Merge pull request #6167 from ligfx/encapsulatedefaultdevice 2017-11-11 17:11:56 +01:00
DolphinWX Merge pull request #6167 from ligfx/encapsulatedefaultdevice 2017-11-11 17:11:56 +01:00
InputCommon Merge pull request #6167 from ligfx/encapsulatedefaultdevice 2017-11-11 17:11:56 +01:00
UICommon UI: Implement a command line option to boot NAND title 2017-10-24 11:41:55 +02:00
VideoBackends Merge pull request #6165 from JosJuice/auto-ir-handling 2017-11-06 23:10:53 -08:00
VideoCommon Call Do for every member of SCPFifoStruct individually 2017-11-13 19:51:16 +01:00
CMakeLists.txt