libretroadmin
9d412db570
Removed rendering stats
2024-05-24 01:39:03 +02:00
libretroadmin
b1c13e4671
Cleanups
2024-05-24 01:25:17 +02:00
libretroadmin
d17fc6b2d8
Don't need block->user and CheckHeap - removing block->user fixes
...
crash on exit/shutdown on iOS
2024-05-24 01:13:34 +02:00
libretroadmin
d15e83699c
Make function static
2024-05-22 14:44:58 +02:00
libretroadmin
c847150cb2
General cleanups - prob no functional differences:
...
* Make sure whatever gets initialized/set in retro_load_game is
deinitialized/unset in retro_unload_game, and vice versa for retro_init/retro_deinit
2024-05-22 14:27:22 +02:00
LibretroAdmin
ab05295d81
Merge pull request #189 from mudl0rd/patch-1
...
Do not strip debug library
2024-05-07 07:35:41 -07:00
LibretroAdmin
ab044afe6c
Merge pull request #191 from heitbaum/patch-1
...
fix compile with gcc-14
2024-05-07 07:35:08 -07:00
Rudi Heitbaum
f656a9e0e6
fix compile with gcc-14
...
ftruncate and fileno are not defined unless a minimum of _POSIX_C_SOURCE=199309L is set
fixes:
libretro/libretro-common/vfs/vfs_implementation.c: In function 'retro_vfs_file_truncate_impl':
libretro/libretro-common/vfs/vfs_implementation.c:619:18: error: implicit declaration of function 'ftruncate'; did you mean 'strncat'? [-Wimplicit-function-declaration]
619 | if (stream && ftruncate(fileno(stream->fp), (off_t)length) == 0)
| ^~~~~~~~~
| strncat
libretro/libretro-common/vfs/vfs_implementation.c:619:28: error: implicit declaration of function 'fileno'; did you mean 'd_fileno'? [-Wimplicit-function-declaration]
619 | if (stream && ftruncate(fileno(stream->fp), (off_t)length) == 0)
| ^~~~~~
| d_fileno
2024-05-07 15:12:05 +10:00
Allege
6be5a20bd6
Do not strip debug library
2024-02-08 06:39:28 +11:00
LibretroAdmin
6ec854969f
Merge pull request #184 from warmenhoven/dev/warmenhoven/tvos
...
Fix tvos build
2023-05-28 05:57:29 +02:00
Eric Warmenhoven
4da79ed703
Fix tvos build
2023-05-27 14:13:42 -04:00
libretroadmin
47a95e921e
Fixes IWAD loading
2023-03-15 20:34:02 +01:00
libretroadmin
d9c3975669
Define HAVE_STRLWR for PSL1GHT
2023-02-20 20:41:19 +01:00
libretroadmin
9a19d31b53
Add PLATFORM_DEFINES to COMMON_DEFINES
2023-02-20 20:36:50 +01:00
libretroadmin
5e9a52d135
Exclude features_cpu
2023-02-20 20:30:12 +01:00
libretroadmin
1fd6cc5dd0
(PS3) Add missing header include
2023-02-20 20:25:22 +01:00
libretroadmin
0827aba637
iUpdate libretro-common
2023-02-20 20:24:41 +01:00
LibretroAdmin
ddaa6e34d2
Update .gitlab-ci.yml
2023-02-20 19:20:05 +01:00
LibretroAdmin
1de4411265
Merge pull request #180 from DisasterMo/crowdin-sync
...
Fix Crowdin config & workflow
2023-01-02 22:49:53 +01:00
DisasterMo
6435f70dae
Fix Crowdin config & workflow
...
Also add new languages and update translation scripts
2023-01-02 21:20:26 +01:00
LibretroAdmin
4e671fa0a4
Update .gitlab-ci.yml
2022-07-24 11:17:22 +02:00
libretroadmin
39d612dbd2
* Prevent multiple strlen calls if one will do
...
* Use strlcpy instead of snprintf if we just need to copy a string
* Use fill_pathname_join where appropriate
2022-07-22 15:14:48 +02:00
libretroadmin
dd6192e94e
Reduce strlens
2022-07-21 17:08:53 +02:00
crystalct
b22a6b19fd
PS3/PSL1GHT build fix ( #176 )
2022-03-27 16:09:42 +02:00
Michael Burgardt
4191903047
Enable Indonesian, Swedish and Ukrainian localisations ( #175 )
2022-01-29 11:02:34 +01:00
github-actions[bot]
9ce6bd90d7
Fetch translations & Recreate libretro_core_options_intl.h
2022-01-28 16:16:15 +00:00
github-actions[bot]
af1b5bf89d
Fetch translations & Recreate libretro_core_options_intl.h
2022-01-21 16:14:41 +00:00
github-actions[bot]
938213a7a0
Fetch translations & Recreate libretro_core_options_intl.h
2022-01-14 16:15:04 +00:00
github-actions[bot]
e389ee83fd
Fetch translations & Recreate libretro_core_options_intl.h
2021-12-24 16:14:47 +00:00
github-actions[bot]
a439904ddc
Fetch translations & Recreate libretro_core_options_intl.h
2021-12-10 16:14:47 +00:00
github-actions[bot]
de19b11245
Fetch translations & Recreate libretro_core_options_intl.h
2021-12-03 16:14:51 +00:00
github-actions[bot]
476f74173d
Fetch translations & Recreate libretro_core_options_intl.h
2021-11-26 16:14:50 +00:00
Michael Burgardt
bef7e28ace
Update core options to v2 and sync with Crowdin ( #171 )
2021-11-25 18:01:19 +01:00
jdgleaver
0f5927db4f
'MEMORY_LOW' platforms: Enable configuration of purge limit + fix loading of Hacx WAD ( #164 )
2021-11-09 16:37:57 +01:00
jdgleaver
70b0d070f5
'MEMORY_LOW' improvements ( #163 )
2021-11-08 19:34:11 +01:00
twinaphex
1b28eeb5c8
Cleanups
2021-11-06 18:46:41 +01:00
twinaphex
b6f66b9ee8
Bandaid fix/hack for now (as proposed by jdg) for this stable
2021-11-05 18:55:07 +01:00
twinaphex
16abf22373
Temporary hack for now to get rid of segfault on Windows
2021-11-05 15:49:12 +01:00
jdgleaver
ee17bf3632
Prevent segfault when applying cheats before a level has loaded ( #161 )
2021-11-05 15:12:05 +01:00
jdgleaver
e8ebfe780f
Fix memory leaks + prevent potential segfault when saving/loading games ( #160 )
2021-11-04 19:27:27 +01:00
jdgleaver
cb13c1561d
Fix core options version detection ( #159 )
2021-11-03 18:35:54 +01:00
twinaphex
e872f8c59b
Get rid of stdio.h header includes where possible
2021-11-02 15:28:12 +01:00
Salvador
4872dff400
Miyoo ( #158 )
...
* add Miyoo target
* add Miyoo target
2021-10-15 20:15:08 +02:00
twinaphex
1e4e73e858
Cleanups
2021-10-08 19:02:01 +02:00
twinaphex
ac76753b0c
fluidlite cleanups
2021-10-08 18:58:45 +02:00
twinaphex
45665da75f
(libvorbis) Cleanups - get rid of file I/O paths
2021-10-08 17:14:50 +02:00
twinaphex
2e3e16ae3f
Cleanup some dependencies
2021-10-08 16:59:44 +02:00
twinaphex
9100eae148
Cleanups - remove some printfs
2021-10-08 16:01:48 +02:00
twinaphex
08bf021eec
MSVC2005 buildfix
2021-09-23 22:45:05 +02:00
Autechre
d129159b7f
Merge pull request #156 from jdgleaver/load-defaults-vfs
...
Convert M_LoadDefaultsFile() to VFS file I/O
2021-09-21 17:05:09 +02:00