Gericom

Results 7 issues of Gericom

Mario & Luigi Superstar Saga (polygon star before first bowser battle) and Wario Land 4 (frog switch at end of first level) both rely on some weird timing stuff and...

The current GUI is shitty. Maybe reuse ui code from youtubeds. List of things to do: - [x] New file browser - [ ] Support for arbitrary number of entries...

https://github.com/devkitPro/libnds/blob/89ac6cbbf51b70b7ce5679d3a8bd621b9fb910e6/include/nds/arm7/audio.h#L47 In audio.h a rounded version of the audio timer frequency is used, while it should actually be BUS_CLOCK/2 (16756991). This causes issues with streaming music if you run a...

I used this disassembly to rebase (aka, figure out all pointer locations) the bios in GBARunner2. In the process I noticed that it was not complete as some pointers of...

When issuing a TEXIMAGE_PARAM and/or PLTT_BASE command between BEGIN_VTXS and END_VTXS, they can effect the previous polygon. For example when doing - TEXIMAGE_PARAM (1) - PLTT_BASE (1) - BEGIN_VTXS (quads)...

3D accuracy

The source generator should replace the current reflection based approach. The advantage is that the generated code will always guarantee the same result (with reflection the order of members is...

enhancement

By marking a certain state of the action stack as clean/saved, it is possible to make a change and undo and then not be notified that anything changed. This should...

enhancement