From c42e2154d88c23a28f83fe96f4153e821ef00c0e Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Tue, 29 Oct 2024 13:58:19 +1300 Subject: Add option to show mouse cursor This is to assist with debugging, when a program hasn't yet implemented its own mouse cursor. Phosphor had to be updated to properly support this. --- src/emulators.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/emulators.rs') diff --git a/src/emulators.rs b/src/emulators.rs index a2e9091..fcebe1d 100644 --- a/src/emulators.rs +++ b/src/emulators.rs @@ -20,6 +20,7 @@ pub struct EmulatorConfig { pub fullscreen: bool, pub scale: u32, pub debug_palette: Option<[Colour; 16]>, + pub show_cursor: bool, pub initial_transmission: Option>, pub decode_stdin: bool, -- cgit v1.2.3-70-g09d2