Ned Loynd
Ned Loynd
After remembering how cool the Japanese BIOS for the Master System is, I thought I'd pull it up with Clock Signal. To my dismay, only a black screen showed up,...
TODO: - .ogg files - currently trying to revive Segher Boessenkool's ReHuff program, need to implement more Vorbis parsing options. - .json files? (haven't investigated yet :P) Optimised, not yet...
- Uses Gradle toolchains to find a Java 8 JDK when building - Improves build reproducibility by configuring Gradle to produce reproducible archives & not using cached files when building...
# CFR version CFR 0.152 / CFR 0.153-SNAPSHOT (d6f6758) # Compiler Jasmin / generated bytecode # Description This example conditionally changes the order of the current 3 values on the...
Sorry for the awful title, I couldn't think of a better way to describe the issue. I noticed this when generating JVM bytecode for a project, I'm unsure if the...
Clang does not yet implement jthread, causing builds with Clang to fail. This PR adds an implementation of jthread from https://github.com/StirlingLabs/jthread, which acts as a polyfill when building with a...
This PR: - Re-organises the source code directory structure to fit Gradle conventions. - Creates a basic build script using Gradle, which handles dependency management and packaging libraries with the...
You can find my fork [here](https://github.com/NeRdTheNed/RetroWrapper)! There's a number of fixes to the main repository, including: - The skin fix working again! - The installer working on Mac OS! -...
Title - Minecraft is installed under the userpath, then /Library/Application Support. Mac OS also uses a folder called "minecraft" as opposed to ".minecraft". I threw together a sloppy fix for...
Parsing just a local file header which uses a data descriptor is technically not reliable when it uses stored (uncompressed) data. A malicious actor could theoretically insert a local file...