dosbox-staging:jn/midi-capture-mapping

Last commit made on 2024-05-31
Get this branch:
git clone -b jn/midi-capture-mapping https://git.launchpad.net/dosbox-staging

Branch merges

Branch information

Name:
jn/midi-capture-mapping
Repository:
lp:dosbox-staging

Recent commits

d595b79... by John Novak <email address hidden>

Map 'Capture MIDI action' to Ctrl+Alt+F6 (Cmd+Opt+F6) by default

a282f1a... by John Novak <email address hidden>

website: Minor wording improvements

c36631a... by John Novak <email address hidden>

Improve the `core` and `cputype` setting descriptions

8e5d5f3... by John Novak <email address hidden>

Revert `core` to `normal` if needed for prefetch `cputype`s

Previously, `core = dynamic` and `cputype = 386_prefetch` resulted in a
hard-exit, which is not great behaviour.

566f26a... by John Novak <email address hidden>

Improve too high cycles on non-dynamic core warning

- The warning is displayed in "modern cycles mode" too

- The warning is also displayed when setting the `cycles` value in
  legacy mode (so not only when using the hotkeys)

- The warning is only displayed if a non-dynamic core is active

85940e9... by John Novak <email address hidden>

Fix formatting

e7d6326... by John Novak <email address hidden>

Clean up dynamic core related ifdefs in `cpu.cpp`

76c94f1... by John Novak <email address hidden>

Show "max cycles" warning message in "modern cycles" mode too

46d66bd... by John Novak <email address hidden>

Only refresh the window title if the title string has changed

This is a good precautionary step against changing the window title "too
often" which might cause problems with certain OS/window manager combos.

765b767... by John Novak <email address hidden>

Destroy `Cpu` instance on shutdown