[Emulator] Added option for content installation

This commit is contained in:
Gliniak
2022-07-30 12:41:26 +02:00
parent 7595cdb52b
commit 433a8a8a5e
5 changed files with 126 additions and 0 deletions

View File

@@ -130,6 +130,7 @@ class EmulatorWindow {
void FileDrop(const std::filesystem::path& filename);
void FileOpen();
void FileClose();
void InstallContent();
void ShowContentDirectory();
void CpuTimeScalarReset();
void CpuTimeScalarSetHalf();