mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Core / DolphinQt / InputCommon: reduce the number disk writes when using DynamicInputTextures
This commit is contained in:
@ -55,6 +55,7 @@ public:
|
||||
void UnregisterHotplugCallback();
|
||||
|
||||
void GenerateControllerTextures(const Common::IniFile& file);
|
||||
void GenerateControllerTextures();
|
||||
|
||||
private:
|
||||
ControllerInterface::HotplugCallbackHandle m_hotplug_callback_handle;
|
||||
|
Reference in New Issue
Block a user