libretro: Add compatibility settings loading

This commit is contained in:
Connor McLaughlin
2020-11-27 15:42:22 +10:00
parent b16e639f0c
commit 859f23f4d5
11 changed files with 767 additions and 26 deletions

View File

@@ -82,6 +82,8 @@ struct Entry
void ApplySettings(bool display_osd_messages) const;
};
#ifndef LIBRETRO
class Database
{
public:
@@ -97,4 +99,6 @@ private:
std::unordered_map<std::string, Entry> m_entries;
};
#endif
}; // namespace GameSettings