Commit Graph

5638 Commits

Author SHA1 Message Date
Stephen Anthony e601801764 Fixes for suggestions from clang-tidy. 2023-10-15 13:53:46 -02:30
thrust26 bc109182a0 Merge branch 'master' of https://github.com/stella-emu/stella 2023-10-02 10:04:17 +02:00
thrust26 28d21eb42b added that peeks to ROM hotspots return random values 2023-10-02 10:04:05 +02:00
Stephen Anthony 85f2304443 Fix minor warnings from clang. 2023-09-23 18:34:02 -02:30
lodefmode b2004d0c49
Movie Cart PAL format (#990)
* MVC format expanded to include vsync, vblank, overscan, visible, and framerate.
Allows for playback of various formats including, PAL.

* Match MovieCart title screen format to detected timing.
Does not affect encoded video content, just title screen.

* simple moviecart PAL examples

---------

Co-authored-by: LoDef Mode <lodef.mode@gmail.ca>
2023-09-16 15:43:25 +02:00
thrust26 afe84954a8 fixed comments and minor enhancement in CartFE 2023-09-15 13:52:39 +02:00
thrust26 dedeaf0849 minor RomImageWidget polishing 2023-09-15 11:10:34 +02:00
thrust26 ec5e3fbe17 changed FE bankswitching code to support up to 8 banks 2023-09-15 08:44:02 +02:00
thrust26 13d8e8e842 fixed warnings 2023-09-14 20:01:13 +02:00
thrust26 6f7c96aef1 fixed build without image support 2023-09-14 19:37:27 +02:00
Stephen Anthony c6e72beeff Fix ROM audit in Windows (fixes #988). 2023-09-12 19:42:15 -02:30
Stephen Anthony e030c8dea9 Fix missing first char when navigating ZIP files (fixes #989). 2023-09-12 13:57:23 -02:30
thrust26 cc9d26b37b minor property fix 2023-09-12 16:44:56 +02:00
thrust26 d08d6668d1 enhanced CartCV to support small ROMs (Part 3) 2023-09-12 11:22:45 +02:00
thrust26 3043acba1e enhanced CartCV to support small ROMs (Part 2) 2023-09-11 23:41:23 +02:00
thrust26 811bcfdf30 enhanced CartCV to support small ROMs 2023-09-11 22:26:01 +02:00
Stephen Anthony 74b682e572 Add bezel class to Xcode project. 2023-09-05 14:03:45 -02:30
Stephen Anthony dc1825f81f Fix minor warnings from clang. 2023-09-02 01:08:05 -02:30
thrust26 2ab1fc7107 added ROM image widget to tab order and moved event handling into it
added launcher list paging events for controllers
2023-09-01 11:44:59 +02:00
thrust26 68833dc904 some polishing for LauncherDialog (incl. doc) 2023-08-31 23:11:13 +02:00
thrust26 a948a7a9f9 fixed #984 2023-08-31 21:43:10 +02:00
thrust26 caa8cb72c0 added keyboard and controller support for image zooming 2023-08-31 19:57:45 +02:00
thrust26 065c0243d6 reworked some comments 2023-08-31 18:09:19 +02:00
thrust26 fefec189b0 added launcher image zooming 2023-08-31 17:59:51 +02:00
Christian Speckner 667ea467fc Never use alpha blending for source surfaces in QIS. 2023-08-30 22:40:52 +02:00
Christian Speckner 0c44764693 Account for HiDPI scaling when validating QIS blitter. 2023-08-30 22:40:31 +02:00
Christian Speckner 7c5d302f4f Fix allocation. 2023-08-29 23:33:04 +02:00
thrust26 374b49bf21 fixed build without IMAGE_SUPPORT 2023-08-29 23:20:19 +02:00
thrust26 1f40abef3f next oops 2023-08-29 16:41:09 +02:00
thrust26 c96c410c26 a few more bezel property updates 2023-08-29 16:19:05 +02:00
thrust26 b3a5d04544 Improved error handling when loading bezels 2023-08-29 13:51:10 +02:00
thrust26 7d7d574bcd minor CartDetector and property update 2023-08-29 13:50:23 +02:00
thrust26 deea1e37ea fixed zoom when switching bezel paths 2023-08-28 11:16:27 +02:00
thrust26 c2460b7c17 extended list of known renderers to latest SDL 2023-08-28 09:07:22 +02:00
thrust26 074c6ae4ca fixed zoom clamping 2023-08-27 22:39:50 +02:00
thrust26 0367923a77 Revert "experimenting with not clearing the framebuffer during emulation"
This reverts commit bd778e3c2b.
2023-08-27 22:37:55 +02:00
thrust26 647f3d48a5 improved the code for rendering non-rounded bezels only on load (this should work) 2023-08-27 16:57:36 +02:00
thrust26 e76b91720d minor zoom fix 2023-08-27 11:13:37 +02:00
thrust26 21879be8ab fixed BrowserDialog reuse
defined bezel help links
2023-08-27 11:05:33 +02:00
thrust26 bd778e3c2b experimenting with not clearing the framebuffer during emulation
added rounded bezel auto-detection and handling
2023-08-27 10:16:45 +02:00
thrust26 37422a838f oops 2023-08-27 08:14:02 +02:00
thrust26 03049ff93a reversed parameter order in FrameBuffer::renderTIA 2023-08-27 08:00:14 +02:00
Stephen Anthony 47661d0acd libretro: fix build issues with new bezel code. 2023-08-26 14:42:52 -02:30
thrust26 3f05523e16 fix current zoom level when enabling bezels 2023-08-26 18:21:58 +02:00
Stephen Anthony 1c126218b6 Fixes for warnings from clang. 2023-08-26 12:23:06 -02:30
thrust26 df34de46ab aligned VS project filters with folder structure 2023-08-26 14:54:07 +02:00
thrust26 adc7a3ce5e Merge remote-tracking branch 'remotes/origin/feature/bezels' 2023-08-26 14:06:31 +02:00
thrust26 682fb6ccc4 the usual IX fix 2023-08-26 14:02:44 +02:00
thrust26 3f1d5d644b added bezel hotkeys
renamed bezel settings
moved Bezel class to common
2023-08-26 13:50:39 +02:00
thrust26 b38c3a42b2 more bezel property updates 2023-08-26 13:39:10 +02:00
thrust26 328ef01423 added more bezel properties 2023-08-26 09:03:44 +02:00
thrust26 8dac721a65 a few minor changes 2023-08-25 21:31:17 +02:00
Stephen Anthony 432660f679 Updated sqlite3 to latest version (3.43.0). 2023-08-25 13:47:20 -02:30
thrust26 a5b394ab5f updated bezel properties and matching 2023-08-25 18:12:07 +02:00
thrust26 2077c0e9c2 IX fix #2 2023-08-25 17:04:55 +02:00
thrust26 25115b57bb IX fix 2023-08-25 16:41:51 +02:00
thrust26 c31ab36afe refactored bezel code
added variable bezel window support
2023-08-25 15:57:21 +02:00
Stephen Anthony e0374fe681 Fix compile error for libretro, and minor warnings from clang. 2023-08-24 12:31:06 -02:30
thrust26 201fc97ecb reverted to working (fixed) borders 2023-08-23 18:03:36 +02:00
thrust26 6b1191a16e added bezel borders 2023-08-23 17:47:58 +02:00
thrust26 62b3ef38d8 IX build fix 2023-08-22 15:48:06 +02:00
thrust26 f6d020d538 added automatic bezel name generation 2023-08-22 14:54:09 +02:00
thrust26 2134eede62 added missing change 2023-08-21 22:51:43 +02:00
thrust26 856ece86d0 added property for bezel file names 2023-08-21 22:34:33 +02:00
thrust26 3b53d3376e preliminary doc updates 2023-08-21 13:01:23 +02:00
thrust26 3f6fe5df5e fixed bezel blend mode bug (only showed with TV-effects && Interpolation enabled)
changed default hotkey for correct aspect ratio
2023-08-21 10:50:47 +02:00
thrust26 0b629f59c5 fixed info message positioning
made image paths changeable without restart
2023-08-20 07:46:33 +02:00
thrust26 d3b46c742d some small fixes 2023-08-19 19:25:50 +02:00
thrust26 53b3d0901c bezels working now (TODO: testing, doc) 2023-08-19 18:12:32 +02:00
thrust26 88e737c6f4 some changes for alpha channel support (still doesn't work :( ) 2023-08-17 20:31:42 +02:00
thrust26 9e268dda0c first try 2023-08-17 18:18:15 +02:00
thrust26 8f0ea1a70b fixed duplicate events (menu + emulation) in debugger 2023-08-16 07:28:35 +02:00
Stephen Anthony 58c12ca254 Updated Xcode for recent class additions. 2023-08-07 13:45:02 -02:30
thrust26 825d2339b9 trying to fix Linux build 2023-08-05 15:43:56 +02:00
thrust26 cbe0ba8eee added 03E0 bankswitching for Brazilian Parker Bros ROMs (resolves #887) 2023-08-05 15:20:46 +02:00
thrust26 8d6862062b added a tweak which allows searching for ROM names containing a space without starting the ROMs 2023-08-04 15:14:27 +02:00
thrust26 4a4a039404 update doc for removed "show all files" option
eliminated magic number for initially focus widget in LauncherDialog.cxx
2023-08-04 09:20:35 +02:00
Stephen Anthony 49fb4d01bb Remove 'launcherroms' option, in the process fixing #851. 2023-08-02 18:19:50 -02:30
Stephen Anthony 2e556fe6b6 A cleaner fix for the last commit. 2023-08-02 13:25:22 -02:30
Stephen Anthony 7c34bdd27b Fix error using string_view where string is expected. This needs to be fixed in json eventually. 2023-08-02 13:12:56 -02:30
Stephen Anthony 480f7ab9f0 Fixes for minor clang warnings. 2023-08-02 12:52:12 -02:30
thrust26 f7e46338b8 added default mapping controller port option (resolves #897) 2023-08-02 17:03:57 +02:00
Stephen Anthony 55e3874097 Some cleanup of CartAR class, in preparation for moving some code from System class. 2023-08-01 17:44:44 -02:30
Stephen Anthony 72227788b1 Some optimizations to FSNodePOSIX. 2023-07-01 22:05:05 -02:30
Stephen Anthony cf3b9eca89 Potential speedup in FSNodeWINDOWS::getSize(). 2023-06-30 22:40:05 -02:30
Stephen Anthony d47cdb3d3e Update Xcode project to recommended settings. 2023-06-22 10:54:00 -02:30
Stephen Anthony bdb5c15f0a Add missing class to Xcode. 2023-06-22 10:53:03 -02:30
thrust26 d5eeba505c added tootips to Options dialog (resolves #977) 2023-06-15 13:31:44 +02:00
Stephen Anthony d2fde2caff Minor fixes for suggestions from clang-tidy. 2023-06-14 19:47:17 -02:30
thrust26 5af0163e43 reordered cart detection order to improve correct detection rate 2023-06-14 14:08:11 +02:00
thrust26 56b555df35 fixed some warnings in VS 2023-06-14 09:58:31 +02:00
thrust26 cd59144999 minor fixes 2023-06-14 09:51:37 +02:00
thrust26 e06ca50b13 added phosphor to Amidar game properties 2023-06-14 09:50:56 +02:00
thrust26 ee13c16930 fixed QuadTari mapping storage 2023-06-12 17:45:18 +02:00
thrust26 0de952b0cb Merge branch 'master' of https://github.com/stella-emu/stella 2023-06-11 19:44:53 +02:00
thrust26 df3d3141f0 trying to fix #974 2023-06-11 19:44:41 +02:00
Stephen Anthony 3577e8db7b Adding missing include (fixes #971). 2023-06-04 19:26:27 -02:30
thrust26 88793d3d52 minor fixes for GL bankswitching 2023-06-04 14:24:32 +02:00
thrust26 8d0782ee6d Merge branch 'master' of https://github.com/stella-emu/stella 2023-06-03 21:03:24 +02:00
thrust26 21ff152c49 added limited GameLine Master Module bankswitching support 2023-06-03 21:03:07 +02:00
Stephen Anthony 2c661184c7 Update sqlite3 library. 2023-05-16 18:58:46 -02:30
thrust26 67a039b111 changed CommaVid ROMs to 4K size (fixes #969) 2023-05-09 12:26:12 +02:00
Stephen Anthony db7fe478c5 Oops, wrong commit last time; fix compile error in gcc 13. 2023-05-05 16:49:00 -02:30
Stephen Anthony ed68467ff0 Minor fixes from clang-tidy. 2023-04-17 16:59:44 -02:30
thrust26 76bd7f493f added missing PlusROM support for E7 bankswitching (fixes #965) 2023-04-09 15:18:24 +02:00
Thomas Jentzsch 1cc58b9d02 enhanced/fixed some controller default mappings 2023-03-26 10:23:38 +02:00
Thomas Jentzsch 8a1d390907 2nd Libretro fix attempt 2023-03-24 18:59:30 +01:00
Thomas Jentzsch ef4d712f2b trying to fix Libretro pipeline build error 2023-03-24 17:46:36 +01:00
Thomas Jentzsch d36afa740e fixed libretro builds 2023-03-24 16:24:06 +01:00
Thomas Jentzsch b8e2641e34 added right controller KEYBOARD properties for Star Raiders (auto detected as Joy 2B+) 2023-03-19 17:56:16 +01:00
Thomas Jentzsch dc780d8e25 added paging for PromptWidget output
fixed disAsm of graphic bits
2023-03-19 10:46:21 +01:00
Thomas Jentzsch fd7c4951c2 trying to address #962 for Linus & MacOS 2023-03-18 21:06:06 +01:00
Thomas Jentzsch 790bc51c83 added alternative theme, switchable via hotkey. this is a preparation for SDL2 supporting system theme change events (day/night) soon 2023-03-15 17:06:52 +01:00
Thomas Jentzsch 05a048186e minor fixes to debugger cart info 2023-03-15 16:46:43 +01:00
Thomas Jentzsch fb9323272a added missing changed class 2023-03-15 14:44:01 +01:00
Thomas Jentzsch 45157e8eb2 fixed odd ROM sizes for 3E+ (fixed #960 2023-03-15 13:57:30 +01:00
Thomas Jentzsch 93ea39d615 catch exception in BSPF::stoi (fixes #958) 2023-02-27 19:43:23 +01:00
Stephen Anthony 7676e9b4c8 Some fixes for warnings from cppcheck. 2023-02-18 15:33:28 -03:30
Thomas Jentzsch 0ac532519f fixed right controller detection for Maze Craze 2023-02-16 19:20:16 +01:00
Thomas Jentzsch e9ec5a09d3 enhanced PlusROM dialog to show device id 2023-02-08 09:50:36 +01:00
Stephen Anthony bbbaced452 Fix minor spelling mistake; there are no castrated goats here :) 2023-01-29 12:17:48 -03:30
Thomas Jentzsch 433d8da8a2 added "code in RAM" execution check for F4SC, F6SC and F8SC (addresses #933) 2023-01-29 12:55:03 +01:00
Thomas Jentzsch 5f1f90260c minor fix for unwind/rewind display string 2023-01-29 10:01:38 +01:00
Stephen Anthony b71573f1f6 Fix missing const caught by clang-tidy. 2023-01-28 19:22:31 -03:30
Thomas Jentzsch bc0dce8487 added two missing debugger save states 2023-01-28 10:22:07 +01:00
Stephen Anthony 07e0d35339 A few items I forgot in the last commit. 2023-01-26 17:04:05 -03:30
Stephen Anthony f72aff57a9 Further optimization to FSNodeWINDOWS; eliminate function call. 2023-01-26 16:44:16 -03:30
Thomas Jentzsch a4c5e57454 fixed jittering driving controller when using keyboard 2023-01-25 17:02:48 +01:00
Thomas Jentzsch 9d46bb614f re-enabled mouse and Stelladaptor input for Driving Controller (fixes #951) 2023-01-18 17:01:21 +01:00
Thomas Jentzsch dd5b16f997 Another attempt to fix #931 in a good way. 2023-01-17 23:04:52 +01:00
Thomas Jentzsch acbdaed7f3 Merge branch 'master' of https://github.com/stella-emu/stella 2023-01-17 16:29:23 +01:00
Thomas Jentzsch 951e74580b stop disassembling at areas marked as ROW (fixes #931) 2023-01-17 16:29:11 +01:00
Stephen Anthony d05957510a Small optimization; don't unnecessarily clear buffers. 2023-01-08 21:52:24 -03:30
Stephen Anthony 6ba428ff37 Fix Xcode project after recent refactoring. 2023-01-06 11:38:34 -03:30
Thomas Jentzsch 265a090cc1 improved driving controller responsiveness to digital input 2023-01-06 00:43:38 +01:00
Thomas Jentzsch cb4f3b4965 fixed saving driving controller mappings 2023-01-05 22:21:15 +01:00
Thomas Jentzsch e69c8f447c fixed Joy2B+ code for libretro 2023-01-05 08:37:48 +01:00
hunterk e14af76eb5
add Joy2B+ support to libretro (#950)
fixes #949 and returns input to Elevator Agent game
2023-01-05 08:33:14 +01:00
Stephen Anthony 8ded49c33a Fix compile error in clang-16; large number of constexpr string_view causes compile error. 2022-12-30 21:17:02 -03:30
Stephen Anthony 498af52ca2 Updated httplib, libpng and sqlite libs to latest releases. 2022-12-30 19:56:45 -03:30
Stephen Anthony 3458da8445 Remove FIXME for string_view conversion. 2022-12-30 18:34:12 -03:30
Stephen Anthony 89fb53a510 Minor string optimizations. 2022-12-30 18:00:37 -03:30
Stephen Anthony 9cc804d0e0 Updated files to 2023; an early Happy New Year to anyone reading this logs. 2022-12-30 14:11:04 -03:30
Stephen Anthony 72fe8ebebe Minor formatting fixes. 2022-12-29 20:03:24 -03:30
Stephen Anthony 226cc3c3c7 Another string_view conversion. 2022-12-29 15:22:38 -03:30
Stephen Anthony b09e6cb71c Convert MD5 functionality to proper C++17 class. 2022-12-29 12:25:39 -03:30
Stephen Anthony a15b56aa1e Various fixes for suggestions from clang-16. 2022-12-29 10:19:14 -03:30
Stephen Anthony 204aafa927 Remove std::stoi completely; reimplement with std::from_chars and string_view. 2022-12-28 20:57:31 -03:30
Thomas Jentzsch e150a3dd58 Merge branch 'master' of https://github.com/stella-emu/stella 2022-12-28 14:12:42 +01:00
Thomas Jentzsch 999e13b4d3 Added images processing files (Windows only) 2022-12-28 14:12:23 +01:00
Thomas Jentzsch ce46240aa7 added some more high score properties (resolves #929) 2022-12-25 10:07:51 +01:00
Stephen Anthony 027efc5979 Consolidate and refactor some code (mostly string conversions). 2022-12-24 16:42:08 -03:30
Stephen Anthony da0b491429 Fix potential crash on empty string. 2022-12-24 13:21:13 -03:30
Stephen Anthony 1657538b87 More conversions to string_view. 2022-12-23 20:01:24 -03:30
Thomas Jentzsch 0ad87a048f reworked RiotWidget 2022-12-22 14:25:05 +01:00
Stephen Anthony 313f7dd914 And a few more string_view conversions. 2022-12-21 20:36:35 -03:30
Stephen Anthony ff0bbf525f Yet more conversion of 'const char*' to string_view. 2022-12-21 20:20:30 -03:30
Stephen Anthony 1fa2e98988 More conversion of 'const char*' to string_view. 2022-12-21 19:24:37 -03:30
Thomas Jentzsch 60346c78cf reworked TIAWidget 2022-12-21 18:59:12 +01:00
Stephen Anthony 0b812334f3 Eliminate redundant checks for empty strings. 2022-12-21 12:25:40 -03:30
Stephen Anthony aaaea54310 Improve Bankswitch class efficiency by using string_view. 2022-12-20 22:16:11 -03:30
Thomas Jentzsch 82da36dd68 fixed two bugs regarding Joy2B+ controller 2022-12-20 11:07:53 +01:00
Stephen Anthony 54993268c7 Yet more conversion of 'const string&' to 'string_view'. 2022-12-19 19:33:19 -03:30
Stephen Anthony d4f1509def More conversion of 'const string&' to 'string_view'. 2022-12-19 17:21:36 -03:30
Thomas Jentzsch adbedfbbcf enhanced missile state display in debugger
updated 3E+ comments
2022-12-19 11:38:43 +01:00
Stephen Anthony f7e6e61d8a Default to using system-wide libsqlite3 on Linux/UNIX systems.
Fix for slow exit from app in this mode is now fixed.
2022-12-18 21:18:56 -03:30
Thomas Jentzsch d1073fc51f fixed messages lost when changing state with auto pause enabled (fixes #944) 2022-12-17 11:03:48 +01:00
Stephen Anthony 31cc0884db Convert 'const string&' to 'string_view', as per C++17 recommendations. WIP. 2022-12-16 19:15:30 -03:30
Thomas Jentzsch e1ef0045ac minor UI update to Power-on options dialog 2022-12-16 09:07:18 +01:00
Thomas Jentzsch 47a6b1de32 3e+ comments fixed 2022-12-14 18:15:27 +01:00
Stephen Anthony e8543ba075 Restrict RAM searching to hex values only. 2022-12-11 15:50:40 -03:30
Thomas Jentzsch 43a67ef224 added middle mouse button support (emulates double click) 2022-12-06 19:21:07 +01:00
Stephen Anthony dcc3eebab1 Updated zlib to latest version (1.2.13). 2022-12-04 20:42:14 -03:30
Stephen Anthony b17a2e63b2 Some refactoring in ZipHandler. Debugging code present for now. 2022-12-04 18:38:43 -03:30
Thomas Jentzsch 62a3a9275c fixed multi segment cart disassembly 2022-12-04 18:15:11 +01:00
Thomas Jentzsch 67ee544435 slightly optimized Thumb emulation for R77 2022-12-03 00:38:31 +01:00
Thomas Jentzsch d62f6a3380 and some more (forgot to save) 2022-12-02 19:52:03 +01:00
Thomas Jentzsch ccc4b6c832 some code cleanup 2022-12-02 19:51:24 +01:00
Stephen Anthony 6399147174 Disable warning for deadcode in Thumbulator. 2022-12-02 12:20:36 -03:30
Thomas Jentzsch 06e8e606e3 added Release PGO x64 build configuration for VS 2022-12-02 10:42:21 +01:00
Stephen Anthony e4d8072503 Convert more defines to static constexpr, take 2. 2022-12-01 19:13:44 -03:30
Stephen Anthony 61d6d89a21 Revert "Convert more defines to static constexpr."
This reverts commit 58382db331.

Mistakenly checked in debug code for another part of the codebase.
2022-12-01 19:08:27 -03:30
Stephen Anthony 58382db331 Convert more defines to static constexpr. 2022-12-01 19:04:01 -03:30
Stephen Anthony a37c76071a Fix missing braces on switch/case block. 2022-12-01 18:46:53 -03:30
Stephen Anthony 679a0318f9 Convert defines to static constexpr. 2022-12-01 18:31:31 -03:30
Stephen Anthony f9edb95a6e Implemented suggestions from clang-tidy-16 (mostly emplace vs. push_back). 2022-12-01 15:39:21 -03:30
Thomas Jentzsch b1f100147f added a few more FORCE_INLINE and inline hints 2022-11-30 09:33:04 +01:00
Thomas Jentzsch 50d2155d1b next try 2022-11-29 16:44:47 +01:00
Thomas Jentzsch 29225e2d93 Revert "improved inlining in VS (I hope this doesn't break the code again)"
This reverts commit 8c253f2cc4.
2022-11-29 16:10:43 +01:00
Thomas Jentzsch 8c253f2cc4 improved inlining in VS (I hope this doesn't break the code again) 2022-11-29 14:07:51 +01:00
Christian Speckner 9aa40fb150 Fix build. 2022-11-29 12:18:38 +01:00
Thomas Jentzsch f5bcf94592 trying to fix build errors 2022-11-29 11:12:08 +01:00
Thomas Jentzsch 025de6e8e9 accelerated emulation by using forced inlines 2022-11-29 10:53:31 +01:00
Thomas Jentzsch 38e8121b10 added global FORCE_INLINE macro
used FORCE_INLINE macro in Thumbulator
2022-11-29 09:23:39 +01:00
Thomas Jentzsch 866ee840de optimized thumb flags handling 2022-11-28 22:12:48 +01:00
Thomas Jentzsch 96d5a3ff5b optimized thumb branch instructions 2022-11-27 13:10:02 +01:00
Thomas Jentzsch bb1b0ab953 fixed 7800 pause button 2022-11-23 22:29:43 +01:00
Stephen Anthony cafc3572c3 Updates to Xcode project for Xcode 14. 2022-11-23 15:27:11 -03:30
Stephen Anthony fa49e03410 Updated to latest sqlite3 release. 2022-11-20 15:31:26 -03:30
Stephen Anthony 9ddacb45a9 Fix typo. 2022-11-17 15:36:35 -03:30