mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-06 08:09:20 +00:00
update Cheat files
This commit is contained in:
parent
9ab8c1e433
commit
cbfd634a4b
217 changed files with 2263 additions and 1880 deletions
|
@ -20,7 +20,8 @@ public:
|
|||
DynamicInputTextureManager();
|
||||
~DynamicInputTextureManager();
|
||||
void Load();
|
||||
void GenerateTextures(const IniFile& file, const std::vector<std::string>& controller_names);
|
||||
void GenerateTextures(const Common::IniFile& file,
|
||||
const std::vector<std::string>& controller_names);
|
||||
|
||||
private:
|
||||
std::vector<DynamicInputTextures::Configuration> m_configuration;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue