From 0661efea8456b32d88fa13103f8ed68509f2b69f Mon Sep 17 00:00:00 2001 From: magumagu Date: Fri, 28 Mar 2014 19:22:15 -0700 Subject: Software backend: Delete forked PixelEngine. Mostly just zapping a bunch of duplicated code; the only interesting thing going on here is the changes to the performance counter implementation. --- Source/Core/VideoCommon/MainBase.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Source/Core/VideoCommon/MainBase.cpp') diff --git a/Source/Core/VideoCommon/MainBase.cpp b/Source/Core/VideoCommon/MainBase.cpp index f5d313045d..b6fec113ed 100644 --- a/Source/Core/VideoCommon/MainBase.cpp +++ b/Source/Core/VideoCommon/MainBase.cpp @@ -317,7 +317,3 @@ void VideoBackendHardware::RegisterCPMMIO(MMIO::Mapping* mmio, u32 base) CommandProcessor::RegisterMMIO(mmio, base); } -void VideoBackendHardware::RegisterPEMMIO(MMIO::Mapping* mmio, u32 base) -{ - PixelEngine::RegisterMMIO(mmio, base); -} -- cgit v1.2.3