mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-28 13:16:41 +00:00
Update Gamestate.cpp
This commit is contained in:
parent
c9818203d5
commit
5cc9bce4e9
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ bool mpn_init_state()
|
|||
break;
|
||||
case MPN_GAMEID_MP8:
|
||||
CurrentState.Addresses = &MP8_ADDRESSES;
|
||||
CurrentState.Boards = NULL;
|
||||
CurrentState.Boards = MP8_BOARDS;
|
||||
CurrentState.Image = "box-mp8";
|
||||
CurrentState.IsMarioParty = true;
|
||||
CurrentState.Scenes = MP8_GAMESTATES;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue