[Glide64] Cleanup rdp.h

This commit is contained in:
zilmar 2016-01-25 21:25:32 +11:00
parent 5a68a1f721
commit 38205b5ee8
1 changed files with 529 additions and 530 deletions

View File

@ -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();