mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-16 09:55:47 -04:00
System: Add option to use a single memory card for playlists
This commit is contained in:
@ -108,6 +108,9 @@ bool HasMedia();
|
||||
bool InsertMedia(const char* path);
|
||||
void RemoveMedia();
|
||||
|
||||
/// Returns true if a playlist is being used.
|
||||
bool HasMediaPlaylist();
|
||||
|
||||
/// Returns the number of entries in the media/disc playlist.
|
||||
u32 GetMediaPlaylistCount();
|
||||
|
||||
|
Reference in New Issue
Block a user