mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-01-02 12:08:54 +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()
|
void Configuration::initialize()
|
||||||
{
|
{
|
||||||
absolutePath = "D:/RetroFE";
|
|
||||||
return;
|
|
||||||
|
|
||||||
const char *environment = std::getenv("RETROFE_PATH");
|
const char *environment = std::getenv("RETROFE_PATH");
|
||||||
std::string environmentStr;
|
std::string environmentStr;
|
||||||
if (environment != NULL)
|
if (environment != NULL)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user