mirror of
https://github.com/captain-amygdala/pistorm.git
synced 2026-02-11 02:30:03 +00:00
Hide FPS by default again
This commit is contained in:
@@ -37,7 +37,7 @@ extern uint16_t rtg_offset_x, rtg_offset_y;
|
||||
uint32_t cur_rtg_frame = 0;
|
||||
|
||||
static pthread_t thread_id;
|
||||
static uint8_t mouse_cursor_enabled = 0, cursor_image_updated = 0, updating_screen = 0, debug_palette = 0, show_fps = 1, palette_updated = 0;
|
||||
static uint8_t mouse_cursor_enabled = 0, cursor_image_updated = 0, updating_screen = 0, debug_palette = 0, show_fps = 0, palette_updated = 0;
|
||||
static uint8_t mouse_cursor_w = 16, mouse_cursor_h = 16;
|
||||
static int16_t mouse_cursor_x = 0, mouse_cursor_y = 0;
|
||||
static int16_t mouse_cursor_x_adj = 0, mouse_cursor_y_adj = 0;
|
||||
|
||||
Reference in New Issue
Block a user