Alice R.
Alice R.
The documentation for this function should probably be fixed. [The documentation where it claims to take an absolute timeout.](https://libogc.devkitpro.org/cond_8h.html) [Relevant header file.](https://github.com/devkitPro/libogc/blob/master/gc/ogc/cond.h#L92) However, following the actual implementation... [LWP_CondTimedWait](https://github.com/devkitPro/libogc/blob/master/libogc/cond.c#L179) [__lwp_cond_waitsupp](https://github.com/devkitPro/libogc/blob/master/libogc/cond.c#L112) [__lwp_wd_insert_ticks](https://github.com/devkitPro/libogc/blob/master/libogc/lwp_watchdog.inl#L62)...
Some input files cause tinfl to build a Huffman tree containing codes of length 0 which it can then encounter in the stream. When it reads one of these codes,...
The .MOD (and .XM, .MED, and whatever else uses it...) retrigger effect currently does not initialize the retrigger timer, meaning it will always retrigger on the second tick of a...
Adds a 1.x world loader and 1.x world scanning to checkres, based on fileform.txt and VER1TO2. This is finally useful because now 8 worlds are available in their original 1.x...
When a player input key is pressed and released on the same cycle, the player (and `IF UPPRESSED`, etc.) will now detect that as a key press. This helps a...
Split off of #277 because none of this really affects that and I need to get the upstream changes merged for the MSVC/Xcode projects. - [x] Submit patch to fix...
These issues cropped up during fuzzing sessions for libxmp. I considered submitting a patch but I'm not familiar enough with Vorbis to know how to handle the first and the...
The submap arrays in `Mapping` are size 15, but should be size 16. The number of submap entries is [in the range [1,16]](https://github.com/nothings/stb/blob/af1a5bc352164740c1cc1354942b1c6b72eacb8a/stb_vorbis.c#L4075) and the mux values that these arrays...
**Describe the bug** Certain inputs can cause stb_vorbis to attempt to allocate large amounts of RAM in `start_decoder` when loading codebook lookup values. There seems to be multiple problems here:...