speedfix for speedtyporeport

This commit is contained in:
zeromus 2013-12-16 05:25:55 +00:00
parent a8d01255ed
commit bc7e3bf00f
1 changed files with 1 additions and 1 deletions

View File

@ -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