mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
InputCommon: Move DynamicInputTextureConfiguration to DynamicInputTextures::Configuration
This commit is contained in:
parent
38935f2e4e
commit
28a911ae6b
6 changed files with 24 additions and 22 deletions
|
@ -11,7 +11,10 @@
|
|||
|
||||
namespace InputCommon
|
||||
{
|
||||
class DynamicInputTextureConfiguration;
|
||||
namespace DynamicInputTextures
|
||||
{
|
||||
class Configuration;
|
||||
}
|
||||
class DynamicInputTextureManager
|
||||
{
|
||||
public:
|
||||
|
@ -21,7 +24,7 @@ public:
|
|||
void GenerateTextures(const IniFile::Section* sec, const std::string& controller_name);
|
||||
|
||||
private:
|
||||
std::vector<DynamicInputTextureConfiguration> m_configuration;
|
||||
std::vector<DynamicInputTextures::Configuration> m_configuration;
|
||||
std::string m_config_type;
|
||||
};
|
||||
} // namespace InputCommon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue