aboutsummaryrefslogtreecommitdiff
path: root/source/nds/dma_adj.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/nds/dma_adj.h')
-rw-r--r--source/nds/dma_adj.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/nds/dma_adj.h b/source/nds/dma_adj.h
index 62b0098..dd4a6e4 100644
--- a/source/nds/dma_adj.h
+++ b/source/nds/dma_adj.h
@@ -8,7 +8,10 @@ extern "C" {
#endif
struct SPointerAdjustments {
+ /* These are used by the DSTWO-NDS side code. */
unsigned int GFXScreen;
+
+ /* These are used by Snes9x. */
};
extern struct SPointerAdjustments PtrAdj;