mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-01 07:52:37 +00:00
A compile fix for Linux/OSX in InfoWindow.cpp and also get OSX to stop crashing from loading the audio backend. It's a pretty bad way to do it, but I couldn't find another way. Now to figure out why SMS looks horrible in OSX
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3074 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
989e2590a2
commit
264737fede
6 changed files with 28 additions and 6 deletions
|
@ -417,7 +417,7 @@ void IniFile::Set(const char* sectionName, const char* key, bool newValue)
|
|||
bool IniFile::Get(const char* sectionName, const char* key, std::string* value, const char* defaultValue)
|
||||
{
|
||||
Section* section = GetSection(sectionName);
|
||||
|
||||
|
||||
if (!section)
|
||||
{
|
||||
if (defaultValue)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue