System: PSF (Portable Sound Format) loading support

This commit is contained in:
Connor McLaughlin
2020-04-17 00:29:56 +10:00
parent 38847de8ee
commit 205297ac27
9 changed files with 288 additions and 10 deletions

View File

@ -120,6 +120,8 @@ public:
void ResetPerformanceCounters();
bool LoadEXE(const char* filename, std::vector<u8>& bios_image);
bool LoadEXEFromBuffer(const void* buffer, u32 buffer_size, std::vector<u8>& bios_image);
bool LoadPSF(const char* filename, std::vector<u8>& bios_image);
bool SetExpansionROM(const char* filename);
// Adds ticks to the global tick counter, simulating the CPU being stalled.