mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
D3D: Use common GetEFBLayers() instead of GetEFBSlices().
This commit is contained in:
@ -81,8 +81,6 @@ public:
|
||||
m_efb.color_tex = swaptex;
|
||||
}
|
||||
|
||||
static int GetEFBSlices() { return m_efb.slices; }
|
||||
|
||||
private:
|
||||
XFBSourceBase* CreateXFBSource(unsigned int target_width, unsigned int target_height) override;
|
||||
void GetTargetSize(unsigned int *width, unsigned int *height, const EFBRectangle& sourceRc) override;
|
||||
|
Reference in New Issue
Block a user