mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:04:55 +00:00
Other platforms for SteamFinder
This commit is contained in:
@@ -11,7 +11,7 @@ namespace hecl
|
||||
{
|
||||
|
||||
/* Used to extract alternate steam install directories from libraryfolders.vdf */
|
||||
static const std::regex regSteamPath("^\\s+\\\"[0-9]+\\\"\\s+\\\"(.*)\\\"",
|
||||
static const std::regex regSteamPath(R"(^\s+\"[0-9]+\"\s+\"(.*)\")",
|
||||
std::regex::ECMAScript|std::regex::optimize);
|
||||
|
||||
hecl::SystemString FindCommonSteamApp(const hecl::SystemChar* name)
|
||||
|
||||
Reference in New Issue
Block a user