2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 17:07:41 +00:00

Add temporary malloc/free to CGameAllocator

Add missing CTimeProvider to CMakeLists.txt
This commit is contained in:
2015-10-27 21:45:02 -07:00
parent 7dedea85ff
commit 3209748a66
4 changed files with 15 additions and 7 deletions

View File

@@ -109,8 +109,8 @@ class CGameArchitectureSupport
public:
CGameArchitectureSupport()
: m_audioSys(0,0,0,0,0),
m_inputGenerator(g_tweakPlayer->GetLeftLogicalThreshold(),
g_tweakPlayer->GetRightLogicalThreshold())
m_inputGenerator(0.0f /*g_tweakPlayer->GetLeftLogicalThreshold()*/,
0.0f /*g_tweakPlayer->GetRightLogicalThreshold()*/)
{
}
bool Update()
@@ -179,6 +179,7 @@ int main(int argc, const char* argv[])
std::setlocale(LC_ALL, "en-US.UTF-8");
#endif
LogVisor::RegisterConsoleLogger();
Retro::TOneStatic<Retro::MP1::CMain> main;
std::unique_ptr<boo::IApplication> app =
boo::ApplicationBootstrap(boo::IApplication::PLAT_AUTO, *main,