CasualPokePlayer
172f6cbbde
libchdr linux build
2024-04-29 22:29:24 -07:00
CasualPokePlayer
21b6bd331b
Add CHD CD support
2024-04-29 22:21:47 -07:00
Sergio Martin
9dcb84336e
Wiring up GPGX as core for SMS, GG, and SG ( #3902 )
...
* Adding GPGX as core for SMS and GG
* Enabling SMS FM selection
* Allow selecting PicoDrive as the preferred core for MD/Genesis
---------
Co-authored-by: James Groom <OSSYoshiRulz+GitHub@gmail.com>
Co-authored-by: feos <feykomylce@gmail.com>
2024-04-28 20:10:44 +03:00
James Groom
8a0bf19869
Restore previous GPGX display name
...
if you're going to fix this, fix the rest at the same time, and use the name verbatim with spaces
2024-04-28 23:54:57 +10:00
feos
50cc68a9b3
this too...
2024-04-28 14:37:25 +03:00
feos
e5a2d9ee41
update gpgx for even smaller port diff
...
include sms/gg stuff
2024-04-28 14:36:23 +03:00
James Groom
653844e692
Add workaround for a Mono bug
2024-04-27 18:50:59 +00:00
CasualPokePlayer
127209f3a2
Fix wrong track mode being given to gpgx
2024-04-27 06:15:49 -07:00
CasualPokePlayer
eeebd39a11
really fix gpgx cd audio this time
2024-04-27 05:34:45 -07:00
YoshiRulz
72f345946e
Bump version in Nix `mkShell` for `flatc`
2024-04-27 22:32:02 +10:00
YoshiRulz
f2b3486cc9
Restore Nix `mkShell` for `flatc`
...
partially reverts 06ceec639
2024-04-27 22:18:50 +10:00
James Groom
df0ae2c2d0
Leave some comments in `LuaConsole.InputBox_KeyDown`
2024-04-27 12:15:10 +00:00
James Groom
6ed83ed7a0
Improve UX for long-running commands in the Lua REPL
2024-04-27 12:13:28 +00:00
CasualPokePlayer
212878397e
fix gpgx audio harder
2024-04-27 03:21:51 -07:00
CasualPokePlayer
095d160034
try fixing gpgx cd audio
2024-04-27 03:12:27 -07:00
CasualPokePlayer
fb3578cfb4
commit updated flatc.exe
2024-04-27 03:12:25 -07:00
CasualPokePlayer
d4c4ef8f17
C# fixes for gpgx
2024-04-27 03:12:25 -07:00
CasualPokePlayer
06ceec6390
Fixup nyma flatbuffer comms, update flatbuffer
2024-04-27 02:52:14 -07:00
CasualPokePlayer
cb3c7610d5
Update to mednafen 1.32.1
2024-04-26 21:56:39 -07:00
CasualPokePlayer
85f83121ec
cleanup gpgx cinterface code
2024-04-26 16:41:06 -07:00
CasualPokePlayer
811555d594
fix gpgx invisible heap size
...
kb is not bytes
2024-04-26 16:26:00 -07:00
CasualPokePlayer
fb438863f5
Fix crash when saving CD ebram
2024-04-26 16:18:34 -07:00
CasualPokePlayer
80f209ed0d
Remove CD caching code
...
It was a sort of novel speed boost idea, but it doesn't work too well due to wbx heap limitations and the drive light still needing a callback anyways
2024-04-26 15:41:33 -07:00
CasualPokePlayer
979258f2cf
Fix calculation for disc buffer size needed
2024-04-26 14:41:22 -07:00
CasualPokePlayer
55fbf68c8a
Better calculation for disc buffer space needed
2024-04-26 13:53:28 -07:00
CasualPokePlayer
f1dec3dd07
C# changes for fixing GPGX drive light
2024-04-26 13:51:36 -07:00
CasualPokePlayer
f9b8a775b0
Fix drive light not appearing as much as it should
2024-04-26 13:50:37 -07:00
CasualPokePlayer
cb41b6512c
Rebuild GPGX
2024-04-26 13:12:45 -07:00
CasualPokePlayer
5326d76ec5
Fix GPGX CD buffer allocation
2024-04-26 12:55:21 -07:00
CasualPokePlayer
b91f328436
More C# changes for GPGX adjustments
2024-04-26 12:47:17 -07:00
CasualPokePlayer
3e3d8fbec3
improve CD stream init
2024-04-26 12:43:22 -07:00
CasualPokePlayer
9e2d239a02
Adjust C# parts for GPGX changes
2024-04-26 12:12:14 -07:00
CasualPokePlayer
ef72cbff43
Do changes to reduce diff against upstream GPGX
2024-04-26 11:58:02 -07:00
James Groom
821d632fc7
GitLab CI: Enable extra caching for Alpine Docker images
...
unfortunately can only be used with images distributed via Docker Hub at the moment, which excludes the .NET images
2024-04-26 15:53:12 +10:00
CasualPokePlayer
3c168ed64c
Fix crashes when a branch is saved/loaded while the main window is minimized
...
primarily occurs with the case of a lua script and the user decides to minimize the main window
2024-04-25 14:14:06 -07:00
James Groom
24d2794554
Fix typo in doc comment
...
fixes df36aaaa1
2024-04-25 14:14:04 +10:00
James Groom
df36aaaa1c
Add docs to the config props which control host audio volume
2024-04-25 04:09:39 +00:00
James Groom
887a66cc2a
GitLab CI: When any job fails, cancel pipeline
...
this may not work as intended with jobs which are allowed to fail, but we'll have to wait and see
2024-04-24 04:18:01 +10:00
Morilli
6f98be104a
Update waterbox readme
2024-04-22 17:28:02 +02:00
Sergio Martin
5cb1fe0042
Update Genesis Plus GX Core ( #3889 )
...
* Added deep freeze functionality
* Adding support for selecting sound chip
* Adding LUA interface to the deepfreeze list
* Implemented sprite always on top in the VDP
* Found and fixed the issue that manifested itself in a reset Gargoyles and an outright fail in Ristar. The issue was the use of a union type containing overlapping cd and cartdrige data. Using struct now to keep them separated
* Fix PC reg in tracelogs
---------
Co-authored-by: feos <feykomylce@gmail.com>
Co-authored-by: CasualPokePlayer <50538166+CasualPokePlayer@users.noreply.github.com>
2024-04-21 18:34:54 +03:00
Morilli
fd36a37f17
Fix BizHawk.Analyzer potentially throwing
...
Co-Authored-By: James Groom <13409956+YoshiRulz@users.noreply.github.com>
2024-04-20 17:01:59 +02:00
Morilli
17cf58c964
update analyzer packages
2024-04-20 17:01:42 +02:00
Morilli
e06369bed8
Fix inverted timestamp condition in branch id check
...
fixes 05abb3adfa
2024-04-20 12:46:28 +02:00
James Groom
1ff7d54511
Make Lua `onqueryitemtext` more resilient ( resolves #3897 )
2024-04-19 00:03:30 +10:00
James Groom
45e2307a7b
Reword a label for clarity in the bundler
2024-04-17 14:59:27 +10:00
Morilli
afd220c590
Add runtimes path to llvm dirs
...
something something core.sparseCheckoutCone and git versions
2024-04-15 06:17:06 +02:00
James Groom
8f963ba58c
Improve error dialog when `DiscMountJob` fails
2024-04-15 13:10:24 +10:00
James Groom
c35aeb992f
Don't start with `CompileCueJob` if the `ParseCueJob` had an error
2024-04-15 13:01:04 +10:00
CasualPokePlayer
8490a6a8fa
Bump libcxx to 18.1.3
2024-04-14 19:01:34 -07:00
CasualPokePlayer
880d8d9f07
rebuild bsnes, update link script / emulibc.h to work with clang-18
2024-04-14 12:57:18 -07:00