Commit graph

271 commits

Author SHA1 Message Date
Giovanni Cascione
b179e3bca0 LIBRETRO: update in-laucher playlist generator help 2025-03-30 10:42:33 +02:00
Giovanni Cascione
34c7bcb070 LIBRETRO: update README.md 2025-03-30 10:42:16 +02:00
Giovanni Cascione
5ef493824a LIBRETRO: JANITORIAL: fix typo 2025-03-30 10:41:59 +02:00
Giovanni Cascione
92597f2996 LIBRETRO: BUILD: drop third party db supported extensions 2025-03-30 10:41:43 +02:00
Giovanni Cascione
746cc04b8d LIBRETRO: add kFeatureShadersForGame flag 2025-03-30 10:41:25 +02:00
Giovanni Cascione
17e399b480 LIBRETRO: add kFeatureOpenGLForGame 2025-03-30 10:41:05 +02:00
Giovanni Cascione
8e9d265d81 LIBRETRO: BUILD: re-enable MT32 by default 2025-03-09 00:33:33 +01:00
Giovanni Cascione
f2be482cd0 LIBRETRO: BUILD: fix ctr defines 2025-02-23 17:08:47 +01:00
Giovanni Cascione
efae51003f LIBRETRO: BUILD: disable opengl for osx 2025-02-23 17:08:31 +01:00
Giovanni Cascione
25a65e555b LIBRETRO: fix mapper_get_mapper_key_index loop 2025-02-23 17:08:11 +01:00
Giovanni Cascione
3b17472f7d TETRAEDGE: BUILD: remove obb_archive.o from DETECT_OBJS 2025-02-05 13:12:52 +01:00
Giovanni Cascione
fd66964efd LIBRETRO: BUILD: fix gcw0 PRId64 / PRIu64 missing defines 2025-02-05 11:01:24 +01:00
Giovanni Cascione
72550dec75 LIBRETRO: BUILD: add workaround for android 2025-02-05 11:01:13 +01:00
Giovanni Cascione
e0046d539e LIBRETRO: BUILD: fix new module.mk rules depending on config.mk 2025-02-05 11:01:01 +01:00
Giovanni Cascione
60bdbf8255 LIBRETRO: BUILD: add components handling 2025-02-05 11:00:51 +01:00
Cameron Cawley
e03b609cdc GRAPHICS: Remove masks from ManagedSurface::transBlitFrom 2025-01-08 19:29:46 +02:00
Cameron Cawley
645f5d2e36 GRAPHICS: Remove overrideColor from ManagedSurface::transBlitFrom 2024-12-30 10:59:16 +02:00
Giovanni Cascione
7310d4e9f5 LIBRETRO: BUILD: set -O2 for rpis 2024-12-03 18:56:55 +01:00
Giovanni Cascione
9ee2dd061d LIBRETRO: BUILD: add RG353x platform 2024-12-03 18:56:37 +01:00
Giovanni Cascione
97379918cf LIBRETRO: BUILD: update odroidgo2 platform 2024-12-03 18:56:23 +01:00
Giovanni Cascione
7fedc533a5 LIBRETRO: BUILD: update rpi platforms 2024-12-03 18:56:01 +01:00
Giovanni Cascione
e1a7e29318 LIBRETRO: restore settings update on the fly 2024-11-14 17:12:05 +01:00
Giovanni Cascione
8e758267b1 LIBRETRO: fix description typo 2024-11-14 17:11:45 +01:00
Giovanni Cascione
d1488a13dc LIBRETRO: improve description of framerate cap setting 2024-11-14 01:31:49 +01:00
Giovanni Cascione
e12e2f9c80 LIBRETRO: drop frameskip settings
Frame rate setting can be used to improve performance on lower end devices instead
2024-11-14 01:31:33 +01:00
Giovanni Cascione
62c9bd8c5a LIBRETRO: drop timing inaccuracies setting
Frame rate setting can be used to improve performance on lower end devices instead
2024-11-14 01:31:20 +01:00
Giovanni Cascione
63ddb92608 LIBRETRO: drop unneeded function 2024-11-14 01:31:05 +01:00
Giovanni Cascione
8438bfe648 LIBRETRO: JANITORIAL: fix some formatting 2024-11-14 01:30:45 +01:00
Giovanni Cascione
d9f2a6296d LIBRETRO: limit cursor scaling to overlays
As game screen is always drawn at original resolution
2024-11-13 13:06:57 +01:00
Giovanni Cascione
d874e5795c LIBRETRO: add launcher redraw on resolution change 2024-11-13 13:06:42 +01:00
Giovanni Cascione
3a019c1c4c LIBRETRO: remove unneeded context reset 2024-11-13 13:06:29 +01:00
Giovanni Cascione
199d5ec885 LIBRETRO: simplify delayMillis 2024-11-13 13:06:13 +01:00
Giovanni Cascione
6349e5f085 LIBRETRO: use _overlayVisible to choose active surface 2024-11-13 13:06:00 +01:00
Giovanni Cascione
e09c521cd8 LIBRETRO: refactor av_status 2024-11-02 00:16:47 +01:00
Giovanni Cascione
958b6b74b1 LIBRETRO: add NEON feature test to LibretroOpenGLGraphics 2024-11-02 00:16:47 +01:00
Giovanni Cascione
742f88bd15 LIBRETRO: add GUI resolution settings 2024-11-02 00:16:47 +01:00
Giovanni Cascione
207a65c8eb LIBRETRO: increase initial value of max w/h to max engines request 2024-10-29 00:31:16 +01:00
Giovanni Cascione
d7276b9e6b LIBRETRO: add readability test to isDirectory() and getParent() 2024-10-29 00:30:46 +01:00
Giovanni Cascione
db6469306a LIBRETRO: add neon support 2024-10-29 00:30:23 +01:00
Giovanni Cascione
f6ff9f3d6f LIBRETRO: move paths checks to applyBackendSettings() 2024-10-25 20:27:28 +02:00
Giovanni Cascione
3a94cf76c0 LIBRETRO: add path checks on settings change 2024-10-25 20:27:03 +02:00
Giovanni Cascione
dbc7039622 LIBRETRO: split settings path checks in separate function 2024-10-25 20:26:39 +02:00
Giovanni Cascione
576e2251c7 LIBRETRO: add checks for iconspath 2024-10-25 20:26:05 +02:00
Giovanni Cascione
27c7b5e5cb LIBRETRO: add readability condition to load paths 2024-10-25 20:25:42 +02:00
Giovanni Cascione
133eea820c LIBRETRO: fix pointer input coordinates 2024-10-22 19:40:07 +02:00
Rudi Heitbaum
8dffadf672 LIBRETRO: BUILD: Allow fallback to curl if wget is missing (#68) 2024-10-22 19:39:54 +02:00
Giovanni Cascione
35f9f7eb71 LIBRETRO: handle resizing to native res in hw rendering 2024-10-22 19:39:37 +02:00
Giovanni Cascione
79e0d08e91 LIBRETRO: JANITORIAL: cleanup 2024-10-22 19:39:10 +02:00
Giovanni Cascione
a874244a6d LIBRETRO: rewrite surface graphics manager and split sources 2024-10-22 19:38:50 +02:00
Le Philousophe
fdd11d0714 BACKENDS: FS: Implement atomic file write for stdio stream backend
This implementation creates a temporary file (suffixed with .tmp) and
renames it to the expected file name when the file is closed.
If the renaming fails, the destination file is removed and renaming is
tried again to handle cases where renaming over an existing file is not
supported by the underlying OS.
2024-10-15 22:45:50 +02:00