mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 02:05:45 -04:00
CommonHostInterface: Add media path to save state info
This commit is contained in:
@ -67,13 +67,13 @@ public:
|
||||
struct ExtendedSaveStateInfo
|
||||
{
|
||||
std::string path;
|
||||
std::string title;
|
||||
std::string game_code;
|
||||
std::string media_path;
|
||||
u64 timestamp;
|
||||
s32 slot;
|
||||
bool global;
|
||||
|
||||
std::string title;
|
||||
std::string game_code;
|
||||
|
||||
u32 screenshot_width;
|
||||
u32 screenshot_height;
|
||||
std::vector<u32> screenshot_data;
|
||||
|
Reference in New Issue
Block a user