dolphin/Source/Core/DolphinWX/Cheats
EmptyChaos 6ab1b27477 ActionReplay: UI Consistency and Cleanup
Cleanup code style.

Move ActionReplay code->INI saving into ActionReplay namespace.

Threadsafety Cleanup: ActionReplay is accessed from the Host, Emu
and CPU Threads so the internal storage needs to be protected by a
lock to prevent vectors/strings being deleted/moved while in use by
the CPU Thread.

UI Consistency: Make ARCodes behave like Gecko Codes - only apply
changes when Apply is pressed. Save changes to INI from CheatsWindow.

ISOProperties/CheatsWindow now synchronize with each other.
2016-05-29 23:33:24 +10:00
..
CheatSearchTab.cpp ActionReplay: UI Consistency and Cleanup 2016-05-29 23:33:24 +10:00
CheatSearchTab.h Added the ability to search on previous value in the Cheat Search. 2015-12-30 11:51:36 +11:00
CheatsWindow.cpp ActionReplay: UI Consistency and Cleanup 2016-05-29 23:33:24 +10:00
CheatsWindow.h ActionReplay: UI Consistency and Cleanup 2016-05-29 23:33:24 +10:00
CreateCodeDialog.cpp ActionReplay: UI Consistency and Cleanup 2016-05-29 23:33:24 +10:00
CreateCodeDialog.h ActionReplay: Fix ISOProperties corrupting active code set 2016-05-29 23:33:24 +10:00
GeckoCodeDiag.cpp Fix line ending bug for downloaded gecko codes 2015-06-06 19:15:15 +02:00
GeckoCodeDiag.h Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00