mirror of
https://github.com/italicsjenga/gba.git
synced 2024-12-24 03:11:29 +11:00
improve the Resources page
This commit is contained in:
parent
bfc7e96c79
commit
b9d965410e
|
@ -26,9 +26,15 @@ available while you're debugging problems.
|
||||||
|
|
||||||
## Information Resources
|
## Information Resources
|
||||||
|
|
||||||
Ketsuban and I didn't magically learn this all from nowhere, we read various
|
First, if I fail to describe something related to Rust, you can always try
|
||||||
technical manuals and guides ourselves and then distilled the knowledge (usually
|
checking in [The Rust
|
||||||
oriented towards C and C++) into this book for Rust.
|
Reference](https://doc.rust-lang.org/nightly/reference/introduction.html) to see
|
||||||
|
if they cover it. You can mostly ignore that big scary red banner at the top,
|
||||||
|
things are a lot better documented than they make it sound.
|
||||||
|
|
||||||
|
As to GBA related lore, Ketsuban and I didn't magically learn this all from
|
||||||
|
nowhere, we read various technical manuals and guides ourselves and then
|
||||||
|
distilled those works oriented around C and C++ into a book for Rust.
|
||||||
|
|
||||||
We have personally used some or all of the following:
|
We have personally used some or all of the following:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue