dolphin/Source/Core
Lioncash 51cfeb8c7d JitBase: Ensure JitOptions and JitState instances are consistently initialized
Ensures that upon construction of a JitBase instance, that all
underlying members within the option and state structs are guaranteed
to be initialized.

This prevents potentially using a member uninitialized in some form.
2018-03-19 15:58:32 -04:00
..
AudioCommon Assert: Uppercase assertion macros 2018-03-14 22:03:12 -04:00
Common x64Emitter: Make FloatOp and NormalOp enum classes 2018-03-18 18:04:54 -04:00
Core JitBase: Ensure JitOptions and JitState instances are consistently initialized 2018-03-19 15:58:32 -04:00
DiscIO Assert: Remove unused parameter from DEBUG_ASSERT 2018-03-16 13:01:11 -04:00
DolphinNoGUI Renderer: Handle resize events on-demand instead of polling 2018-02-20 01:15:55 +10:00
DolphinQt2 DolphinQt2: Fix issues with MoIterator 2018-03-17 21:54:39 +01:00
DolphinWX Assert: Uppercase assertion macros 2018-03-14 22:03:12 -04:00
InputCommon Assert: Uppercase assertion macros 2018-03-14 22:03:12 -04:00
UICommon Assert: Uppercase assertion macros 2018-03-14 22:03:12 -04:00
VideoBackends Merge pull request #6444 from stenzek/d3d-bbox 2018-03-19 09:21:22 +01:00
VideoCommon Merge pull request #6460 from lioncash/datareader 2018-03-19 15:02:50 +01:00
CMakeLists.txt