mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
Implement getFps hc function
This commit is contained in:
parent
977ab53b68
commit
4172194479
3 changed files with 6 additions and 1 deletions
|
@ -117,4 +117,5 @@ class Emulator {
|
|||
ServiceManager& getServiceManager() { return kernel.getServiceManager(); }
|
||||
RendererType getRendererType() const { return config.rendererType; }
|
||||
Renderer* getRenderer() { return gpu.getRenderer(); }
|
||||
u64 getTicks() { return cpu.getTicks(); }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue