github Zibri/VICE r44549
r44549 Windows

latest releases: r46086, r46086o, r46086u...
2 years ago

Changelog:

r44549 | compyx | 2023-09-21 16:47:57 +0000 (Thu, 21 Sep 2023) | 7 lines

Joystick: do not load joymap file if -default is used on the command line

Skip loading a joymap file as specified in the "JoyMapFile" resource if -default
is used on the command line. This includes loading the custom joymap file
"$UI-joymap-$MACHINE.vjm" since the factory value for the resource is set to
that name.

------------------------------------------------------------------------
r44548 | compyx | 2023-09-21 16:30:54 +0000 (Thu, 21 Sep 2023) | 9 lines

Add global flag `default_settings_requested`

Add global flag for code to determine if `-default` was passed on the command
line. This used to be private to the hotkeys system, but we'll also need this
flag for skipping loading of custom joymaps and system files from a user's
configuration directory.
Type is `int` for the moment like the other global flags, but should really be
`bool`. Include machine.h for the extern declaration, just like the other flags.

------------------------------------------------------------------------
r44547 | compyx | 2023-09-21 06:51:22 +0000 (Thu, 21 Sep 2023) | 2 lines

Remove some left-over debugging messages

------------------------------------------------------------------------
r44546 | compyx | 2023-09-21 06:45:03 +0000 (Thu, 21 Sep 2023) | 2 lines

Remove casts of `lib_calloc()` results, only serves to hide errors

------------------------------------------------------------------------
r44545 | fabbo | 2023-09-21 06:21:23 +0000 (Thu, 21 Sep 2023) | 2 lines

Use correct types in two more places where the old types were left

------------------------------------------------------------------------

Don't miss a new VICE release

NewReleases is sending notifications on new releases.