mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
InputCommon: reduce number of image loads and texture cache invalidations by only running dynamic input textures once for all controllers
This commit is contained in:
parent
158674c274
commit
32d584a0f5
10 changed files with 117 additions and 123 deletions
|
@ -45,7 +45,8 @@ private:
|
|||
const std::vector<std::string>& profiles,
|
||||
InputConfig* device_configuration);
|
||||
void UpdateToProfile(const std::string& profile_filename,
|
||||
ControllerEmu::EmulatedController* controller);
|
||||
ControllerEmu::EmulatedController* controller,
|
||||
InputConfig* device_configuration);
|
||||
std::string GetWiimoteInputProfilesForGame(int controller_index);
|
||||
|
||||
int m_wiimote_profile_index = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue