mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 01:08:39 +12: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
|
@ -528,7 +528,7 @@ void CompilePPUProgram::LoadArgs()
|
|||
m_end_args = m_args.size() > 0;
|
||||
}
|
||||
|
||||
u32 CompilePPUProgram::GetBranchValue(const std::string& branch_name)
|
||||
u32 CompilePPUProgram::GetBranchValue(const std::string& branch_name) const
|
||||
{
|
||||
for(const Branch& branch : m_branches)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue