mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-31 04:25:40 +00:00
(Android) Added support for using the %BASENAME% variable with the %EXTRA% and %EXTRAARRAY% variables
This commit is contained in:
parent
95433503e5
commit
18f5f3e164
|
@ -1879,6 +1879,7 @@ void FileData::launchGame()
|
|||
extraValue =
|
||||
Utils::String::replace(extraValue, "%ROMPATHRAW%", getROMDirectory());
|
||||
extraValue = Utils::String::replace(extraValue, "%ROMRAW%", romRaw);
|
||||
extraValue = Utils::String::replace(extraValue, "%BASENAME%", baseName);
|
||||
extraValue = Utils::String::replace(extraValue, "//", "/");
|
||||
|
||||
if (variable == "%EXTRA_")
|
||||
|
|
Loading…
Reference in a new issue