camthehaxman

Results 10 issues of camthehaxman

I haven't yet figured out what to do with the top screen in the launcher and the bottom screen while in-game.

Entering some menus on 3DS while in-game will end up freezing the entire console when `C3D_FrameBegin` is called, and there doesn't appear to be any rhyme or reason for why...

When running diff.py with Python 3.12.1, I get a number of warnings, and it is no longer able to correctly parse the map file. ``` /diff.py CARDRenameAsync /home/cameron/Sources/smb-decomp/./diff.py:1240: SyntaxWarning: invalid...

I spent quite a while fiddling with `ndspChnWaveBufAdd` to get audio to play and noticed that the examples allocate a buffer with `linearAlloc` (which aligns to a multiple of 0x80)...

If the target object file (the one built from the asm) is deleted (by `make clean` or whatever), and the "Build" button in objdiff is clicked once, it will spam...

gui

It looks like this code tries to access some private fields of the Fl_Spinner class, and that is not allowed! ``` src/widgets.cpp: In constructor 'OS_Spinner::OS_Spinner(int, int, int, int, const char*)':...

**Describe the bug** Amiberry fails to build from source (FTBFS) on Void Linux musl edition on Raspberry Pi. **To Reproduce** Steps to reproduce the behavior: 1. Install Void Linux (musl...

According to the [standard](https://www.abcnotation.com/wiki/abc:standard:v2.1#comments_and_remarks), A percent sign can be escaped by a backslash character `\%`, allowing it to be entered into text strings without being interpreted as the start of...

When a crescendo or decrescendo spans more than one line, the hairpin is supposed to restart on the next line. Like [this](https://www.notation.com/MusicianDocs5/hairpincresccrosssystembreak.gif). abcjs does not do this correctly. Instead, the...

I am trying to pair a Wii remote with a Raspberry Pi 3 running Void Linux (Linux kernel version 6.6.78, bluez version 5.78), but I am unable to pair the...