1
0
Fork 0
forked from suyu/suyu
suyu/src
VolcaEM b608acd688
dmnt_cheat_vm: Implement opcode 0xC3 (ReadWriteStaticRegister)
This was based on Atmosphére's DMNT Cheat VM:

- https://github.com/Atmosphere-NX/Atmosphere/blob/master/stratosphere/dmnt/source/cheat/impl/dmnt_cheat_vm.hpp
- https://github.com/Atmosphere-NX/Atmosphere/blob/master/stratosphere/dmnt/source/cheat/impl/dmnt_cheat_vm.cpp

From Atmosphére's documentation: "Code type 0xC3 reads or writes a static register with a given register"

There are now only two remaining opcodes to implement (PauseProcess and BreakProcess)

This is untested because I don't have any experience in testing cheats on yuzu
2020-07-15 01:19:22 +02:00
..
audio_core configuration: implement per-game configurations (#4098) 2020-07-09 22:42:09 -04:00
common cmake: Fix libfmt linking errors 2020-07-10 14:04:06 +10:00
core dmnt_cheat_vm: Implement opcode 0xC3 (ReadWriteStaticRegister) 2020-07-15 01:19:22 +02:00
input_common Merge pull request #4266 from jbeich/freebsd 2020-07-08 16:30:26 -04:00
tests Core/Common: Address Feedback. 2020-06-27 18:20:06 -04:00
video_core Merge pull request #4283 from lat9nq/fix-linux-nvidia-vulkan 2020-07-10 00:18:44 -03:00
web_service Replace externals with Conan (#3735) 2020-05-08 17:09:29 -04:00
yuzu Merge pull request #4221 from jbeich/unused-qt-opengl 2020-07-10 15:18:04 -04:00
yuzu_cmd configuration: implement per-game configurations (#4098) 2020-07-09 22:42:09 -04:00
yuzu_tester configuration: implement per-game configurations (#4098) 2020-07-09 22:42:09 -04:00
.clang-format
CMakeLists.txt Build System: Fix GCC & MINGW Build. 2020-06-27 11:36:28 -04:00