DisasterMo
|
3bac8a470e
|
Fix Crowdin config & workflow
Also add new languages and update translation scripts
|
2022-12-11 15:06:28 +01:00 |
|
ds22x
|
2de6feecbc
|
Merge branch 'ekeeke:master' into master
|
2022-11-28 04:45:37 +01:00 |
|
ekeeke
|
46652c7fd7
|
[Core/MD] fixed MegaSD audio sample counter still getting updated while audio playback is paused (fixes #471)
|
2022-11-28 01:11:13 +01:00 |
|
ekeeke
|
1925efe4d7
|
[Core/VDP] improved HBLANK flag timing accuracy (fixes #470)
|
2022-11-26 16:48:22 +01:00 |
|
ekeeke
|
1c972f5482
|
[Core/CD] improved GFX timing accuracy (fixes "Night Striker" crashing after completing a game)
|
2022-11-26 16:24:09 +01:00 |
|
ekeeke
|
e4a1237413
|
[Wii] added back default menu key (HOME button) to prevent lockups in case of incorrect input settings
|
2022-11-26 14:56:26 +01:00 |
|
ds22x
|
3abf975785
|
Merge branch 'ekeeke:master' into master
|
2022-11-09 22:47:19 +01:00 |
|
ekeeke
|
4190bd1d3c
|
Merge branch 'master' of https://github.com/ekeeke/Genesis-Plus-GX
|
2022-11-07 19:57:45 +01:00 |
|
ekeeke
|
5ca459d53f
|
[Wii] added configurable menu key combo
|
2022-11-07 19:57:19 +01:00 |
|
ekeeke
|
5b7d5bfd56
|
[Wii] added configurable menu key combo
|
2022-11-07 19:56:03 +01:00 |
|
ekeeke
|
6ec9ac2729
|
[Core/SG] added SG-1000 II hardware with 8KB RAM extension adapter in selectable hardware models (fixes #437)
|
2022-10-29 13:51:34 +02:00 |
|
ekeeke
|
ec466a7c9e
|
[Gamecube/Wii] added configurable overclock setting for M68K, S68K and Z80 CPUs
|
2022-10-25 20:09:25 +02:00 |
|
ds22x
|
165f0b80a0
|
Fix accidental revert of unrelated code in libretro.c
|
2022-10-23 22:45:34 +02:00 |
|
ds22x
|
6eb2f35c81
|
Sync with upstream to implement 90bb356a17
|
2022-10-23 22:40:02 +02:00 |
|
ekeeke
|
90bb356a17
|
[libretro] fixed cheat support regression introduced in previous commit
|
2022-10-23 21:49:11 +02:00 |
|
ds22x
|
2c85a51a87
|
Revert 98b5c60355
|
2022-10-23 17:48:51 +02:00 |
|
ds22x
|
f215e402f4
|
Merge branch 'ekeeke:master' into master
|
2022-10-22 21:38:08 +02:00 |
|
ekeeke
|
98b5c60355
|
[Gamecube/Wii][libretro] added Mega-CD PRG-RAM & Word-RAM cheat codes support
|
2022-10-15 16:12:51 +02:00 |
|
orbea
|
0f9d57d6b8
|
Fix -Werror=strict-prototypes (#466)
This will be required for upcoming gcc and clang versions.
Reference: https://archives.gentoo.org/gentoo-dev/message/dd9f2d3082b8b6f8dfbccb0639e6e240
|
2022-10-11 23:10:06 +02:00 |
|
ekeeke
|
24b71ab2c2
|
[Core/MS] added missing GG-MS games in internal game database
|
2022-10-09 11:07:33 +02:00 |
|
ekeeke
|
d20b8dc1ae
|
Merge branch 'master' of https://github.com/ekeeke/Genesis-Plus-GX
|
2022-10-09 10:15:31 +02:00 |
|
ekeeke
|
ea8d299123
|
[Core/CD] improved GFX processing accuracy to halt it while Word RAM is allocated to Main CPU in 2M mode
|
2022-10-09 10:13:24 +02:00 |
|
nfp0
|
ff5f5c5ecf
|
Typo on libretro_core_options.h (#465)
|
2022-10-06 07:41:20 +02:00 |
|
ds22x
|
5cdb318540
|
Merge branch 'ekeeke:master' into master
|
2022-09-23 18:27:37 +02:00 |
|
ekeeke
|
dded47d5e7
|
[Core/VDP] added support for background color changes during HBLANK when display is disabled (fixes #462)
|
2022-09-19 14:11:16 +02:00 |
|
ekeeke
|
2d28c67316
|
[Core/VDP] added missing credits for enhanced 2-cell vscroll rendering mode
|
2022-09-19 14:03:44 +02:00 |
|
ds22x
|
aea7b9d547
|
Merge branch 'ekeeke:master' into master
|
2022-09-01 20:13:56 +02:00 |
|
ekeeke
|
b7a9a27fb0
|
[Core/MD] reverted previous incorrect change in MegaSD ROM write mapper
|
2022-08-31 18:19:18 +02:00 |
|
ekeeke
|
f5f192fc0a
|
Merge branch 'master' of https://github.com/ekeeke/Genesis-Plus-GX
|
2022-08-31 18:02:11 +02:00 |
|
ekeeke
|
eef172acf3
|
[Core/MD] reduced savestate size when both Mega CD and MegaSD hardware are detected (fixes savestates with MSU-MD games that have "SEGA MEGASD" in ROM header)
|
2022-08-31 18:01:39 +02:00 |
|
ds22x
|
9f407e830e
|
Merge branch 'ekeeke:master' into master
|
2022-08-13 13:51:35 +02:00 |
|
ds22x
|
c9b24e6de9
|
Merge pull request #307 from alexkiri/sdl_build_fix
Fix SDL build
|
2022-08-13 13:51:17 +02:00 |
|
Kiri
|
e5f77f14b9
|
Enchanced per-tile vertical scroll (#453)
* Enchanced per-tile vertical scroll implementation
* Comment cleanup
|
2022-08-13 08:11:41 +02:00 |
|
Alex Kiri
|
b46bc96f45
|
Code review cleanup
|
2022-08-13 07:30:11 +03:00 |
|
Alex Kiri
|
26e2640326
|
Fix SDL build
|
2022-08-12 21:04:22 +03:00 |
|
ds22x
|
ad92df802d
|
Merge branch 'ekeeke:master' into master
|
2022-08-09 03:54:38 +02:00 |
|
ekeeke
|
47d20265c9
|
[Core/Sound] fixed MAME YM2413 core operator output when EG is off (fixes issue #448)
|
2022-08-07 10:13:10 +02:00 |
|
LibretroAdmin
|
c660a37d50
|
Update .gitlab-ci.yml
|
2022-07-25 10:02:57 +02:00 |
|
libretroadmin
|
ee0e185b6e
|
(libretro.c) Use safer fill_pathname_join - tend to avoid snprintf
as earlier versions of MSVC didn't NULL terminate. This also saves
us from having to messily set the path separator per OS
|
2022-07-22 14:47:49 +02:00 |
|
ekeeke
|
e2fd222349
|
[Gamecube/Wii] bumped up config version
|
2022-06-18 15:25:00 +02:00 |
|
ds22x
|
643163443d
|
Merge pull request #301 from Swordfish90/fix-led-interface
Make libretro led interface optional for frontends.
|
2022-06-11 13:58:46 +02:00 |
|
Filippo Scognamiglio
|
8c593cc997
|
Make libretro led interface optional for frontends.
|
2022-06-11 08:54:59 +02:00 |
|
ds22x
|
6923673821
|
Merge branch 'ekeeke:master' into master
|
2022-06-07 04:08:01 +02:00 |
|
ekeeke
|
4ecd33f4cd
|
[Core/CD] fixed 32x32 pixels stamp index masking during GFX operation (fixes #436)
|
2022-05-31 01:52:17 +02:00 |
|
libretroadmin
|
73e6464762
|
Revert "Take out -DENABLE_SUB_68K_ADDRESS_ERROR_EXCEPTION, leads to heavy regressions for now"
This reverts commit f9e2c57818ae3874f8ecd49cabd81de6d586c410.
|
2022-05-17 15:54:07 +02:00 |
|
LibretroAdmin
|
f9e2c57818
|
Take out -DENABLE_SUB_68K_ADDRESS_ERROR_EXCEPTION, leads to heavy regressions for now
|
2022-05-16 12:59:58 +02:00 |
|
ds22x
|
492b4c63c5
|
Merge branch 'ekeeke:master' into master
|
2022-05-02 00:49:56 +02:00 |
|
ekeeke
|
e366ca817f
|
[Core/CD] added setting to enable/disable CD access time simulation
|
2022-05-01 15:47:18 +02:00 |
|
ds22x
|
ff5cefd90b
|
Merge branch 'ekeeke:master' into master
|
2022-04-27 12:52:17 +02:00 |
|
ekeeke
|
f43a4a7312
|
[Core/MS] added support for new Korean xx-in-1 mapper (128 Hap, Game Mo-eumjip 188 Hap)
|
2022-04-24 19:18:30 +02:00 |
|