Skip to content

Commit 6d01a73

Browse files
authored
Dev 8.0 (#885)
* Fix envar map handling, clamp verb set * Generalize Steam Deck APU description for OLED models * Update window focus, 8BitDo 2C type * Bump data * Add PowerA Wired Switch support (#876) * Mobile motion * Revert "Mobile motion" This reverts commit 55b14de. * Mapping correction * Safe blacklist CSV load * Update XInput for GMRT * Android gamepad fix * Bump data * Bump version * Reformat gyro struct names * Additional Wii U GCN vJoy driver config * Standardize Steam Input gyro scale thanks @HilariousCow * Update refresh_datafiles.py * Enable mouse movement while overlay is open thanks @Hmmmpf * Remove combos * Bump data * Bump data * 8BitDo GameCube type * Resolve raw type `CommunitySteamDeck` * Bump data * Bump version, add sponsor links to README * Master into dev (#883) * 8.0.1 Release (#882) * Fix envar map handling, clamp verb set * Generalize Steam Deck APU description for OLED models * Update window focus, 8BitDo 2C type * Bump data * Add PowerA Wired Switch support (#876) * Mobile motion * Revert "Mobile motion" This reverts commit 55b14de. * Mapping correction * Safe blacklist CSV load * Update XInput for GMRT * Android gamepad fix * Bump data * Bump version * Reformat gyro struct names * Additional Wii U GCN vJoy driver config * Standardize Steam Input gyro scale thanks @HilariousCow * Update refresh_datafiles.py * Enable mouse movement while overlay is open thanks @Hmmmpf * Remove combos * Bump data * Bump data * 8BitDo GameCube type * Resolve raw type `CommunitySteamDeck` * Bump data * Bump version, add sponsor links to README * Setup funding YML * Bump data, update data script source address * Add 3rd party PS3 Mapping * Bump version
1 parent 3fc862c commit 6d01a73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/__input_macros/__input_macros.gml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Feather disable all
22

3-
#macro __INPUT_VERSION "8.0.1"
4-
#macro __INPUT_DATE "2024-10-20"
3+
#macro __INPUT_VERSION "8.0.2"
4+
#macro __INPUT_DATE "2024-11-13"
55
#macro __INPUT_DEBUG false
66

77

0 commit comments

Comments
 (0)