cheat_engine: Add parser and interpreter for game cheats

This commit is contained in:
Zach Hilman
2018-12-22 21:31:38 -05:00
parent c100a4b8d4
commit 769b346682
3 changed files with 715 additions and 0 deletions

View File

@ -31,6 +31,8 @@ add_library(core STATIC
file_sys/bis_factory.h
file_sys/card_image.cpp
file_sys/card_image.h
file_sys/cheat_engine.cpp
file_sys/cheat_engine.h
file_sys/content_archive.cpp
file_sys/content_archive.h
file_sys/control_metadata.cpp