-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
shauleiz:master
Choose a base branch
from
njz3:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
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.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
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.