| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Just a small formatting edit to improve readability
|
|
needed for the Rust tools
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
RIP check.py 2020-2021
|
|
|
|
|
|
|
|
Using musl is required to match several functions that use <math.h>
floating point functions like isnan.
This also removes a dependency on devkitA64. We previously only needed
it because Clang insisted on using GCC to link the final executable
owing to the use of a "bare metal" target like aarch64-none-elf.
We can make Clang invoke the linker itself by using a Linux target.
|
|
|
|
|
|
|
|
|
|
|
|
Enough code has been decompiled in KingSystem that Game code can also
be decompiled now
|
|
|
|
|
|
|
|
|
|
leftover from the old repo
|
|
|
|
Keeps the readme short.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
And clarify that it cannot be used to play BotW, and that it does not
contain any copyrighted content from the RomFS.
|
|
Ubuntu 18.04's objdump is too old (2.30)
devkitA64's objdump is also too old (2.32) and doesn't support
--source-comment
|
|
|
|
...to simplify setup a bit
|
|
* Fix the CMake minimum required version
* Add a note about using the official CMake APT repo to update CMake
on Ubuntu
* Add a note about setting the PATH for devkitA64
* Mention CMake Tools for Visual Studio Code
|
|
|