Changelog:
r44019 | compyx | 2023-06-09 08:50:21 +0000 (Fri, 09 Jun 2023) | 6 lines
Do not use UI actions code in headless builds
Exclude uiactions.c from libarchdep.a, but add it to EXTRA_DIST for dist
tarballs. Do not call `ui_actions_init()` or `ui_actions_shutdown()` in
headless builds.
------------------------------------------------------------------------
r44018 | compyx | 2023-06-09 08:18:16 +0000 (Fri, 09 Jun 2023) | 2 lines
Spaceballs adapter: add missing initializer for `reset`
------------------------------------------------------------------------
r44016 | compyx | 2023-06-09 06:51:04 +0000 (Fri, 09 Jun 2023) | 2 lines
Merge branch `compyx/actions-hotkeys-merge` into trunk
------------------------------------------------------------------------
r44008 | gpz | 2023-06-08 14:47:28 +0000 (Thu, 08 Jun 2023) | 1 line
In the profiler, add a simple per-instruction average cycle timing to the disassembly. Patch by Oskar Linde
------------------------------------------------------------------------
r44007 | gpz | 2023-06-08 14:45:14 +0000 (Thu, 08 Jun 2023) | 1 line
add stolen cycles to profiling contexts, patch by Oskar Linde
------------------------------------------------------------------------