Zach Banks
Zach Banks
I think the issue here is more complicated than the built-in typedefs. My understanding is that `long` and `int` both represent signed 4-byte integers for most GC/Wii games ([scratch](https://decomp.me/scratch/V7KGa)). `m2c`...
I put together a quick test to see how useful it would be to try to handle the `__ll_*` functions as normal arithmetic instructions: [`dword-arith`](https://github.com/matt-kempster/m2c/compare/master...zbanks:dword-arith). Looking at SSSV's matrix functions,...
PPC Resources & Info: - Processor manual: [fail0verflow.com, PDF](https://fail0verflow.com/media/files/ppc_750cl.pdf) - Compiler guide: [warthman.com, PDF](https://www.warthman.com/images/IBM_PPC_Compiler_Writer%27s_Guide-cwg.pdf) - Codewarrior manual: [nxp.com, PDF](https://www.nxp.com/docs/en/user-guide/MPC5xxUG.pdf) - Simplified mnemonics reference: [nxp.com, PDF](https://www.nxp.com/docs/en/application-note/AN2491.pdf) - ABI reference: [nxp.com, PDF](https://www.nxp.com/docs/en/application-note/PPCEABI.pdf)...
You're right that mips_to_c is stricter about the ordering of struct definitions than most compilers are. Presently, mips_to_c evaluates struct/union definitions in a single pass to determine their sizes. In...
Can use the `-Ps...` arg to `less` to set the status line.
I put together a proof-of-concept version of CrewLink that runs on Linux [on my fork](https://github.com/zbanks/CrewLink) ([instructions](https://github.com/zbanks/CrewLink/releases/)). - Requires running Among Us via Steam, version `2020.12.9`. - Other versions could work,...
What doesn't work here, #worksforme. The timestamp location on our two cameras is different, turns out.
Hey @john-honovich, thanks for the interest, but currently we don't have any plans to market/sell the universal tap board. As pointed out, it is open source, so it is theoretically...
https://github.com/ervanalb/lens/tree/ffmpeg-errors but it turns out ffmpeg can "error" but not return/crash.
We haven't investigated as much. We had a few ideas to make the whole system _substantially_ cheaper which I've been more interested in!