[ARM] Merge all store instructions in to one. This disables fastmem on stores currently. Hit isn't noticeable since I've also implemented 5 more store instructions with this.

This commit is contained in:
Ryan Houdek
2013-09-03 03:58:27 +00:00
parent eb8e03fab5
commit dfce0f3b0b
5 changed files with 36 additions and 22 deletions

View File

@ -650,8 +650,6 @@ void PadMapDiag::OnAdjust(wxCommandEvent& event)
void NetPlay::StopGame()
{
if (netplay_server != NULL)
netplay_server->StopGame();
// TODO: allow non-hosting clients to close the window
if (netplay_client != NULL)
netplay_client->Stop();
}