Fix "DS-Homebrew" missing hyphen and clarify in CONTRIBUTING.md

It helps keep the GitHub organization distinct from just homebrew on the DS in general
This commit is contained in:
Pk11 2021-09-14 21:58:10 -05:00
parent 900548fa95
commit f46d25af6f
3 changed files with 4 additions and 2 deletions

View File

@ -62,3 +62,5 @@ Decimal:
- "Cartridge" should be be used for standard GBA cartridges
- "Game Card" should be capitalized
- "3DS" should be used when referring to the family of systems that includes the 2DS
- "DS-Homebrew" (our GitHub organization) should always be written with the hyphen and capital DS and H in homebrew
- "DS homebrew" (homebrew on the DS) shouldn't have a hyphen and should follow normal capitalization rules for the H in homebrew

View File

@ -90,7 +90,7 @@ These roles are given by the [Lightning bot](https://lightning-bot.gitlab.io/) u
- Artist/Designers - For those that have made high-quality TWiLight Menu++ skins, unlaunch backgrounds or graphics for other DS(i) homebrew
- Composers - For those that have made music for DS(i) homebrew or ROM hacks
- Game Modders - For those that have made ROM hacks, cheats, or any other type of modifications to DS(i) games
- Translators - Anyone that wants to be notified for contributing to translations of various DS Homebrew projects
- Translators - Anyone that wants to be notified for contributing to translations of various DS-Homebrew projects
## The Staff Team
These are the people who maintain the server. If they say something is final, it is not up for debate. These members are hoisted in the member listing.

View File

@ -8,7 +8,7 @@ description: Information about homebrew on the Nintendo DS
---
### Development
Developing Nintendo DS Homebrew typically uses devkitPro tools, such as devkitARM, libnds, and libfat. However, there is the possibility to branch out and use alternative software:
Developing Nintendo DS homebrew typically uses devkitPro tools, such as devkitARM, libnds, and libfat. However, there is the possibility to branch out and use alternative software:
- **SD card libraries:** [libfat](https://github.com/devkitPro/libfat) is included in libnds and generally recommended, [libslim](https://github.com/DS-Homebrew/libslim/) can sometimes work better but is unstable at times
- **Graphics libraries:** [easyGL2D](http://rel.phatcode.net/junk.php?id=117), which comes shipped with libnds, is recommended, however [NightFox Lib](https://github.com/knightfox75/nds_nflib) can be used instead