mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
Core: Apply const to some functions
This commit is contained in:
parent
5a043ddacb
commit
82840282fb
11 changed files with 27 additions and 26 deletions
|
|
@ -316,7 +316,7 @@ ModuleManager::~ModuleManager()
|
|||
UnloadModules();
|
||||
}
|
||||
|
||||
bool ModuleManager::IsLoadedFunc(u32 id)
|
||||
bool ModuleManager::IsLoadedFunc(u32 id) const
|
||||
{
|
||||
for (u32 i = 0; i<m_modules_funcs_list.size(); ++i)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue