System: Track playlists in save states

This commit is contained in:
Connor McLaughlin
2020-08-15 20:38:17 +10:00
parent 8fa965a1ac
commit dedeee1698
2 changed files with 75 additions and 32 deletions

View File

@ -21,6 +21,9 @@ struct SAVE_STATE_HEADER
u32 media_filename_length;
u32 offset_to_media_filename;
u32 playlist_filename_length;
u32 offset_to_playlist_filename;
u32 screenshot_width;
u32 screenshot_height;
u32 screenshot_size;