Skip to content
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

Replace XInput library with updated one #278

Merged
merged 2 commits into from
Sep 24, 2022

Conversation

emma-miler
Copy link
Member

This code adds better compatibility with newer controllers and different controller types

Also adds ASLR to the loaded library

This code adds better compatibility with newer controllers and different controller types

Also adds ASLR to the loaded library
@GeckoEidechse GeckoEidechse merged commit c3b6151 into R2Northstar:main Sep 24, 2022
@pg9182
Copy link
Member

pg9182 commented Oct 3, 2022

This breaks docker since it tries to load xinput and hangs, presumably due to the messagebox.

GeckoEidechse pushed a commit that referenced this pull request Oct 3, 2022
* Replace XInput library with updated one

This code adds better compatibility with newer controllers and different controller types

Also adds ASLR to the loaded library

* Formatting
else
{
MessageBoxA(0, "Could not find XInput9_1_0.dll", "Northstar", MB_ICONERROR);
exit(-1);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uhh, this should be 1, not -1, but whatever.

@emma-miler emma-miler deleted the new-xinput branch December 11, 2022 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants