mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-05 04:05:27 +02:00
Remove some unnecessary reporting.
This commit is contained in:
@@ -761,8 +761,8 @@ void ImportFuncSymbol(const FuncSymbolImport &func, bool reimporting, const char
|
||||
|
||||
void ExportFuncSymbol(const FuncSymbolExport &func) {
|
||||
if (FuncImportIsSyscall(func.moduleName, func.nid)) {
|
||||
// Oops, HLE covers this.
|
||||
WARN_LOG_REPORT(LOADER, "Ignoring func export %s/%08x, already implemented in HLE.", func.moduleName, func.nid);
|
||||
// HLE covers this already - let's ignore the function.
|
||||
WARN_LOG(LOADER, "Ignoring func export %s/%08x, already implemented in HLE.", func.moduleName, func.nid);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user