libxenon
libxenon copied to clipboard
libXenon is a library for writing programs for the Xbox 360, without using any existing code as a basis.
upgrades: zlib 1.2.11 -> 1.2.13 libpng 1.5.10 -> 1.5.30 bzip2 1.0.6 -> 1.0.8 freetype 2.10.4 -> 2.12.1 fixes: - updated broke zlib url - bzip2 was detecting system installed libs...
Thoses cflags are needed for compiling libxenon ``` CFLAGS = -g -Os -mxenon -m32 -fno-pic -mpowerpc64 -Wall -Wno-format -Wno-attributes -DCFE=1 -DBYTE_ORDER=BIG_ENDIAN -DENDIAN_BIG=1 $(INCLUDES) ```
There are reports where the crash appears even if no USB device is plugged..
finish off integrating newlib 1.20.0 Major talking points now are - startup code - any additional syscalls we want to add In terms of startup code, I propose a re-factor...
Is there any chance that this will get a Windows build option? I saw mingw-w64 but I'm pretty sure the gcc patches would have to be ported to that and...
# fixes for docker.yml + toolchain.dockerfile This pull request features changes to the Github Actions docker runner job as well as the ``libxenon.dockerfile`` build. My reason for this PR is...
LibXenon doesn't seem to have full support for 4 GB eMMC systems, meaning you can't use things like rawflash in XeLL Reloaded. This was recently implimented by 15432 here: https://github.com/15432/libxenon/tree/emmc_support,...