diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-07-22 09:11:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-22 09:11:19 -0400 |
commit | 1aea38fd3e660ed7eeb74be1a8ce5ca0ee512d6c (patch) | |
tree | c8131f981d29d8c9a7f1ec2feb86c023300dfe74 /FAQ.md | |
parent | d96f914315c6ab82d30facbc4a5be1710f3c4a33 (diff) | |
parent | bb25c1074c9926da7912b18c4cae309104671183 (diff) |
Merge pull request #745 from Rangi42/master
Use LOAD/ENDL for OAM DMA code in HRAM (requires rgbds 0.4.1)
Diffstat (limited to 'FAQ.md')
-rw-r--r-- | FAQ.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -41,15 +41,15 @@ You need to install `gcc`. If you're using Cygwin, re-run its setup, and at "Sel ### "ERROR: `UNION` already defined" -Download [**rgbds 0.4.0**][rgbds] or newer. Older versions will not work. +Download [**rgbds 0.4.1**][rgbds] or newer. Older versions will not work. ### "ERROR: Macro not defined" -Download [**rgbds 0.4.0**][rgbds] or newer. Older versions will not work. +Download [**rgbds 0.4.1**][rgbds] or newer. Older versions will not work. ### "Expression must be 8-bit" -Download [**rgbds 0.4.0**][rgbds] or newer. Older versions will not work. +Download [**rgbds 0.4.1**][rgbds] or newer. Older versions will not work. ### "Segmentation fault" from `rgbgfx` |