mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Fixed a little crash I had in ISOProperties with Mario Kart Wii, it was trying to read a third unknown partition type.
Effectively toggling throttle in DSP HLE/LLE when the game is running git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3096 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
989f4fb6da
commit
adb791dd58
4 changed files with 13 additions and 4 deletions
|
@ -166,6 +166,8 @@ bool CFileSystemGCWii::InitFileSystem()
|
|||
}
|
||||
else
|
||||
{
|
||||
// Mario Kart Wii gets here on its third partition...
|
||||
// Does it use a fake partition ? another type we don't know ?
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue