mainly UI updates for dspspy, make dsptool's -m flag obey the -f flag

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3856 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman
2009-07-20 02:56:44 +00:00
parent 5b6b732378
commit 67a083db39
4 changed files with 12 additions and 6 deletions

View File

@ -402,7 +402,7 @@ int main(int argc, const char *argv[])
}
else
{
if(!Assemble(currentSource.c_str(), codes[i]))
if(!Assemble(currentSource.c_str(), codes[i], force))
{
printf("Assemble: Assembly of %s failed due to errors\n",
files[i].c_str());