Remove all refrences of field ordering from video backends.

They were unused.
This commit is contained in:
Scott Mansell
2013-09-23 18:29:31 +12:00
parent 4d3c41c8a2
commit 440353a3a1
13 changed files with 15 additions and 19 deletions

View File

@ -106,7 +106,7 @@ public:
virtual void RestoreAPIState() = 0;
// Finish up the current frame, print some stats
virtual void Swap(u32 xfbAddr, FieldType field, u32 fbWidth, u32 fbHeight, const EFBRectangle& rc,float Gamma = 1.0f) = 0;
virtual void Swap(u32 xfbAddr, u32 fbWidth, u32 fbHeight, const EFBRectangle& rc,float Gamma = 1.0f) = 0;
virtual void UpdateViewport(Matrix44& vpCorrection) = 0;