mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 00:05:46 -04:00
Qt: Add dump VRAM and SPU RAM actions
This commit is contained in:
@ -175,6 +175,12 @@ void UpdateMemoryCards();
|
||||
/// Dumps RAM to a file.
|
||||
bool DumpRAM(const char* filename);
|
||||
|
||||
/// Dumps video RAM to a file.
|
||||
bool DumpVRAM(const char* filename);
|
||||
|
||||
/// Dumps sound RAM to a file.
|
||||
bool DumpSPURAM(const char* filename);
|
||||
|
||||
bool HasMedia();
|
||||
bool InsertMedia(const char* path);
|
||||
void RemoveMedia();
|
||||
|
Reference in New Issue
Block a user