Commit Graph

7988 Commits

Author SHA1 Message Date
thrust26 c9311529cb fixed #1047 2024-10-17 15:48:16 +02:00
Stephen Anthony 594380b2f9 Fix doc to match commit to webpage docs. 2024-10-17 10:21:29 -02:30
Stephen Anthony c003a21362 Update docs; macOS 10.13 is the minimum supported version. 2024-10-10 17:03:18 -02:30
Stephen Anthony ec8a8df269 For Windows build, remove *all* DLL's before install, and only install
SDL2.dll.
2024-10-07 17:05:27 -02:30
Stephen Anthony 3faee00fa7 Re-add ZIP build for Windows. 2024-10-07 16:28:50 -02:30
Stephen Anthony 02e0ff625b Fix misplaced PNG files. 2024-10-07 16:23:31 -02:30
Stephen Anthony dded9debdb Fixes from clang-tidy-19 that didn't make it for the last release. 2024-10-06 20:27:25 -02:30
Stephen Anthony 5d034cec3c 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 d55b1aec0d Update release to version 7. 2024-10-04 13:46:46 -02:30
Stephen Anthony 01f8382c81 Fix macOS build script. 2024-10-03 12:44:17 -02:30
Stephen Anthony d7e9b98951 Getting docs ready for 7.0 release. 2024-10-02 12:50:28 -02:30
Stephen Anthony 5ef3ebc287 Fix filename case. 2024-10-02 12:10:47 -02:30
Stephen Anthony 14eb4226a5 Update Xcode project to v16. 2024-10-02 11:37:05 -02:30
Eric Warmenhoven 56c18f57f9 libretro: fix gitlab CI (#1044) 2024-10-02 10:50:01 -02:30
thrust26 d91cdcb1ec minor doc fixes 2024-09-26 22:02:12 +02:00
Stephen Anthony 29a3f90648 Potential speedup in Windows FSNode::getChildren().
Worst case is it doesn't improve at all.
2024-09-18 20:42:24 -02:30
thrust26 323b6c9721 changed buttonLast type (fixes #1043) 2024-09-09 10:28:20 +02:00
thrust26 d577e0feeb Some fixes to ELF doc 2024-09-07 09:01:00 +02:00
Stephen Anthony 3f70246896 Updated docs, merged back changes made to live page. 2024-09-06 21:30:49 -02:30
thrust26 0cb4de07f3 updated screenshots for ELF developer options 2024-09-06 17:20:43 +02:00
Stephen Anthony 1c604d6dc2 Fix missing initializations. 2024-09-01 01:16:23 -02:30
Christian Speckner 357527370e Merge remote-tracking branch 'origin/late-hmove-experiments' 2024-08-31 18:49:51 +02:00
Christian Speckner 7f3a4d34bb Remove cast. 2024-08-29 20:49:24 +02:00
Stephen Anthony d4fd9292e1 libretro: Fix interfacing with paddle sensitivity. 2024-08-29 14:27:28 -02:30
Stephen Anthony bdaf399df1 Minor fixes for warnings from clang-tidy. 2024-08-28 21:51:40 -02:30
thrust26 78c77d0a9a Oops 2024-08-28 12:17:01 +02:00
thrust26 18eeef3be6 removed dynamic_cast
removed unused method in Debugger
2024-08-28 11:09:15 +02:00
Stephen Anthony 03a9e858cd Fix minor warnings from clang-tidy. 2024-08-27 22:27:53 -02:30
Stephen Anthony 63bcb3e22f Fix Unix build; minor formatting fixes. 2024-08-27 21:34:13 -02:30
Christian Speckner bca3892757 Finish state widget. 2024-08-27 22:07:00 +02:00
Christian Speckner e0dc373741 Fix race on startup. 2024-08-27 22:06:48 +02:00
Christian Speckner 005fa382cb Fix bad downcast. 2024-08-27 21:15:32 +02:00
Christian Speckner 0bc0843adc Add ellipsis. 2024-08-27 21:15:32 +02:00
Stephen Anthony 5bd4121064 Added missing class to Xcode project file. 2024-08-27 10:54:12 -02:30
Christian Speckner ff4d7f2e9c Add ELF state widget. 2024-08-26 22:48:12 +02:00
Stephen Anthony b7ffc112de Add missing class to Xcode project. 2024-08-26 14:37:51 -02:30
Stephen Anthony 50ea6fd00f Update sqlite to latest release. 2024-08-24 11:43:42 -02:30
Stephen Anthony 2dab3fab17 Updated httplib to latest release. 2024-08-24 11:35:16 -02:30
Stephen Anthony 414b7947a6 Fix misplaced files in Visual Studio project file. 2024-08-23 21:24:49 -02:30
Stephen Anthony df3ebd6fa9 Update libpng and zlib to latest releases. 2024-08-23 21:18:00 -02:30
Stephen Anthony 1d43d19e36 Update config.{guess,sub} to latest versions. 2024-08-23 20:52:04 -02:30
Stephen Anthony 9b631344bc Clean up Makefile a little, removing obsolete warning flags. 2024-08-23 20:45:49 -02:30
Stephen Anthony 50199cac48 Fixes for suggestions from clang-tidy; mostly missing initializations. 2024-08-23 20:00:44 -02:30
Christian Speckner 98be025035 Fixes, make sure that an error during reload is visible after the launcher starts. 2024-08-23 22:43:18 +02:00
Christian Speckner b5009a353a Improve handling of errors during console reload. 2024-08-22 13:10:12 +02:00
Christian Speckner 99fe920390 Avoid crash if strict mode is enabled, console is reloaded and linking fails. 2024-08-21 23:09:32 +02:00
Christian Speckner 40a6427d25 Ignore unresolved relocations unless ARM set to strict mode. 2024-08-21 22:46:58 +02:00
Christian Speckner 5d27786116 Implement ARM image export. 2024-08-21 22:36:54 +02:00
Christian Speckner 5756641f2c Fix build warning. 2024-08-21 10:32:24 +02:00
Christian Speckner a5c76df1b2 Add UI for saving ARM image. 2024-08-20 23:11:18 +02:00