[common] added back support for shared memory files

This commit is contained in:
Geoffrey McRae
2020-01-06 00:20:30 +11:00
parent 0dc0e6490c
commit 45ee79014d
4 changed files with 43 additions and 29 deletions

View File

@@ -93,8 +93,6 @@ struct AppParams
bool center;
int x, y;
unsigned int w, h;
const char * shmFile;
unsigned int shmSize;
unsigned int fpsLimit;
bool showFPS;
bool useSpiceInput;