-
-
Notifications
You must be signed in to change notification settings - Fork 106
Improved Linux detection fixes #143
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
base: main
Are you sure you want to change the base?
Conversation
|
I've been using this for a few days, seems to be working as intended. |
4f79e57 to
4de0038
Compare
|
|
dfea808 to
10d9750
Compare
|
fixes my issue with running thcrap patched touhou 7, cool pr |
This comment was marked as resolved.
This comment was marked as resolved.
57721dc to
2aba85d
Compare
42b80ec to
ddd283e
Compare
Some games are listed in the discord game database with their parent directories but their launched processes on linux don't always have this included in cmdline. This fixes that by checking processes with their working directories as well. For example, this will now detect DOOM Eternal running through proton.
ddd283e to
88e1b34
Compare
bb16b9c to
a4600ff
Compare
|
Last but not least, please lets use |
2b6d8bd to
d3ec42b
Compare
XenHat
left a comment
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.
Looks good so far. I tried to reduce as many changes as possible.
f43637f to
07b78d7
Compare
changes: - several performance improvements - match against more (malformed?) game database entries - added simple unit tests
07b78d7 to
ea121fe
Compare
This is a re-implementation of #92 with additional fixes for more games, and should be compatible with #130 as I have validated the code against the current upstream database.
The following games have been verified to be correctly detected on Linux:
KNOWN ISSUES:
Main changes:
Additional credit: