1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00

Fix release build for Mupen64Plus.

This commit is contained in:
Sergey Lipskiy 2014-12-21 13:33:36 +06:00
parent e6fef73b67
commit 69cf6a1901
2 changed files with 1 additions and 1 deletions

View File

@ -1254,6 +1254,7 @@ void OGLRender::_initData()
FrameBuffer_Init();
Combiner_Init();
TextDrawer::get().init();
TFH.init();
m_renderState = rsNone;
gSP.changed = gDP.changed = 0xFFFFFFFF;

View File

@ -120,7 +120,6 @@ void PluginAPI::RomOpen()
RSP_Init();
GBI.init();
video().start();
TFH.init();
#endif
#ifdef DEBUG