Jannik Vogel

Results 596 issues of Jannik Vogel

Before merging the SDL audio support, we have known about potential issues in the SDL audio portion: - https://github.com/XboxDev/nxdk-sdl/pull/20#issuecomment-599002769 - https://github.com/JayFoxRox/hode/pull/1#issuecomment-608966491 The exact behavior seems to depend on different factors...

SDL migrated to GitHub (https://discourse.libsdl.org/t/migration-to-github-is-in-progress/28730), including their bug-tracker, code and wiki: - https://github.com/SDL-mirror/SDL is archived and doesn't update anymore. - https://github.com/libsdl-org/SDL is a thing now. --- Steps to take: **Move...

A couple of months ago, I have mentioned issues here: https://discordapp.com/channels/428359196719972353/428360618102226946/666773610362568705 > Look at: https://github.com/XboxDev/nxdk/blob/d531533bf26741ced7b017d3854fbd9424f7b1a5/lib/hal/input.c#L246 > > \- Imagine only physical ports 1 and 4 are connected to gamepads. >...

As noted in #9, there are 2 folders added to the build which are not present in SDL's Makefile.minimal: ```Makefile SDL_SRCS += $(wildcard $(SDL_DIR)/src/libm/*.c) SDL_SRCS += $(wildcard $(SDL_DIR)/src/atomic/*.c) ``` We...

This was barely tested! However, end-result looks like this: https://github.com/JayFoxRox/Ghidra-CodeWarriorDemangler/releases/tag/latest --- Attempt at automating releases, by simply copy and pasting the GitHub actions workflows from https://github.com/beardypig/ghidra-emotionengine/tree/master/.github/workflows (namely https://github.com/beardypig/ghidra-emotionengine/pull/65). I also...

### Description [The FAQ](https://scancode-toolkit.readthedocs.io/en/latest/misc/faq.html) is reachable from the README, but it has broken formatting and seemingly outdated information: - [Talks about synchronizing to DejaCode](https://scancode-toolkit.readthedocs.io/en/latest/misc/faq.html?highlight=faq#can-licenses-be-synchronized-with-the-dejacode-license-library) and links to closed issue https://github.com/nexB/scancode-toolkit/issues/41....

bug
documentation