mirror of
https://github.com/libretro/Play-.git
synced 2025-02-24 05:31:16 +00:00
Fix memory card tests.
This commit is contained in:
parent
ec43a6c347
commit
eb6b4bcacf
@ -14,8 +14,8 @@ void PrepareTestEnvironment(const CGameTestSheet::EnvironmentActionArray& enviro
|
||||
auto memoryCardPath = boost::filesystem::path("./memorycard");
|
||||
boost::filesystem::remove_all(memoryCardPath);
|
||||
|
||||
CAppConfig::GetInstance().RegisterPreferenceString(mcPathPreference, "");
|
||||
CAppConfig::GetInstance().SetPreferenceString(mcPathPreference, memoryCardPath.string().c_str());
|
||||
CAppConfig::GetInstance().RegisterPreferencePath(mcPathPreference, "");
|
||||
CAppConfig::GetInstance().SetPreferencePath(mcPathPreference, memoryCardPath);
|
||||
|
||||
for(const auto& environmentAction : environment)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user