mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-04-08 12:16:03 +02:00
Remove hardcoded debug path
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user