[Glide64] Cleanup rdp.h
This commit is contained in:
parent
5a68a1f721
commit
38205b5ee8
|
@ -238,7 +238,8 @@ typedef struct {
|
|||
enum FBCRCMODE {
|
||||
fbcrcNone = 0,
|
||||
fbcrcFast = 1,
|
||||
fbcrcSafe = 2} fb_crc_mode;
|
||||
fbcrcSafe = 2
|
||||
} fb_crc_mode;
|
||||
|
||||
#ifdef TEXTURE_FILTER
|
||||
//Texture filtering options
|
||||
|
@ -340,7 +341,6 @@ typedef struct {
|
|||
int wrpVRAM;
|
||||
int wrpFBO;
|
||||
int wrpAnisotropic;
|
||||
|
||||
} SETTINGS;
|
||||
|
||||
typedef struct
|
||||
|
@ -777,7 +777,6 @@ struct RDP : public RDP_Base
|
|||
void Reset();
|
||||
};
|
||||
|
||||
|
||||
void SetWireframeCol();
|
||||
void ChangeSize();
|
||||
void GoToFullScreen();
|
||||
|
|
Loading…
Reference in New Issue