polishedcrystal icon indicating copy to clipboard operation
polishedcrystal copied to clipboard

Update for rgbds >= 0.6.0

Open orbea opened this issue 1 year ago • 0 comments

I was curious to see if I could build a functional gbc rom, but the rgbds version in Gentoo is too new... I also confirmed it still builds with a locally built copy of rgbds 0.5.2 and the current rgbds git master branch.

I used sed(1) to update the MACROS.

grep -rl ': MACRO' | xargs sed -i 's/\(.*\): MACRO/MACRO \1/'

orbea avatar Feb 19 '24 20:02 orbea