mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-01-03 12:38:53 +01:00
Remove hardcoded debug path
This commit is contained in:
parent
ab46aa8836
commit
68ea0d1ef9
@ -41,8 +41,6 @@ Configuration::~Configuration()
|
||||
|
||||
void Configuration::Initialize()
|
||||
{
|
||||
Configuration::SetAbsolutePath("D:/RetroFE");
|
||||
#if 0
|
||||
const char *environment = std::getenv("RETROFE_PATH");
|
||||
std::string environmentStr;
|
||||
if (environment != NULL)
|
||||
@ -70,7 +68,6 @@ void Configuration::Initialize()
|
||||
|
||||
Configuration::SetAbsolutePath(sPath);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
void Configuration::SetCurrentCollection(std::string collection)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user