dolphin/Source/Core/Common/Debug
Lioncash 397b27e665 MemoryPatches: In-class initialize is_enabled state for MemoryPatch instances
Given this is what occurs in both constructors (as one just passes
through to another), we can just initialize the member directly.

While we're at it, amend the struct to follow the general ordering
convention of:

<new types>
<functions>
<variables>
2018-05-29 18:04:06 -04:00
..
MemoryPatches.cpp MemoryPatches: In-class initialize is_enabled state for MemoryPatch instances 2018-05-29 18:04:06 -04:00
MemoryPatches.h MemoryPatches: In-class initialize is_enabled state for MemoryPatch instances 2018-05-29 18:04:06 -04:00
Watches.cpp DebugInterface: Watches methods added 2018-04-28 17:46:51 +04:00
Watches.h DebugInterface: Watches methods added 2018-04-28 17:46:51 +04:00