mirror of
https://github.com/DS-Homebrew/flashcard-archive.git
synced 2024-11-25 11:07:00 +01:00
6cf765bece
- Have individual makefiles for different boot files - R4iTT: ARM9 entry 0x02000800 - Amaze3DS: ARM9 entry 0x02000000 - EDGEi: Same as R4iTT, but renamed to `dsedgei.dat` - Include each makefile from individual folders, copy needed things and zip
21 lines
517 B
INI
21 lines
517 B
INI
// This is a list to identify sd cards which supported by RPG
|
|
// offical ds programs work fine only with the supported sd cards
|
|
// homebrew programs could work with all sd cards
|
|
// this file will be updated by RPG if user used a unknown sd card
|
|
// on rpg
|
|
|
|
[SD Card Manufacturers]
|
|
02 = Toshiba
|
|
03 = Sandisk
|
|
13 = Kingmax
|
|
1c = Transcend
|
|
|
|
[SD Card Speed]
|
|
// CARDNAME = SPEED
|
|
// smaller number is faster
|
|
// like this:
|
|
// 02 means toshiba sd512 means sd card model
|
|
// 02SD512 = 0x480
|
|
// 02SD01G = 0x480
|
|
// 02SD04G = 0xC80
|