mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Merge pull request #6416 from Ebola16/Warning
Remove DSPLLE ReadAnnotatedAssembly error log entry
This commit is contained in:
commit
96e4e01564
1 changed files with 1 additions and 3 deletions
|
@ -82,10 +82,8 @@ bool ReadAnnotatedAssembly(const std::string& filename)
|
|||
{
|
||||
File::IOFile f(filename, "r");
|
||||
if (!f)
|
||||
{
|
||||
ERROR_LOG(DSPLLE, "Bah! ReadAnnotatedAssembly couldn't find the file %s", filename.c_str());
|
||||
return false;
|
||||
}
|
||||
|
||||
char line[512];
|
||||
|
||||
int last_addr = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue