diff options
Diffstat (limited to 'src/snes9x.h')
-rw-r--r-- | src/snes9x.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/snes9x.h b/src/snes9x.h index 5ccfeb0..0a66b5e 100644 --- a/src/snes9x.h +++ b/src/snes9x.h @@ -335,12 +335,6 @@ typedef struct bool8 DisplayFrameRate;
// Others
- bool8 NetPlay;
- bool8 NetPlayServer;
- char ServerName [128];
- int Port;
- bool8 GlideEnable;
- bool8 OpenGLEnable;
int32 AutoSaveDelay; // Time in seconds before S-RAM auto-saved if modified.
bool8 ApplyCheats;
bool8 TurboMode;
|