win_discord: configurability
This commit is contained in:
5
src/pc.c
5
src/pc.c
@@ -131,7 +131,10 @@ int cpu_manufacturer = 0, /* (C) cpu manufacturer */
|
||||
cpu_use_dynarec = 0, /* (C) cpu uses/needs Dyna */
|
||||
cpu = 3, /* (C) cpu type */
|
||||
enable_external_fpu = 0; /* (C) enable external FPU */
|
||||
int time_sync = 0; /* (C) enable time sync */
|
||||
int time_sync = 0; /* (C) enable time sync */
|
||||
#ifdef USE_DISCORD
|
||||
int enable_discord = 0; /* (C) enable Discord integration */
|
||||
#endif
|
||||
|
||||
/* Statistics. */
|
||||
extern int
|
||||
|
||||
Reference in New Issue
Block a user