Peter0x44

Results 16 issues of Peter0x44

Attempting to compile it from source, it won't link, with these errors ``` linking ... linkcabledump_gc.elf /opt/devkitpro/devkitPPC/lib/gcc/powerpc-eabi/10.1.0/../../../../powerpc-eabi/bin/ld: main.o: in function `main': /home/peter/Documents/gba-link-cable-dumper/source/main.c:267: undefined reference to `gba_mb_gba_size' /opt/devkitpro/devkitPPC/lib/gcc/powerpc-eabi/10.1.0/../../../../powerpc-eabi/bin/ld: /home/peter/Documents/gba-link-cable-dumper/source/main.c:267: undefined reference...

I have tried to play longer videos, however they have no sound. Shorter videos however work, I'm not entirely sure what length of video this happens at. I will test...

Currently, attempting to build the examples for web leads to the following error: > error: linker: Undefined symbol: glfwGetProcAddress(). Please pass -sGL_ENABLE_GET_PROC_ADDRESS at link time to link in glfwGetProcAddress(). This...

platform: html5

There are two instances of the condition: if [ -n "$DE" ]; then I think if statements with this condition were ALWAYS running, because at the beginning of detectde ()...

Currently, GCC has this open as a feature request: https://gcc.gnu.org/PR108866 For allowing passing .rc and .res files on the command line as any other source file would be able to....

Recently, a user of GodMode9i reported that it was always dumping only the first 8192 bytes of save, as the function cardEepromGetSize was reporting the wrong value, instead of the...

``` ==3513==ERROR: AddressSanitizer: heap-use-after-free on address 0x50b000e4af10 at pc 0x573391645ad5 bp 0x7fffa4610fc0 sp 0x7fffa4610fb0 WRITE of size 8 at 0x50b000e4af10 thread T0 #0 0x573391645ad4 in get_networks_callback ../src/station.c:248 #1 0x799b82c98203 (/usr/lib/libgio-2.0.so.0+0xa1203)...

### Package: https://aur.archlinux.org/packages/cvise ### Purpose: C-Reduce is a tool that takes a large C or C++ program that has a property of interest (such as triggering a compiler bug) and...

request:new-pkg
priority:lowest

This makes setsensitivityscaler work properly for controllers.

In the case of SDL2 cross-compilation, I had to make this change. FTE_TARGET=SDL2_arm and such don't work. If I override the compiler with something like: make CC=aarch64-linux-gnu-gcc then this particular...