mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 01:35:46 -04:00
Add option to dump the contents of RAM to a file
This commit is contained in:
@ -104,6 +104,9 @@ void UpdateControllerSettings();
|
||||
void ResetControllers();
|
||||
void UpdateMemoryCards();
|
||||
|
||||
/// Dumps RAM to a file.
|
||||
bool DumpRAM(const char* filename);
|
||||
|
||||
bool HasMedia();
|
||||
bool InsertMedia(const char* path);
|
||||
void RemoveMedia();
|
||||
|
Reference in New Issue
Block a user