Gopher2600/prefs
JetSetIlly d32262adff simplified how gui implements and handles notifications
debugger no longer sends play, pause notifications to the gui. the gui
polls for that information as required

govern package now has SubState type to complement the State type.
StateIntegrity() function enforces combinations of State and SubState,
called from debugger.setState() function

playmode notifications reworked and contained in a single playmode_overlay.go
file. this includes the FPS and screen detail

preference value sdlimgui.playmode.fpsOverlay replaced with
sdlimgui.playmode.fpsDetail. still toggled with F7 key

coproc icon moved to top-left corner of playmode overlay and only
visible when FPS detail is showing

when FPS detail is showing multiple (small) icons care shown. when it is
not showing, a single (large) icon is shown according to the priority of
the icon. eg. pause indicator has higher priority than the mute
indicator
2024-04-12 18:20:29 +01:00
..
commandline.go preferences for the comparison emulation can be added on the command line 2021-12-05 20:17:43 +00:00
commandline_test.go tidied and simplified test package 2023-07-06 13:49:18 +01:00
defunct.go simplified how gui implements and handles notifications 2024-04-12 18:20:29 +01:00
disk.go removed curated pacakge. replaced with wrapped errors 2023-02-13 21:58:39 +00:00
doc.go updated go minimum version to 1.20 2023-02-12 13:09:07 +00:00
prefs_test.go tidied and simplified test package 2023-07-06 13:49:18 +01:00
types.go DPI aware font scaling 2024-01-22 08:10:16 +00:00