mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
fix wad loading (broken by r6909)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6919 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
5e814ff2cd
commit
926a4cee17
@ -63,6 +63,7 @@ bool CBoot::Boot_WiiWAD(const char* _pFilename)
|
|||||||
WII_IPC_HLE_Interface::SetDefaultContentFile(_pFilename);
|
WII_IPC_HLE_Interface::SetDefaultContentFile(_pFilename);
|
||||||
|
|
||||||
CDolLoader DolLoader(pContent->m_pData, pContent->m_Size);
|
CDolLoader DolLoader(pContent->m_pData, pContent->m_Size);
|
||||||
|
DolLoader.Load();
|
||||||
PC = DolLoader.GetEntryPoint() | 0x80000000;
|
PC = DolLoader.GetEntryPoint() | 0x80000000;
|
||||||
|
|
||||||
// Pass the "#002 check"
|
// Pass the "#002 check"
|
||||||
|
Loading…
Reference in New Issue
Block a user