Send screenshots with compatibility reports.

This commit is contained in:
Unknown W. Brackets 2016-06-12 10:00:32 -07:00
parent 347158ecc6
commit 2ceee79324
3 changed files with 21 additions and 4 deletions

View file

@ -69,7 +69,7 @@ namespace Reporting
void ReportMessageFormatted(const char *message, const char *formatted);
// Report the compatibility of the current game / configuration.
void ReportCompatibility(const char *compat, int graphics, int speed, int gameplay);
void ReportCompatibility(const char *compat, int graphics, int speed, int gameplay, std::string screenshotFilename);
// Returns true if that identifier has not been logged yet.
bool ShouldLogOnce(const char *identifier);