ffsds4
ffsds4 copied to clipboard
3rd-party PS4 USB controller simulator and (unofficial) protocol reference implementation.
Bumps [mypy](https://github.com/python/mypy) from 1.9.0 to 1.10.0. Changelog Sourced from mypy's changelog. Mypy Release Notes Next release Mypy 1.10 We’ve just uploaded mypy 1.10 to the Python Package Index (PyPI). Mypy...
Turns out it's way too complicated and slow to do all the high level event emission ourselves. Plus that there's better, more battle-tested event sequencers like `evemu`, it makes having...
Turns out `RescheduleableAlarm.reschedule` is so heavy that it's not suitable for hot loops like tween scheduling. We should probably move it to its own thread instead. (This might cause one-shot...
So far ffsds4 runs under PyPy but with some caveats: 1. New typing features (e.g. Protocols) are not supported in PyPy due to the lower targeted API level (3.7). This...
Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 6.9.0 to 6.10.0. Release notes Sourced from pyinstaller's releases. v6.10.0 Please see the v6.10.0 section of the changelog for a list of the changes since v6.9.0. Changelog...
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.6 to 3.3.1. Commits 76bce72 Bump pylint to 3.3.1, update changelog (#9954) 55ee816 Bump astroid to 3.3.4 (#9951) (#9952) 6350dfa Bump pylint to 3.3.0, update changelog 78f3dfa...
Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 6.11.1 to 6.13.0. Release notes Sourced from pyinstaller's releases. v6.13.0 Please see the v6.13.0 section of the changelog for a list of the changes since v6.12.0. v6.12.0...
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.2 to 3.3.6. Commits 7ac5a4d Bump pylint to 3.3.6, update changelog 32871c5 Move deprecated 'tool.setuptools.license-files', remove license classifier (#... 6455c45 Add pyproject.fmt to the pre-commit tooling (#10220)...
Bumps [pycryptodomex](https://github.com/Legrandin/pycryptodome) from 3.21.0 to 3.22.0. Release notes Sourced from pycryptodomex's releases. v3.22.0 - Caen New features Added support for HPKE (RFC 9180). Resolved issues GH#812: CCM ciphers will now...
Bumps [mypy](https://github.com/python/mypy) from 1.14.1 to 1.15.0. Changelog Sourced from mypy's changelog. Mypy Release Notes Next Release ... Mypy 1.15 We’ve just uploaded mypy 1.15 to the Python Package Index (PyPI)....