mid-kid

Results 52 issues of mid-kid

Sysmodule patches right now are severly limited to just replacing a whole system module. I want to be able to do a few more things: - [ ] Add a...

enhancement

Suggested by @Wolfvak, mainly due to the complexity of supporting all different versions/regions of a single userland title. The cake format should have a flag, that tells what the patching...

enhancement

A menu for selecting a firmware.bin from a folder. Essentially, it'll just scan the folder (probably /cakes/{firm,agb_firm}), and put all the options in a menu. When one is selected, it's...

enhancement

Right now there's a limit of the amount of cakes that may be loaded. I'd like to be able to remove it, as much as possible.

enhancement

Currently, userland patches are stubbed. What I want, is to be able to specify which application (most likely title ID) to patch, in a .cake file, and have 3ds_injector handle...

enhancement

[patchelf](https://github.com/NixOS/patchelf) has recently added a new option, named `--clear-symbol-version`. This clears the symbol version of the specified symbol, making it load any available version (not sure if newest or oldest)...

https://github.com/tallbl0nde/NX-Activity-Log/releases Rationale: * It's neat * No seriously it's a pretty cool app

Steps to reproduce: ``` wget https://github.com/gbdev/rgbds/releases/download/v0.5.2/rgbds-0.5.2.tar.gz tar xf rgbds-0.5.2.tar.gz cd rgbds make cd test/fix ./test.sh ``` Errors appear, like: ``` /home/mid-kid/rgbds/test/fix/version.gb out.gb differ: char 333, line 3 ./test.sh: ./gbdiff.bash: /bin/bash^M:...

bug
meta

I'd like to have some way to figure out in what source file, and on what line a certain ROM address is located. The reason behind this is because I...

enhancement
rgbasm
rgblink

Upgrades squashfs-tools to version 4.4-git.1, as this release [contains mainly bugfixes](https://github.com/plougher/squashfs-tools/commits/ddfb69d50971710502c9818a1fd1be42497e9808), and fixes building with GCC 10. Depends on this libappimage PR: https://github.com/AppImage/libappimage/pull/153