mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-22 14:53:00 +12:00
Make cheats struct more versatile
This commit is contained in:
parent
d4a84c337e
commit
7e7d4f7f16
4 changed files with 82 additions and 5 deletions
|
@ -115,6 +115,7 @@ class Emulator {
|
|||
void deinitGraphicsContext() { gpu.deinitGraphicsContext(); }
|
||||
|
||||
EmulatorConfig& getConfig() { return config; }
|
||||
Cheats& getCheats() { return cheats; }
|
||||
ServiceManager& getServiceManager() { return kernel.getServiceManager(); }
|
||||
RendererType getRendererType() const { return config.rendererType; }
|
||||
Renderer* getRenderer() { return gpu.getRenderer(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue