GameDB: Fixed return and added include

This commit is contained in:
t o 2020-11-02 19:04:16 -07:00 committed by refractionpcsx2
parent 675a60b3d4
commit b102134ae3
2 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#include "PrecompiledHeader.h" #include "PrecompiledHeader.h"
#include "Common.h" #include "Common.h"
#include "AppConfig.h"
#include "R5900.h" #include "R5900.h"
#include "R3000A.h" #include "R3000A.h"

View File

@ -328,6 +328,8 @@ static int loadGameSettings(Pcsx2Config& dest, const GameDatabaseSchema::GameEnt
//} //}
//return gf; //return gf;
return 0;
} }
// Used to track the current game serial/id, and used to disable verbose logging of // Used to track the current game serial/id, and used to disable verbose logging of