mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-04-10 05:23:11 +02:00
Updated database name to match new db implementation.
This commit is contained in:
@@ -78,7 +78,7 @@ int RetroFE::Initialize(void *context)
|
|||||||
|
|
||||||
if(!instance->Input.Initialize()) return -1;
|
if(!instance->Input.Initialize()) return -1;
|
||||||
|
|
||||||
instance->Db = new DB(Configuration::GetAbsolutePath() + "/cache.db");
|
instance->Db = new DB(Configuration::GetAbsolutePath() + "/Meta.db");
|
||||||
|
|
||||||
if(!instance->Db->Initialize())
|
if(!instance->Db->Initialize())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user