Config clean-ups, auto-pause, 4:3 integer scale, and more parameters.
This commit is contained in:
@@ -146,6 +146,8 @@ extern int enable_discord; /* (C) enable Discord integration */
|
||||
|
||||
extern int fixed_size_x;
|
||||
extern int fixed_size_y;
|
||||
extern int do_auto_pause; /* (C) Auto-pause the emulator on focus loss */
|
||||
extern int auto_paused;
|
||||
extern double mouse_sensitivity; /* (C) Mouse sensitivity scale */
|
||||
#ifdef _Atomic
|
||||
extern _Atomic double mouse_x_error; /* Mouse error accumulator - Y */
|
||||
|
||||
@@ -42,7 +42,8 @@ enum {
|
||||
FULLSCR_SCALE_FULL = 0,
|
||||
FULLSCR_SCALE_43,
|
||||
FULLSCR_SCALE_KEEPRATIO,
|
||||
FULLSCR_SCALE_INT
|
||||
FULLSCR_SCALE_INT,
|
||||
FULLSCR_SCALE_INT43
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user