Stephen Anthony
|
5e49f0fbbd
|
For Windows build, remove *all* DLL's before install, and only install
SDL2.dll.
|
2024-10-07 17:04:18 -02:30 |
Stephen Anthony
|
4c4c62f7a0
|
Re-add ZIP build for Windows.
|
2024-10-07 16:27:13 -02:30 |
Stephen Anthony
|
0f9cd119ab
|
Automatically remove old DLL's for Windows install.
This fixes exe not starting with latest release.
|
2024-10-06 20:36:06 -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 |
thrust26
|
cb61f676ec
|
minor doc fixes
|
2024-09-26 22:02:12 +02:00 |
Stephen Anthony
|
cb77dc1a8f
|
Potential speedup in Windows FSNode::getChildren().
Worst case is it doesn't improve at all.
|
2024-09-18 20:42:24 -02:30 |
thrust26
|
03c5d7f1cf
|
changed buttonLast type (fixes #1043)
|
2024-09-09 10:28:20 +02:00 |
thrust26
|
cb624aece0
|
Some fixes to ELF doc
|
2024-09-07 09:01:00 +02:00 |
Stephen Anthony
|
77e45307c4
|
Updated docs, merged back changes made to live page.
|
2024-09-06 21:30:49 -02:30 |
thrust26
|
2a509a2f82
|
updated screenshots for ELF developer options
|
2024-09-06 17:20:43 +02:00 |
Stephen Anthony
|
b1e297153b
|
Fix missing initializations.
|
2024-09-01 01:16:23 -02:30 |
Christian Speckner
|
1dd364bc8a
|
Merge remote-tracking branch 'origin/late-hmove-experiments'
|
2024-08-31 18:49:51 +02:00 |
Christian Speckner
|
59f82b1fe1
|
Remove cast.
|
2024-08-29 20:49:24 +02:00 |
Stephen Anthony
|
498e8bc4de
|
libretro: Fix interfacing with paddle sensitivity.
|
2024-08-29 14:27:28 -02:30 |
Stephen Anthony
|
bb374fb982
|
Minor fixes for warnings from clang-tidy.
|
2024-08-28 21:51:40 -02:30 |
thrust26
|
40ab63ff5e
|
Oops
|
2024-08-28 12:17:01 +02:00 |
thrust26
|
f3dd2cd884
|
removed dynamic_cast
removed unused method in Debugger
|
2024-08-28 11:09:15 +02:00 |
Stephen Anthony
|
d7eba0b54c
|
Fix minor warnings from clang-tidy.
|
2024-08-27 22:27:53 -02:30 |
Stephen Anthony
|
628c6fb370
|
Fix Unix build; minor formatting fixes.
|
2024-08-27 21:34:13 -02:30 |
Christian Speckner
|
4026ca4c80
|
Finish state widget.
|
2024-08-27 22:07:00 +02:00 |
Christian Speckner
|
74adffdd3a
|
Fix race on startup.
|
2024-08-27 22:06:48 +02:00 |
Christian Speckner
|
ca77a007dc
|
Fix bad downcast.
|
2024-08-27 21:15:32 +02:00 |
Christian Speckner
|
a0873b627b
|
Add ellipsis.
|
2024-08-27 21:15:32 +02:00 |
Stephen Anthony
|
ecad60d86c
|
Added missing class to Xcode project file.
|
2024-08-27 10:54:12 -02:30 |
Christian Speckner
|
2cf85c8ab2
|
Add ELF state widget.
|
2024-08-26 22:48:12 +02:00 |
Stephen Anthony
|
f76d70f68e
|
Add missing class to Xcode project.
|
2024-08-26 14:37:51 -02:30 |
Stephen Anthony
|
e89cf0b15b
|
Update sqlite to latest release.
|
2024-08-24 11:43:42 -02:30 |
Stephen Anthony
|
f59207a670
|
Updated httplib to latest release.
|
2024-08-24 11:35:16 -02:30 |
Stephen Anthony
|
54372fa5dd
|
Fix misplaced files in Visual Studio project file.
|
2024-08-23 21:24:49 -02:30 |
Stephen Anthony
|
36301137c4
|
Update libpng and zlib to latest releases.
|
2024-08-23 21:18:00 -02:30 |
Stephen Anthony
|
f8fed902f4
|
Update config.{guess,sub} to latest versions.
|
2024-08-23 20:52:04 -02:30 |
Stephen Anthony
|
ca84bb699f
|
Clean up Makefile a little, removing obsolete warning flags.
|
2024-08-23 20:45:49 -02:30 |
Stephen Anthony
|
0849a647e3
|
Fixes for suggestions from clang-tidy; mostly missing initializations.
|
2024-08-23 20:00:44 -02:30 |
Christian Speckner
|
ee7190851e
|
Fixes, make sure that an error during reload is visible after the launcher starts.
|
2024-08-23 22:43:18 +02:00 |
Christian Speckner
|
14d2b50edd
|
Improve handling of errors during console reload.
|
2024-08-22 13:10:12 +02:00 |
Christian Speckner
|
7644ba6fa8
|
Avoid crash if strict mode is enabled, console is reloaded and linking fails.
|
2024-08-21 23:09:32 +02:00 |
Christian Speckner
|
53d239c7e5
|
Ignore unresolved relocations unless ARM set to strict mode.
|
2024-08-21 22:46:58 +02:00 |
Christian Speckner
|
493f56e86a
|
Implement ARM image export.
|
2024-08-21 22:36:54 +02:00 |
Christian Speckner
|
57d9e120ce
|
Fix build warning.
|
2024-08-21 10:32:24 +02:00 |
Christian Speckner
|
c66cf897ec
|
Add UI for saving ARM image.
|
2024-08-20 23:11:18 +02:00 |
Stephen Anthony
|
2421292c83
|
Adding missing class to VS project.
|
2024-08-20 14:32:48 -02:30 |
Christian Speckner
|
36ebe43f16
|
Start work on ELF debug widget.
|
2024-08-20 18:49:47 +02:00 |
Stephen Anthony
|
d64ff2e5b7
|
Fix potential data loss in state save file.
|
2024-08-16 12:56:36 -02:30 |
Stephen Anthony
|
b74c66a82e
|
Fixes for minor clang-tidy warnings.
|
2024-08-14 18:42:37 -02:30 |
Christian Speckner
|
aee8a3e345
|
State loads.
|
2024-08-14 22:25:26 +02:00 |