Merge Benjamin's fix for FFB Block Index and updated version to 2.2.0.0#39
Open
njz3 wants to merge 143 commits into
Open
Merge Benjamin's fix for FFB Block Index and updated version to 2.2.0.0#39njz3 wants to merge 143 commits into
njz3 wants to merge 143 commits into
Conversation
Upgraded projects and solution to VS2019 community (v142) WindowsTargetPlatformVersion set to 10.0, except for driver 10.0. which requires a fixed WDK Remove SpectreMitigation from compilation flags Build works for libraries within VS2019 but failed for the driver when signing (certificate) and from the command line BuildAll.bat (wrong path to props?)
Checked with FEdit on X/Y axes : all values are correct for all 12 effects.
…8362.0 + MFC/ATL/SDK with Spectre mitigated versions. Remove ProductionSign and set TestSign for Debug configurations.
Still unable to build a test signed version
Change BuildAll.bat to use InnoSetup 6 instead of 5
…dusbfx2 Fix issue due to commit jshafer817@a0557a3
…oyinterface.h. Use a single block write of FFB_DEVICE_PID per device to save the Ffb PID data back into the driver. Add StartDelay to HID. Code cleanup and prepare for version 2.2.0.0
…ving wheels) and use 0xFFFF values for them.
…nternalEffects
Update README.md
vJoyInterfaceWrap: calling convention of all imports from vJoyInterface.dll should (probably?) be cdecl.
Clean project files to only use x64 and target Windows OS version >10. Fix Windows 11 driver loading. Still some cleanup and update to do on the utilities, as those are using very old version of .Net and VC++, leading to a missing dependency for VC runtime.
…e without git tools
…07 (Anniversary Update) or Windows Server 2016 Clean up project files and update dll for spectre enabled.
…sitive" error to user (this is an optional file).
osolovyoff
approved these changes
Apr 21, 2024
osolovyoff
left a comment
There was a problem hiding this comment.
I thought he never accept in just because void something -> void something, put I will support this style
Let people know where to find the latest signed version of vjoy.
… definition to the Python binding. Update example script.
Update README.md
Add a pybind11 genered compiled Python extension for vJoy developers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add FFB BlockIndex management in the kmdf driver side, with minor extended API for FFB feeder applications to handle it correctly.
Includes minor code cleanup and 8 more axes (total of 16 axes per device).
Version increased to v2.2.0 as driver and SDK dll are not backward compatible with v2.1.9.x.