-
Notifications
You must be signed in to change notification settings - Fork 74
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
Bump libogg and libvorbis, add SDL2 and debugnet #37
Conversation
Merged into a develop branch, for now. |
This PR broke the build. The |
@zeldin you mean these two lines are wrong? https://github.com/sergiou87/ps3debugnet/blob/master/libdebugnet/Makefile#L112 |
FWIW I used these very same scripts to build a Docker image from which I could build my game and it works flawlessly: https://github.com/sergiou87/open-supaplex/blob/master/ci/Dockerfile-ps3 |
Yes, they are wrong. They install in the wrong place. All ps3libraries scripts install in |
Sorry about that! I'll fix it immediately 😓 |
No worries. It's on the |
Should be fixed now with this: sergiou87/ps3debugnet@47c3644 |
Yup, now |
Just what the title says 😄 While porting https://github.com/sergiou87/open-supaplex to PS3 I had a few issues with sound and graphics, so I started updating/porting things until I got everything working 😂
However, in order to use SDL2_mixer, first I need an SDL2 port, right?
It's rebased on top of https://github.com/spurious/SDL-mirror 's
master
branch, so it's completely up-to-date.With this, my game now fully works without changing the implementation. Perfect music, sound, graphics, input… everything 😌 🎉