kcgen
kcgen
The `translations` directory is ideally copied (or symlinked) into the user's `~/.config/dosbox/` area (on Linux). But I'm not sure how one would do that for a system-wide installation. Maybe you...
Related to issue #9, however that issue only asks to document the flaw instead of fix it.
> @chrispat said: "_Eventually we will add a way to clear out the cache from the UI._" Coming up on a year; @chrispat, can you please give us an update...
@lazka , after seeing you mention the issue was intermittent, I've placed our Meson builds in [a diaper script](https://github.com/dosbox-staging/dosbox-staging/blob/main/scripts/retry_command.sh) to re-run on failure. Data points: - direct CI launch: `run:...
A user running GDAL was hit with `STATUS_ACCESS_VIOLATION` on Windows, and configured the stack and environment settings prior to launch: ``` python if __name__ == "__main__": if sys.platform[:3] == "win":...
Ahh, I didn't even see that Timed channel functions! Yes, the equivalent functionality for music would be perfect.
Thinking about timed play, maybe each stream (and music stream) can have a their own data consumption count-down value instead of relying on SDL timers/ticks. Their data consumption values would...