2014-03-30 22:50:28 +02:00
|
|
|
#ifndef _FCEU_PPUVIEW_H
|
|
|
|
|
#define _FCEU_PPUVIEW_H
|
|
|
|
|
|
2014-03-30 22:15:17 +02:00
|
|
|
extern int PPUViewScanline;
|
|
|
|
|
extern int PPUViewer;
|
|
|
|
|
extern int scanline;
|
|
|
|
|
|
|
|
|
|
void PPUViewDoBlit();
|
|
|
|
|
void DoPPUView();
|
|
|
|
|
void UpdatePPUView(int refreshchr);
|
|
|
|
|
|
2014-03-30 22:50:28 +02:00
|
|
|
|
|
|
|
|
#endif
|