Updated VisualGDB solution and projects to include Dispmanx target, genblitter, genlinetoscr projects

This commit is contained in:
Dimitris Panokostas 2018-01-09 22:59:22 +01:00
parent 647f573a65
commit a34fb794c6
26 changed files with 1337 additions and 18 deletions

View file

@ -0,0 +1,17 @@
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