mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-16 10:45:45 -04:00
System: PSF (Portable Sound Format) loading support
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user