r44780 | pottendo | 2023-11-22 19:40:42 +0000 (Wed, 22 Nov 2023) | 2 lines
wic64: new protocol implemented.
------------------------------------------------------------------------
r44778 | compyx | 2023-11-22 08:50:02 +0000 (Wed, 22 Nov 2023) | 2 lines
NEWS: Add SCPU hotkey Alt+T to toggle "Turbo" mode for SDL
------------------------------------------------------------------------
r44777 | compyx | 2023-11-22 08:46:57 +0000 (Wed, 22 Nov 2023) | 6 lines
SDL: Implement UI action handlers for SCPU Speed and JiffyDOS switches
Provide action handlers for toggling the SuperSCPU Speed and JiffyDOS switches
so hotkeys can be assigned to toggle these switches (and make the default Alt+T
hotkey to toggle the SCPU "Turbo" mode work).
------------------------------------------------------------------------
r44775 | compyx | 2023-11-21 09:22:06 +0000 (Tue, 21 Nov 2023) | 5 lines
Buildsystem: Windows bindists: don't copy ffmpeg DLLs
We no longer link with FFMPEG libs but provide the ability to use the external
ffmpeg executable to record audio/video, so there's nothing left to copy.
------------------------------------------------------------------------
r44774 | compyx | 2023-11-21 09:02:26 +0000 (Tue, 21 Nov 2023) | 6 lines
Buildsystem: remove `HAVE_READLINE`
We no longer use the readline library, nor do we provide a fallback. We use
linenoise[-ng] in-tree, so readline is always available to us, even on Windows
with VTE.
------------------------------------------------------------------------