mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-16 12:58:33 +02:00
Core / DolphinQt / InputCommon: reduce the number disk writes when using DynamicInputTextures
This commit is contained in:
@ -16,6 +16,7 @@
|
||||
#include "InputCommon/ControllerEmu/ControllerEmu.h"
|
||||
#include "InputCommon/ControllerInterface/ControllerInterface.h"
|
||||
#include "InputCommon/ControllerInterface/MappingCommon.h"
|
||||
#include "InputCommon/InputConfig.h"
|
||||
|
||||
namespace MappingCommon
|
||||
{
|
||||
@ -135,6 +136,7 @@ public:
|
||||
m_parent->Save();
|
||||
m_parent->GetController()->UpdateSingleControlReference(g_controller_interface,
|
||||
control_reference);
|
||||
m_parent->GetController()->GetConfig()->GenerateControllerTextures();
|
||||
}
|
||||
|
||||
void UpdateInputDetectionStartTimer()
|
||||
|
Reference in New Issue
Block a user