mirror of
https://github.com/MiSTer-devel/Main_MiSTer.git
synced 2026-05-31 03:04:12 +00:00
Log OSD visibility (#1198)
* Add option to log OSD visibility * Use log_file_entry option in place of log_osd_visible option
This commit is contained in:
@@ -4137,6 +4137,7 @@ void user_io_osd_key_enable(char on)
|
||||
{
|
||||
//printf("OSD is now %s\n", on ? "visible" : "invisible");
|
||||
osd_is_visible = on;
|
||||
if (cfg.log_file_entry) MakeFile("/tmp/OSD_VISIBLE", on ? "1" : "0");
|
||||
input_switch(-1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user