Commit Graph

7406 Commits

Author SHA1 Message Date
Stephen Anthony 36026b3164 Finally fixed Xcode project. 2022-09-01 15:07:57 -02:30
Stephen Anthony b2324da378 More fixes to Xcode project. 2022-09-01 14:12:52 -02:30
Thomas Jentzsch 64eac84bf9 Merge branch 'master' of https://github.com/stella-emu/stella 2022-09-01 17:47:35 +02:00
Thomas Jentzsch 3789843b39 allow playing KidVid without tapes 2022-09-01 17:47:19 +02:00
Stephen Anthony 284147e243 Second pass at fixing Xcode project. 2022-09-01 13:05:26 -02:30
Stephen Anthony e7e9e97afd First pass at fixing Xcode project. 2022-09-01 12:52:03 -02:30
Stephen Anthony 48bf93a2f0 Test commit from my Mac. 2022-09-01 12:19:47 -02:30
Thomas Jentzsch 601287f8c7 reworked KidVid code a little bit (still not working) 2022-09-01 13:58:43 +02:00
Stephen Anthony f8bcfc3c64 Fix minor initialization warning. 2022-08-25 20:57:57 -02:30
Thomas Jentzsch c0bea2763b disabled random start bank for MDM bankswitching ROMs 2022-08-22 09:36:38 +02:00
Thomas Jentzsch a7e19d1d6b fixed multiple images crash when no images exist 2022-08-22 09:35:53 +02:00
Stephen Anthony 31efb08742 Fix minor warning with g++ and tinyexif. 2022-08-21 19:42:37 -02:30
Stephen Anthony 19da02fb9c Final batch of fixes from clang-tidy (for now). 2022-08-21 19:33:08 -02:30
webgeek1234 c64277346a
libretro: android: Fix jni source paths (#921)
Change-Id: Ic580fee9833b4110ddcead0033e8106871b22241
2022-08-21 21:14:15 +02:00
Stephen Anthony fc0a8c91a8 Second pass at fixes for suggestions from clang-tidy. 2022-08-21 13:53:52 -02:30
Thomas Jentzsch faf7e8b775 added alternative debugger snapshot naming option 2022-08-21 12:49:13 +02:00
Stephen Anthony df8c7a6ff6 Merge branch 'master' of github.com:stella-emu/stella 2022-08-20 15:32:45 -02:30
Stephen Anthony f987c3f72c Yay, got clang-tidy working again. First pass at fixing suggestions. 2022-08-20 15:32:15 -02:30
Thomas Jentzsch 6a07d2b967 Merge branch 'master' of https://github.com/stella-emu/stella 2022-08-20 20:00:27 +02:00
Thomas Jentzsch ea05619402 added "swchb" command to debugger 2022-08-20 20:00:03 +02:00
Stephen Anthony 6215829efa libretro: Second pass at fixing Android builds. 2022-08-19 18:40:42 -02:30
Stephen Anthony e67b88d35f libretro: Attempt to fix Android build script. 2022-08-19 16:05:55 -02:30
Stephen Anthony 08a2c63a0b Update .gitignore for recent directory changes. 2022-08-19 15:26:17 -02:30
Thomas Jentzsch 27c694ac0e made image area in Launcher a square to allow better display of vertical oriented images (e.g. boxes)
changed unused image area background to black
2022-08-19 10:23:34 +02:00
Stephen Anthony 7c58ea2a61 Fixed a few new paths missed in previous commits. 2022-08-18 19:15:28 -02:30
Stephen Anthony 7f7079e0e9 Fix Windows auto-builds. 2022-08-18 19:06:18 -02:30
Thomas Jentzsch 8183bbc287 updated .gitignore for reorganized folders 2022-08-18 21:46:16 +02:00
Thomas Jentzsch f1a9ab580d fixed paths for Libretro 2022-08-18 21:40:21 +02:00
Thomas Jentzsch 4861e06e3c updated doc for reordered launcher top widgets 2022-08-18 20:03:48 +02:00
Thomas Jentzsch 34618aab46 enhanced multiple image sorting
improved image memory allocation
2022-08-18 16:31:54 +02:00
Stephen Anthony fea886d4b6 More rearrangements of classes in Visual Studio project file.
Some fixes for suggestions from VS.
2022-08-17 19:11:41 -02:30
Stephen Anthony 0a4a9e982c Remove debugging code. 2022-08-17 18:30:27 -02:30
Thomas Jentzsch d1d017f349 removed a debug cerr 2022-08-17 20:36:26 +02:00
Thomas Jentzsch 10dd13d997 two small fixes 2022-08-17 20:32:49 +02:00
Stephen Anthony 8975b98731 Placed all debugger gui files in `src/debugger/gui` in Visual Studio. 2022-08-17 12:54:24 -02:30
Stephen Anthony 11437646ae Fix `yacc` directory in Visual Studio. 2022-08-17 12:45:22 -02:30
Stephen Anthony bf541f0696 Move `yacc` directory to `src/debugger`. 2022-08-17 12:38:40 -02:30
Stephen Anthony a6cf504972 Fix Visual Studio project file for `src/lib` reorg. 2022-08-17 12:16:09 -02:30
Stephen Anthony 18534a4876 Move various libs to `src/lib`. Again, expect some breakage. 2022-08-17 11:41:31 -02:30
Stephen Anthony dffeacfad0 Fix paths in Windows build script. 2022-08-17 11:16:20 -02:30
Stephen Anthony d654994c78 First pass at moving platform-specific code to src/os.
Likely there *will* be breakage.
2022-08-17 10:50:57 -02:30
Stephen Anthony ea02ba769a Fixed segfault; reference to string was removed after it was assigned. 2022-08-17 09:40:13 -02:30
Stephen Anthony 540d503e7f Fix tinyexif in Visual Studio. 2022-08-17 08:05:42 -02:30
Stephen Anthony 13d933c429 Fixed tinyexif in Linux. Now to fix it in Windows. 2022-08-17 07:48:27 -02:30
Thomas Jentzsch f9a1782886 updated doc for multiple images format 2022-08-17 10:46:50 +02:00
Thomas Jentzsch 730b66cc08 added reading EXIF from JPG images 2022-08-17 10:08:57 +02:00
Thomas Jentzsch 7691b2606f made ROM info delay adaptive
some cleanup of the new JPG reading code
2022-08-17 09:17:04 +02:00
Stephen Anthony 6e4710750f Fix nanojpeg in Visual Studio. 2022-08-16 21:57:57 -02:30
Stephen Anthony f5d6760f0d Second pass at JPG support. nanojpeg *really* doesn't like being split into h/c files. 2022-08-16 21:45:19 -02:30
Stephen Anthony 6be7544fa4 Fix PNG/JPG loading in Linux. 2022-08-16 21:20:09 -02:30