mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 01:28:57 +00:00
BPFunctions: Remove the rest of GetConfig
This commit is contained in:
parent
08611c3f36
commit
833b7ee584
3 changed files with 3 additions and 23 deletions
|
@ -15,12 +15,6 @@
|
|||
namespace BPFunctions
|
||||
{
|
||||
|
||||
enum
|
||||
{
|
||||
CONFIG_ISWII = 0,
|
||||
CONFIG_SHOWEFBREGIONS
|
||||
};
|
||||
|
||||
void FlushPipeline();
|
||||
void SetGenerationMode();
|
||||
void SetScissor();
|
||||
|
@ -34,6 +28,5 @@ void CopyEFB(u32 dstAddr, unsigned int dstFormat, PEControl::PixelFormat srcForm
|
|||
const EFBRectangle& srcRect, bool isIntensity, bool scaleByHalf);
|
||||
void ClearScreen(const EFBRectangle &rc);
|
||||
void OnPixelFormatChange();
|
||||
bool GetConfig(const int &type);
|
||||
void SetInterlacingMode(const BPCmd &bp);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue