redquark-amiberry-rb/VisualGDB/genblitter
2020-06-01 09:41:33 +02:00
..
genblitter.vcxproj Updated VisualGDB projects to latest toolchain references 2018-10-17 20:28:31 +02:00
genblitter.vcxproj.filters
genblitter.vcxproj.user
Readme.txt

This tool generates the following files:
- blit.h
- blitfunc.cpp
- blitfunc.h
- blittable.cpp

To use it, compile it for the target platform, then execute it there as follows:

genblitter.exe i > blit.h

genblitter.exe f > blitfunc.cpp

genblitter.exe h > blitfunc.h

genblitter.exe t > blittable.cpp

Copy the resulting files back in the "src" directory of Amiberry