Get our first AR code running

This commit is contained in:
wheremyfoodat 2023-07-20 13:50:32 +03:00
parent ae69c8f8c4
commit 97f8ea6cfd
6 changed files with 110 additions and 23 deletions

View file

@ -32,7 +32,7 @@ class Emulator {
Memory memory;
Kernel kernel;
Crypto::AESEngine aesEngine;
ActionReplay cheats;
Cheats cheats;
SDL_Window* window;