Call Video_Prepare() before starting the CPU thread.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7194 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Soren Jorvang
2011-02-18 23:52:14 +00:00
parent 83dc3bf210
commit 198e29be07
3 changed files with 5 additions and 2 deletions

View File

@ -91,6 +91,8 @@ private:
class NetPlayUI
{
public:
virtual ~NetPlayUI() {};
virtual void BootGame(const std::string& filename) = 0;
virtual void StopGame() = 0;