mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
32x: still tweaking renderers
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@858 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
07e5dbab71
commit
7a961c19ba
4 changed files with 74 additions and 20 deletions
|
@ -722,6 +722,12 @@ void p32x_poll_event(int cpu_mask, int is_vdp);
|
|||
// 32x/draw.c
|
||||
void FinalizeLine32xRGB555(int sh, int line);
|
||||
void PicoDraw32xLayer(int offs, int lines, int mdbg);
|
||||
void PicoDraw32xLayerMdOnly(int offs, int lines);
|
||||
enum {
|
||||
PDM32X_OFF,
|
||||
PDM32X_32X_ONLY,
|
||||
PDM32X_BOTH,
|
||||
};
|
||||
extern int Pico32xDrawMode;
|
||||
|
||||
// 32x/pwm.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue