Changelog:
r43646 | compyx | 2023-04-07 11:54:32 +0000 (Fri, 07 Apr 2023) | 3 lines
Gtk3: Use new cart image widget for Expert Cartridge
------------------------------------------------------------------------
r43645 | gpz | 2023-04-06 14:51:33 +0000 (Thu, 06 Apr 2023) | 1 line
fix uppercase N in cbm2 keymaps, fixes bug #1862
------------------------------------------------------------------------
r43643 | compyx | 2023-04-05 17:36:22 +0000 (Wed, 05 Apr 2023) | 9 lines
SDL2: Remove incorrect typedef for `SDL_JoystickID`
As it stands now with the mistyped `#ifdef USE_SDLUI2` we typedef `SDL_JoystickID`
to `int` for SDL 2.x, not 1.x, *and* the correct typedef would be `int32_t`,
not plain `int`.
Since there are other issues with SDL 1.2 and the new joystick code it's better
to remove this incorrect typedef to avoid issues in the future.
------------------------------------------------------------------------
r43642 | rhialto | 2023-04-05 17:36:16 +0000 (Wed, 05 Apr 2023) | 4 lines
Fix "implicit conversion loses integer precision" warning.
With the expected values, now noted in a comment, there should be no problem.
------------------------------------------------------------------------
r43641 | compyx | 2023-04-05 17:31:26 +0000 (Wed, 05 Apr 2023) | 3 lines
Remove useless `line_num` variable
------------------------------------------------------------------------