mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
LogBase class for both SysCallBase and Module
This commit is contained in:
parent
0865fca90a
commit
5c84ad30a1
7 changed files with 90 additions and 132 deletions
|
@ -148,7 +148,7 @@ u16 Module::GetID() const
|
|||
return m_id;
|
||||
}
|
||||
|
||||
std::string Module::GetName() const
|
||||
const std::string& Module::GetName() const
|
||||
{
|
||||
return m_name;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue