Stdafx: Major header cleanup

This commit is contained in:
Sacha 2014-07-11 21:59:13 +10:00
parent 14050c7302
commit 6e06fdf638
41 changed files with 68 additions and 217 deletions

View file

@ -26,6 +26,8 @@ bool Rpcs3App::OnInit()
SetAppName(_PRGNAME_);
wxInitAllImageHandlers();
main_thread = std::this_thread::get_id();
Ini.Load();
m_MainFrame = new MainFrame();