Merge branch 'master' into scheduler

This commit is contained in:
wheremyfoodat 2024-01-22 14:34:04 +02:00
commit 87b838f1bf
3 changed files with 36 additions and 22 deletions

View file

@ -135,6 +135,8 @@ class Emulator {
std::filesystem::path getConfigPath();
std::filesystem::path getAndroidAppPath();
// Get the root path for the emulator's app data
std::filesystem::path getAppDataRoot();
std::span<u8> getSMDH();
};