mirror of
https://github.com/DS-Homebrew/flashcard-archive.git
synced 2024-11-25 11:07:00 +01:00
23 lines
519 B
INI
23 lines
519 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
|
||
|
|
||
|
|