mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-09 22:18:58 +01:00
Remove DSPLLE ReadAnnotatedAssembly error log entry
This commit is contained in:
parent
83ac16060e
commit
c94cd4a275
@ -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…
x
Reference in New Issue
Block a user