mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 09:39:13 +00:00
Turn some non-const refs into pointers
This commit is contained in:
parent
7e39cf3b0d
commit
fa3cc05753
11 changed files with 106 additions and 71 deletions
|
@ -851,7 +851,9 @@ void CFrame::LoadIniPerspectives()
|
|||
|
||||
// Don't save a blank perspective
|
||||
if (Tmp.Name.empty())
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
_Section = StringFromFormat("P - %s", Tmp.Name.c_str());
|
||||
ini.Get(_Section, "Perspective", &_Perspective,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue