mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 14:19:02 +00:00
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:
parent
5b6b732378
commit
67a083db39
4 changed files with 12 additions and 6 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue