Fix a typo.
This commit is contained in:
@@ -211,7 +211,7 @@ int video_fullscreen_scale_maximized = 0; /* (C) Whether
|
|||||||
also apply when maximized. */
|
also apply when maximized. */
|
||||||
int do_auto_pause = 0; /* (C) Auto-pause the emulator on focus
|
int do_auto_pause = 0; /* (C) Auto-pause the emulator on focus
|
||||||
loss */
|
loss */
|
||||||
int force_constant_mouse = 0; /* (C) Forst constant updating of the mouse */
|
int force_constant_mouse = 0; /* (C) Force constant updating of the mouse */
|
||||||
int hook_enabled = 1; /* (C) Keyboard hook is enabled */
|
int hook_enabled = 1; /* (C) Keyboard hook is enabled */
|
||||||
int test_mode = 0; /* (C) Test mode */
|
int test_mode = 0; /* (C) Test mode */
|
||||||
char uuid[MAX_UUID_LEN] = { '\0' }; /* (C) UUID or machine identifier */
|
char uuid[MAX_UUID_LEN] = { '\0' }; /* (C) UUID or machine identifier */
|
||||||
|
|||||||
@@ -171,7 +171,7 @@ extern int fixed_size_y;
|
|||||||
extern int sound_muted; /* (C) Is sound muted? */
|
extern int sound_muted; /* (C) Is sound muted? */
|
||||||
extern int do_auto_pause; /* (C) Auto-pause the emulator on focus loss */
|
extern int do_auto_pause; /* (C) Auto-pause the emulator on focus loss */
|
||||||
extern int auto_paused;
|
extern int auto_paused;
|
||||||
extern int force_constant_mouse; /* (C) Forst constant updating of the mouse */
|
extern int force_constant_mouse; /* (C) Force constant updating of the mouse */
|
||||||
extern double mouse_sensitivity; /* (C) Mouse sensitivity scale */
|
extern double mouse_sensitivity; /* (C) Mouse sensitivity scale */
|
||||||
#ifdef _Atomic
|
#ifdef _Atomic
|
||||||
extern _Atomic double mouse_x_error; /* Mouse error accumulator - Y */
|
extern _Atomic double mouse_x_error; /* Mouse error accumulator - Y */
|
||||||
|
|||||||
Reference in New Issue
Block a user