From bc7e3bf00fc4b365427406bdc2655c4762138e14 Mon Sep 17 00:00:00 2001 From: zeromus Date: Mon, 16 Dec 2013 05:25:55 +0000 Subject: [PATCH] speedfix for speedtyporeport --- desmume/src/NDSSystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/NDSSystem.cpp b/desmume/src/NDSSystem.cpp index 3422f4a45..a2d7ab043 100644 --- a/desmume/src/NDSSystem.cpp +++ b/desmume/src/NDSSystem.cpp @@ -655,7 +655,7 @@ int NDS_LoadROM(const char *filename, const char *physicalName, const char *logi if(gameInfo.isHomebrew()) { if(!CommonSettings.loadToMemory) - msgbox->warn("Sorry.. right now, you can't use the default (stream rom from disk) with homebrew due to a bug wityh DLDI-autopatching"); + msgbox->warn("Sorry.. right now, you can't use the default (stream rom from disk) with homebrew due to a bug with DLDI-autopatching"); if (slot1_GetCurrentType() == NDS_SLOT1_R4) DLDI::tryPatch((void*)gameInfo.romdata, gameInfo.romsize, 1); else