1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-06 14:26:32 -05:00

Merge pull request #1933 from DarkLordZach/cheat-engine

file_sys: Implement parser and interpreter for game memory cheats
This commit is contained in:
bunnei
2019-03-21 21:41:59 -04:00
committed by GitHub
10 changed files with 813 additions and 0 deletions

View File

@@ -4,6 +4,9 @@
#pragma once
#include "core/hle/service/hid/controllers/controller_base.h"
#include "core/hle/service/service.h"
#include "controllers/controller_base.h"
#include "core/hle/service/service.h"