mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
InputCommon: Move DynamicInputTextureConfiguration to DynamicInputTextures::Configuration
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user