Stephen Kitt
e85ca9b479
Detect _host_prefix and allow cross pkg-config ( #1065 )
...
stella fails to cross build from source on Unix-style platforms,
because ./configure hard codes the build architecture pkg-config and
thus fails finding libraries. It already has a bit of knowledge about
cross compilation and actually considers a _host_prefix for some
tools. Unfortunately, _host_prefix is not yet generally initialized
and it also does not prepend _host_prefix to pkg-config.
This fixes these issues.
Signed-off-by: Stephen Kitt <steve@sk2.org>
Co-authored-by: Helmut Grohne <helmut@subdivi.de>
2025-01-31 21:27:22 +00:00
thrust26
01c8a87e19
added four more axis to joystick handlers ( fixes #1063 )
2025-01-17 20:10:42 +01:00
Stephen Anthony
66823c533a
Include latest required vcruntime libs, so Stella can start again.
2025-01-02 17:49:47 -03:30
thrust26
1c7bafb70c
fixed #1053
2025-01-01 09:50:33 +01:00
Stephen Anthony
4c270091c9
Updated copyright to 2025. To anyone reading these logs, Happy New Year!
2024-12-31 19:25:08 -03:30
thrust26
16034dcd3f
fixed problems with VS project file
2024-12-31 19:49:48 +01:00
thrust26
3932b85a68
changed VS setting for PGO
2024-12-30 15:48:27 +01:00
thrust26
6d6522ad41
Merge branch 'master' of https://github.com/stella-emu/stella
2024-12-30 12:41:18 +01:00
thrust26
86a5454f1a
fixed a bug where the combination of RAM banks and PlusROM would break a game (this should fix #1058 )
2024-12-30 12:41:01 +01:00
Stephen Anthony
28b6e7b66f
Fixes for minor warnings from clang-tidy.
2024-12-29 17:25:05 -03:30
thrust26
907f687184
code cleanup
2024-12-29 12:15:12 +01:00
thrust26
42dda2b0cc
eliminated cycles() method in TIA.hxx
2024-12-29 12:14:52 +01:00
thrust26
9b1a72aeea
started working on emulating VBLANK during VSYNC
2024-12-29 10:59:14 +01:00
Stephen Anthony
debec03900
More const fixes, this time from suggestions from VS code analyzer.
2024-12-20 19:24:20 -03:30
Stephen Anthony
c7acb9d65e
Disable warnings from external libs (SDL) in VS code analysis mode.
2024-12-20 16:29:02 -03:30
Stephen Anthony
27a40f6926
Fixed non UTF-8 chars.
2024-12-20 14:47:37 -03:30
jfroco
dacf66131c
libretro: add reload/next game ( #1059 )
...
- Enable reload/next game option in Core options
- Map reload/next game action to X button
2024-12-18 11:41:12 +01:00
thrust26
2abd72ff86
added PAL60 signature check to auto detect display type ( resolves #1061 )
2024-12-17 23:03:57 +01:00
thrust26
db3a38be7b
moved loading of config and DASM list & symbols files before executing auto scripts
2024-12-15 22:29:25 +01:00
thrust26
617147a175
slightly enhanced PlusROM display in debugger (keeps last send/receive now)
2024-12-13 09:33:15 +01:00
Stephen Anthony
4ba7bfde71
Fix potential uninitialized array access.
2024-12-10 21:23:05 -03:30
thrust26
91417312f1
fixed #1057
2024-12-09 16:09:54 +01:00
thrust26
4bb07a90a3
improved default NTSC custom palette
2024-12-09 15:24:38 +01:00
Stephen Anthony
8d5eb28053
Use constexpr.
2024-12-05 17:57:24 -03:30
thrust26
e2f59ae9a4
Merge branch 'master' of https://github.com/stella-emu/stella
2024-12-01 09:33:20 +01:00
thrust26
28db219b22
improved 'help' command in debugger prompt (case insensitive now)
2024-12-01 09:33:09 +01:00
Stephen Anthony
0e2ce2771c
Fix whitespace.
2024-11-17 19:14:20 -03:30
SvOlli
2c5882edff
Debian build requires libgtest-dev, but is not specified ( #1049 )
...
Co-authored-by: Sven Oliver Moll <svolli@svolli.de>
2024-11-10 20:13:54 +00:00
Stephen Anthony
5ccf090154
Updated libpng to latest release.
2024-10-31 16:13:50 -02:30
Stephen Anthony
f8ecf21384
Updated httplib to latest release.
2024-10-31 16:07:37 -02:30
Stephen Anthony
94a3447666
Remove executable bit on data files.
2024-10-21 14:27:31 -02:30
Eric Warmenhoven
50f69d82fe
ios/tvos: properly set min supported version ( #1048 )
2024-10-21 15:30:52 +00:00
thrust26
62ca90a784
Merge branch 'master' of https://github.com/stella-emu/stella
2024-10-20 09:59:25 +02:00
thrust26
356e61f0ff
added missing "PlusROM support enabled" initialization
2024-10-20 09:59:15 +02:00
Stephen Anthony
6d5d6f0144
Match style in surrounding code for FileListWidget.
2024-10-19 16:54:47 -02:30
thrust26
408e42e328
added PlusROM support developer option ( fixes #1019 )
2024-10-19 10:01:16 +02:00
thrust26
810d587a9b
fixed #1047
2024-10-17 15:48:16 +02:00
Stephen Anthony
f30842061b
Fix doc to match commit to webpage docs.
2024-10-17 10:21:29 -02:30
Stephen Anthony
9fec8afac8
Update docs; macOS 10.13 is the minimum supported version.
2024-10-10 17:03:18 -02:30
Stephen Anthony
39356e8d72
For Windows build, remove *all* DLL's before install, and only install
...
SDL2.dll.
2024-10-07 17:05:27 -02:30
Stephen Anthony
541245ec06
Re-add ZIP build for Windows.
2024-10-07 16:28:50 -02:30
Stephen Anthony
565a5c2717
Fix misplaced PNG files.
2024-10-07 16:23:31 -02:30
Stephen Anthony
2d184b6754
Fixes from clang-tidy-19 that didn't make it for the last release.
2024-10-06 20:27:25 -02:30
Stephen Anthony
18db75df5e
Automatically remove old DLL's for Windows install.
...
This fixes exe not starting with latest release.
2024-10-06 20:25:59 -02:30
Stephen Anthony
d69e47421c
Update release to version 7.
2024-10-04 13:46:46 -02:30
Stephen Anthony
0a759a49b0
Fix macOS build script.
2024-10-03 12:44:17 -02:30
Stephen Anthony
7c90c9fe18
Getting docs ready for 7.0 release.
2024-10-02 12:50:28 -02:30
Stephen Anthony
80909f1c98
Fix filename case.
2024-10-02 12:10:47 -02:30
Stephen Anthony
fd51326aaf
Update Xcode project to v16.
2024-10-02 11:37:05 -02:30
Eric Warmenhoven
0016f74a69
libretro: fix gitlab CI ( #1044 )
2024-10-02 10:50:01 -02:30