From 034c215f15f0303e341dc0bcbec2304e75d25d6b Mon Sep 17 00:00:00 2001 From: Kaisaan <34224128+Kaisaan@users.noreply.github.com> Date: Fri, 26 Nov 2021 01:15:09 -0500 Subject: [PATCH] Update glossary.md --- pages/_en-US/nds-bootstrap/glossary.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/_en-US/nds-bootstrap/glossary.md b/pages/_en-US/nds-bootstrap/glossary.md index b50bad50..ca8d7f34 100644 --- a/pages/_en-US/nds-bootstrap/glossary.md +++ b/pages/_en-US/nds-bootstrap/glossary.md @@ -24,6 +24,9 @@ Changes the speed at which the ARM9 CPU runs. ROMs ran in DS Mode will use 67 Mh ### VRAM Mode Changes the mode of the Video Random Access Memory (VRAM) of the system. ROMs ran in DS Mode will use the DS VRAM Mode by default. This can be changed to DSi VRAM Mode but may cause issues. Games ran in DSi Mode can only be set at DSi VRAM Mode. +### Card Read DMA +Enables the uses of Card Read Direct Memory Access. Having this setting on can speed up games but may cause issues. More technical info can be found on the [DS Index](https://wiki.ds-homebrew.com/ds-index/retail-roms#card-read-dma). + ### SWI Halt Hook Changes whether Software Interrupt (SWI) Halts are Hooked or not. Having it set to On can speed up loads, but might cause issues.