mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-01-03 12:38:53 +01:00
Updated database name to match new db implementation.
This commit is contained in:
parent
f858f55bc4
commit
54e954efcc
@ -78,7 +78,7 @@ int RetroFE::Initialize(void *context)
|
||||
|
||||
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())
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user