Commit Graph

201 Commits

Author SHA1 Message Date
LibretroAdmin
fc1f9aa005
Merge pull request #25 from warmenhoven/warmenhoven/pr/tvos13
tvos: properly set min supported version
2024-10-21 16:41:24 -05:00
Eric Warmenhoven
b4dd8dd079 tvos: properly set min supported version 2024-10-21 14:08:11 -04:00
LibretroAdmin
58e544ee8d
Update Makefile.libretro 2023-11-01 06:14:58 -07:00
LibretroAdmin
c433c10804
Merge pull request #22 from warmenhoven/dev/warmenhoven/tvos
Fix tvos build
2023-05-28 05:53:55 +02:00
Eric Warmenhoven
7d462c4fa1 Fix tvos build 2023-05-27 16:58:25 -04:00
libretroadmin
57e69cafce Update libretro-common 2023-02-21 13:36:03 +01:00
libretroadmin
dad6f84e40 Buildfix for PSL1GHT hopefully 2023-02-21 13:29:31 +01:00
LibretroAdmin
27610f705e
Update .gitlab-ci.yml 2023-02-21 13:20:24 +01:00
libretroadmin
ca0f1eb17c Update libretro-common 2023-02-21 13:15:45 +01:00
LibretroAdmin
7ee449e120
Merge pull request #21 from zoltanvb/master
Makefile fix to enable build for "unix-armv7-hardfloat-neon"
2022-08-06 13:06:08 +02:00
zoltanvb
8476afabde Makefile fix to enable build for "unix-armv7-hardfloat-neon" 2022-08-06 08:39:16 +02:00
LibretroAdmin
b2e7b2fbf4
Update .gitlab-ci.yml 2022-07-25 14:47:42 +02:00
Autechre
10d7318c37
Merge pull request #20 from jSTE0/miyoo-platform
Add Miyoo (OpenDingux ARM) build platform
2022-03-31 04:35:21 +01:00
jSTE0
7e7d136919 Add Miyoo (OpenDingux ARM) build platform 2022-03-30 22:24:31 +01:00
Autechre
b70e04f7d4
Merge pull request #19 from jdgleaver/dingux
Add OpenDingux build target
2022-03-01 15:45:45 +01:00
jdgleaver
a318b9addc Add OpenDingux build target 2022-03-01 13:48:41 +00:00
Autechre
bc23039872
Merge pull request #18 from jdgleaver/msvc-buildfix
Fix MSVC builds
2022-02-10 13:06:40 +01:00
jdgleaver
a4386644a5 Fix MSVC builds 2022-02-10 12:03:04 +00:00
Autechre
c36b89fa41
Merge pull request #17 from jdgleaver/misc-improvements
Assorted Improvements
2022-02-09 17:16:05 +01:00
jdgleaver
bc1119aa49 - Set correct core provided aspect ratio
- Add core option for cropping the (typically empty) borders either side of the game screen (should always be enabled unless the user wishes to see cheat mode indicators)
- Fix rendering when using the RGB565 pixel format and use RGB565 on all platforms (for improved performance)
- Fix infinite ammo/dynamite bug
- Add core options to expose internal game engine cheat modes:
    - Trainer Mode: Always have 6 bullets, 6 dynamite stick, 6 lives
    - Invulnerability Mode: Nothing can kill Rick (Use with care, may break the game)
    - Expose Mode: Highlight all entities on the game map
- Add input descriptors and configure input mapping for a more modern control method:
    - D-Pad Left: Left
    - D-Pad Up: Up
    - D-Pad Right: Right
    - D-Pad Down: Down
    - RetroPad A: Jump
    - RetroPad B: Fire Gun
    - RetroPad X: Jab Stick (+ Left/Right)
    - RetroPad Y: Set Dynamite
    - RetroPad Start: Pause
- Improve 'contentless' operation
    - Game data is now loaded from <system_dir>/xrick/data.zip (previously the path was <system_dir>/data.zip, which could potentially conflict with other cores)
    - A suitable OSD error notification is displayed when attempting contentless operation without a valid file in the frontend system directory
- Fix (very) poor quality audio playback
- In-game high score table is now recorded via the frontend SRAM interface
- Fix memory leaks
2022-02-09 15:25:08 +00:00
twinaphex
f91e4c8a45 Remove stdio.h includes 2021-11-02 15:49:20 +01:00
Autechre
36ef3004bf
Merge pull request #14 from garbear/fix-segfault
Fix segfault on missing sound file
2021-10-29 18:06:53 +02:00
Garrett Brown
ac34664135 Fix segfault on missing sound file 2021-10-29 08:35:15 -07:00
twinaphex
1feefc5d49 (zlib) Cleanup 2021-10-08 14:24:01 +02:00
twinaphex
4dad20b2f3 (libz) Slim down 2021-10-08 03:36:33 +02:00
twinaphex
e56a45ca9e Add VFS - make all file I/O go through VFS 2021-10-01 22:58:20 +02:00
twinaphex
2f3d1ffdbb Cleanups 2021-10-01 22:05:49 +02:00
twinaphex
a54f410b44 Cleanups 2021-10-01 21:50:56 +02:00
twinaphex
9aeae11841 Cleanups 2021-10-01 21:32:00 +02:00
twinaphex
75373853ea remove some more unneeded files 2021-10-01 20:47:14 +02:00
twinaphex
377eeefc14 Cleanups 2021-10-01 20:45:18 +02:00
twinaphex
154374c576 Cleanups 2021-10-01 20:34:26 +02:00
twinaphex
9ef594fad4 Cleanups 2021-10-01 20:30:38 +02:00
twinaphex
4387d7bcf3 Cleanups 2021-10-01 20:19:30 +02:00
twinaphex
1e9b8ca4db Cleanups - remove code we don't need 2021-10-01 20:14:20 +02:00
twinaphex
518654490c Remove ENABLE_JOYSTICK and other code we don't need 2021-10-01 19:56:35 +02:00
twinaphex
16fd67fd68 Cleanups - get rid of functions we don't use 2021-10-01 19:50:31 +02:00
twinaphex
251123a802 Remove files we don't need 2021-10-01 19:39:03 +02:00
twinaphex
d5dd26bd41 Cleanup some never used file I/O paths 2021-09-17 14:32:23 +02:00
Autechre
79bfb278d2
Merge pull request #13 from jdgleaver/block-extract-fix
Set 'block_extract = true' - required for the core to load data.zip
2021-07-24 17:38:22 +02:00
jdgleaver
ef6715e4ed Set 'block_extract = true' - required for the core to load data.zip 2021-07-24 12:26:48 +01:00
Autechre
f281911d5b
Update .gitlab-ci.yml 2021-05-12 16:54:04 +02:00
twinaphex
63065483dd Add ios-arm64/tvos-arm64 2021-03-11 06:31:08 +01:00
twinaphex
74fa3a5374 (MSVC) Embed MSVCRT runtime 2021-02-14 22:50:30 +01:00
twinaphex
5df66c1988 Add MSVC 2005/2010 cores 2021-02-11 16:33:31 +01:00
twinaphex
21c0c4e167 (MacOS) Add ARM64 MacOS build 2021-01-31 05:25:49 +01:00
twinaphex
f340c823b7 Add gamecube target 2021-01-24 19:12:22 +01:00
Autechre
c57db28475
Update .gitlab-ci.yml 2021-01-24 18:59:54 +01:00
Autechre
5b579601cf
Merge pull request #12 from IAmBoring/patch-1
Wii build
2021-01-24 17:26:21 +01:00
IAmBoring
0f439f29b0
Wii build 2021-01-14 04:04:10 +00:00