kouta-kun
kouta-kun
Hi, when compiling against latest vitaGL, I get the following undefined references: ``` /usr/games/VitaSDK/bin/../lib/gcc/arm-vita-eabi/9.1.0/../../../../arm-vita-eabi/bin/ld: /tmp/xash.elf.ZSLrV3.ltrans0.ltrans.o: in function 'vglDrawObjects.constprop.0': /home/kouta/vitaXash3D/source/utils/math_utils.c:25: undefined reference to 'matmul4_neon' /usr/games/VitaSDK/bin/../lib/gcc/arm-vita-eabi/9.1.0/../../../../arm-vita-eabi/bin/ld: /home/kouta/vitaXash3D/source/utils/math_utils.c:25: undefined reference to 'matmul4_neon' /usr/games/VitaSDK/bin/../lib/gcc/arm-vita-eabi/9.1.0/../../../../arm-vita-eabi/bin/ld:...
Hi! Lately, I've been having issues building projects that use SDL_net on distros that have gone through the /usr merge (Debian, Arch Linux, probably some more). As I can see...
- [ ] All [tests](https://ci.appveyor.com/project/jfrog-ecosystem/build-info) passed. If this feature is not already covered by the tests, I added new tests. ----- Hi! My current enterprise still has an HTTP Artifactory...
This PR adds the option to provide an explicit charset in a Server-Side Event reply. While [according to Mozilla](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events#event_stream_format) every event should be processed as utf-8 by default, some clients...
At least in mGBA, affine tilemaps leave a gap between each tile as they are being set with a "tile setting" of 0 which goes unused in affine backgrounds. This...
- [x] Changelog updated Fixes issue #733 where affine tilemaps have a gap.
I would like imported graphics in a module to be (optionally) exposed as `pub mod` and be used from other modules than the one it was imported in. I already...
### Describe the bug Hi! This isn't a bug per-se, but I've noticed (thanks to a confused Reddit post) that releases of Heroic are being distributed as a .pacman file....
This PR allows the user to decrypt .pkg files using work.bin files directly instead of requiring conversion from bin -> zRIF. Note: Only implemented for PSVita so far.