mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-08 03:16:30 -05: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