Merge pull request #2533 from degasus/syncgpu

Fifo: Rewrite SyncGPU
This commit is contained in:
Jules Blok
2015-06-09 09:43:26 +02:00
12 changed files with 126 additions and 110 deletions

View File

@ -49,7 +49,7 @@ class VideoSoftware : public VideoBackend
void Video_SetRendering(bool bEnabled) override;
void Video_GatherPipeBursted() override;
void Video_Sync() override {}
int Video_Sync(int ticks) override { return 0; }
void RegisterCPMMIO(MMIO::Mapping* mmio, u32 base) override;