Updated RetroArch version

This commit is contained in:
Matt Pharoah
2024-10-18 10:56:46 -04:00
parent 595545df9f
commit e8ea73334e

View File

@@ -72,7 +72,7 @@ static inline Version marchVersion(
return version;
}
static const Version EARLIEST_VERSION = Version{ 1, 16, 0 };
static const Version EARLIEST_VERSION = Version{ 1, 19, 0 };
static void getDownloadHelper(
QNetworkAccessManager *web,