Frame.h: merge into Video.h. (PR #896)

. The functions GetFrameBufferXXX() have been moved next to g_pFramebufferbits.
This commit is contained in:
Andrea
2020-12-27 19:01:35 +00:00
committed by GitHub
parent 41ccd21307
commit b8296e6c9c
12 changed files with 44 additions and 96 deletions
-1
View File
@@ -24,7 +24,6 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include "NTSC.h"
#include "Core.h"
#include "CPU.h" // CpuGetCyclesThisVideoFrame()
#include "Frame.h"
#include "Memory.h" // MemGetMainPtr(), MemGetAuxPtr(), MemGetAnnunciator()
#include "Video.h" // g_pFramebufferbits
#include "RGBMonitor.h"