docs: state external content
Former-commit-id: 33c0373f53335ff94265eedae5afb2ae9351cf97 Former-commit-id: 75e066ad3b9f8d6168a5a3132c1fffb82050b419
This commit is contained in:
parent
a8cccade6f
commit
36c219a444
|
@ -4,7 +4,7 @@ Nintendo GameBoy Advance™ emulator and debugger, written in Rust.
|
|||
|
||||
> This repository is a fork of [rustboyadvance-ng](https://github.com/michelhe/rustboyadvance-ng), with minimal non-feature changes.
|
||||
|
||||
# Project Structure
|
||||
# Project structure
|
||||
* `core/` - Main emulator crate that ties everything together
|
||||
* `arm7tdmi/` - Emulation of the Arm7tdmi processor
|
||||
* `platform/` - Constains executables & application built with `rustboyadvance-core`
|
||||
|
@ -14,6 +14,9 @@ Nintendo GameBoy Advance™ emulator and debugger, written in Rust.
|
|||
* `platform/rustbodyadvance-jni` - Java JNI binidngs for the emulator.
|
||||
* `platform/android` - A PoC Android application.
|
||||
|
||||
## External content
|
||||
The file at [`external/gamecontrollerdb.txt`](./external/gameoncontrollerdb.txt) is not my work - it is sourced from [this GitHub repository](https://github.com/mdqinc/SDL_GameControllerDB) and covered by the appropriate license present in said repository.
|
||||
|
||||
## Key bindings
|
||||
GBA key bindings:
|
||||
|
||||
|
|
Reference in a new issue