-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Add SDL camera handler #16849
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: master
Are you sure you want to change the base?
Add SDL camera handler #16849
Conversation
1d7700b
to
4953bff
Compare
7ea5fb0
to
86f50d2
Compare
58b6e50
to
1a75caf
Compare
I fixed at least one crash. But it can now sometimes softlock. Still needs some more work. |
Thanks for bringing up the concept of main thread of SDL, something I didn't full understand. Understanding the concept a bit better makes thinking about On one hand, the correct implementation should have both On the other hand, RPCS3 is not currently using SDL window handling and mouse and keyboard input, so just for joystick (maybe even camera) handling, it should be fine as long as I see that the current refactoring ensures that |
This can probably be selected to use the PS EYE on windows again. (Didn't test yet).
TODO: