mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +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
|
|
@ -17,7 +17,7 @@ public:
|
|||
void init();
|
||||
void AddFunc(ModuleFunc *func);
|
||||
void SetModule(int id, Module* module, bool with_data);
|
||||
bool IsLoadedFunc(u32 id);
|
||||
bool IsLoadedFunc(u32 id) const;
|
||||
bool CallFunc(u32 num);
|
||||
bool UnloadFunc(u32 id);
|
||||
void UnloadModules();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue