mirror of
https://github.com/rolfiee/wiki.git
synced 2025-06-18 19:25:38 -04:00
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:
parent
900548fa95
commit
f46d25af6f
@ -62,3 +62,5 @@ Decimal:
|
|||||||
- "Cartridge" should be be used for standard GBA cartridges
|
- "Cartridge" should be be used for standard GBA cartridges
|
||||||
- "Game Card" should be capitalized
|
- "Game Card" should be capitalized
|
||||||
- "3DS" should be used when referring to the family of systems that includes the 2DS
|
- "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
|
||||||
|
@ -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
|
- 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
|
- 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
|
- 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
|
## 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.
|
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.
|
||||||
|
@ -8,7 +8,7 @@ description: Information about homebrew on the Nintendo DS
|
|||||||
---
|
---
|
||||||
|
|
||||||
### Development
|
### 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
|
- **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
|
- **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
|
||||||
|
Loading…
Reference in New Issue
Block a user