mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-07 11:31:39 +12:00
Fix configuration file path on Android
This commit is contained in:
parent
7a78b2cf20
commit
070d5b1c6d
5 changed files with 41 additions and 13 deletions
|
@ -122,4 +122,7 @@ class Emulator {
|
|||
RendererType getRendererType() const { return config.rendererType; }
|
||||
Renderer* getRenderer() { return gpu.getRenderer(); }
|
||||
u64 getTicks() { return cpu.getTicks(); }
|
||||
|
||||
std::filesystem::path getConfigPath();
|
||||
std::filesystem::path getAndroidAppPath();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue