CommonHostInterface: Add media path to save state info

This commit is contained in:
Connor McLaughlin
2021-01-30 15:47:48 +10:00
parent 4540a190c1
commit bed1abf0b8
2 changed files with 12 additions and 3 deletions

View File

@ -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;