Mark Street
Mark Street
Something to do with the TexEnv modes?
# Intro  The DS version of SM64 used the bottom screen for a map (as well as other HUD (HDD?) elements). Rather than having a blank screen, or configuration,...
Using [http://tasvideos.org/3772S.html](this) TAS, as soon as we get in-game, the TAS de-syncs and Mario decides to go for a swim in the moat rather than BLJ-ing into CCM.
Per title. "Are you sure? (y/n)".
Using [this](https://github.com/decompals/wibo/compare/pspld?expand=1) branch because pspld requires a couple of extra functions, running pspld.exe results in a segfault. I've attached a log: [wibo.log](https://github.com/decompals/wibo/files/14233393/wibo.log) ``` sudo ~/github/wibo/build/wibo pspsnc.exe -c -v test.c -o...
Version [3.9.3](https://github.com/decompme/compilers/releases/download/compilers/prodg_393.tar.gz) of ngccc.exe requires `GetAdaptersInfo` (and probably/possibly more). Creating this issue for the PR which will hopefully materialise later this week :rocket:
When trying to use `wibo` to replace `wine`, the command fails when trying to call `cpp.exe`. Running under wibo: ``` Reading specs from Z:\backend\compilers\ps2\ee-gcc2.95.2-273a\bin\..\lib/gcc-lib/ee\2.95.2\specs gcc driver version 2.9-ee-991111b/r4 executing gcc...
Per title. Scratches created by uploading an object do not have any assembly, but we could disassemble them and pass the result to M2C. .. or would it be better...
Closes #167. Is there a better way to solve this? We use the line number of the reloc if there is one. It solves the issue I'm seeing and didnt...
This scratch was created via objdiff (uploading a target.o file) and is disassmbled with the `--disassemble=XXX` flag. Exported zip is here: [eMessageNextGyouMaxGet.zip](https://github.com/user-attachments/files/16480622/eMessageNextGyouMaxGet.zip) There are relocations in the objdump output that...