rpcsx/rpcs3/Emu
Megamouse 7b49249f5f Input: Add config lerp factor for buttons and triggers
Adds new lerp factors to the keyboard pad handler In order to simulate triggers and analog buttons.
See "Analog Button Lerp Factor" and "Trigger Lerp Factor" in the yml in InputConfigs/Keyboard/.
Values Range from 0-100 as before, where 100 is instant press and 0 is never.

Currently I'm not planning any GUI element for this.
2020-02-24 08:56:57 +01:00
..
Audio AudioBackend.cpp: Implicit enum to float conversions are deprecated 2020-02-23 09:38:04 +03:00
Cell Avoid deprecated av_register_all with version check. 2020-02-23 20:58:02 +03:00
CPU Remove some inline compiler pragmas 2020-02-23 09:38:04 +03:00
Io Input: Add config lerp factor for buttons and triggers 2020-02-24 08:56:57 +01:00
Memory First part of fixing sign-compare warning (inside be_t). 2020-02-19 22:54:58 +03:00
RSX rsx: Fix NULL renderer 2020-02-23 19:57:55 +03:00
CMakeLists.txt hle: cellAuthDialog 2020-02-22 16:03:14 +03:00
GameInfo.h Qt: Fall back to VERSION in game list 2019-08-21 07:57:44 +02:00
GDB.cpp Fix signed-unsigned comparisons and mark warning as error (part 2). 2020-02-19 22:54:58 +03:00
GDB.h GDB: remove wrong_checksum_exception 2019-11-08 19:27:11 +03:00
IdManager.cpp Idm: Minor assert fix 2020-02-15 10:41:15 +03:00
IdManager.h Idm: Minor assert fix 2020-02-15 10:41:15 +03:00
IPC.h Cleanup semaphore<> (sema.h) and mutex.h (shared_mutex) 2018-09-03 23:00:36 +03:00
System.cpp Fix deprecation warning in System.cpp 2020-02-22 19:41:03 +03:00
System.h Do not reset PS3_GAME when booting disc patches 2020-02-21 21:00:46 +01:00
system_config.cpp move config structs to own files and clean up some headers 2020-02-17 15:08:17 +03:00
system_config.h Restore some /dev_flash logic 2020-02-20 12:43:53 +03:00
system_config_types.cpp move enum formatters from system to config files 2020-02-17 15:08:17 +03:00
system_config_types.h move config structs to own files and clean up some headers 2020-02-17 15:08:17 +03:00
title.cpp Add more game window title options 2020-02-20 20:07:25 +01:00
title.h Add more game window title options 2020-02-20 20:07:25 +01:00
VFS.cpp Fix signed-unsigned comparisons and mark warning as error (part 2). 2020-02-19 22:54:58 +03:00
VFS.h Fix lv2_fs_object::name 2020-01-04 21:44:03 +03:00