mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-24 04:26:25 +12:00
LR: Format/Cleanup
This commit is contained in:
parent
c7e22c540d
commit
623a9a64d6
3 changed files with 260 additions and 290 deletions
|
@ -87,7 +87,6 @@ class Emulator {
|
|||
bool frameDone = false;
|
||||
|
||||
Emulator();
|
||||
Emulator(const std::filesystem::path& configPath);
|
||||
~Emulator();
|
||||
|
||||
void step();
|
||||
|
@ -130,10 +129,10 @@ class Emulator {
|
|||
Renderer* getRenderer() { return gpu.getRenderer(); }
|
||||
u64 getTicks() { return cpu.getTicks(); }
|
||||
|
||||
virtual std::filesystem::path getConfigPath();
|
||||
virtual std::filesystem::path getAndroidAppPath();
|
||||
std::filesystem::path getConfigPath();
|
||||
std::filesystem::path getAndroidAppPath();
|
||||
// Get the root path for the emulator's app data
|
||||
virtual std::filesystem::path getAppDataRoot();
|
||||
std::filesystem::path getAppDataRoot();
|
||||
|
||||
std::span<u8> getSMDH();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue