mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-27 17:18:52 +01:00
Removed debug absolute path statement.
This commit is contained in:
parent
0aa508d922
commit
f0b8a7edb4
@ -40,9 +40,6 @@ Configuration::~Configuration()
|
||||
|
||||
void Configuration::initialize()
|
||||
{
|
||||
absolutePath = "D:/RetroFE";
|
||||
return;
|
||||
|
||||
const char *environment = std::getenv("RETROFE_PATH");
|
||||
std::string environmentStr;
|
||||
if (environment != NULL)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user