Updated VisualGDB solution and projects to include Dispmanx target, genblitter, genlinetoscr projects
This commit is contained in:
parent
647f573a65
commit
a34fb794c6
26 changed files with 1337 additions and 18 deletions
17
VisualGDB/genblitter/Readme.txt
Normal file
17
VisualGDB/genblitter/Readme.txt
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue