citra/src
zhupengfei 573036b38e
core/cheats: Add and change a few functions
Added a few interfaces for adding/deleting/replacing/saving cheats. The cheats list is guarded by a std::shared_mutex, and would only need a exclusive lock when it's being updated.

I marked the `Execute` function as `const` to avoid accidentally changing the internal state of the cheat on execution, so that execution can be considered a "read" operation which only needs a shared lock.

Whether a cheat is enabled or not is now saved by a special comment line `*citra_enabled`.
2019-02-02 08:15:23 +08:00
..
android android: fix native library inclusion 2019-01-15 20:28:56 -06:00
audio_core Merge pull request #4599 from wwylele/bitfield-endian 2019-02-01 10:48:56 -05:00
citra frontend: Remove V-Sync option from UI 2019-01-19 17:43:44 +01:00
citra_qt Merge pull request #4583 from xperia64/screenshot_fix 2019-02-01 10:49:28 -05:00
common common/bitfield: make it endianness-aware 2019-01-28 22:09:43 -05:00
core core/cheats: Add and change a few functions 2019-02-02 08:15:23 +08:00
dedicated_room network: Make citra mods optional and disabled by default 2018-12-15 22:47:07 +08:00
input_common remove all occurance of specifying endianness inside BitField 2019-01-28 22:09:43 -05:00
network network: remove cpp-jwt library dependency 2018-12-31 23:23:09 -05:00
tests common/bitfield: make it endianness-aware 2019-01-28 22:09:43 -05:00
video_core renderer_opengl: Correct forward declaration of FramebufferLayout 2018-12-27 02:48:05 +01:00
web_service web_service: Change endpoint to /lobby. 2018-12-16 10:48:42 +08:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt android: move cmakelist 2019-01-15 19:24:03 -06:00