Commit Graph

112 Commits

Author SHA1 Message Date
Ploggy
2972aa92e0
Update Makefile (#192) 2024-06-28 15:41:19 -07:00
LibretroAdmin
ab05295d81
Merge pull request #189 from mudl0rd/patch-1
Do not strip debug library
2024-05-07 07:35:41 -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
Eric Warmenhoven
4da79ed703 Fix tvos build 2023-05-27 14:13:42 -04: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
1fd6cc5dd0 (PS3) Add missing header include 2023-02-20 20:25:22 +01:00
crystalct
b22a6b19fd
PS3/PSL1GHT build fix (#176) 2022-03-27 16:09:42 +02:00
jdgleaver
70b0d070f5
'MEMORY_LOW' improvements (#163) 2021-11-08 19:34:11 +01:00
Salvador
4872dff400
Miyoo (#158)
* add Miyoo target

* add Miyoo target
2021-10-15 20:15:08 +02:00
twinaphex
08bf021eec MSVC2005 buildfix 2021-09-23 22:45:05 +02:00
Poligraf
98cde91713
add retrofw target 2021-08-12 22:40:57 +12:00
Francisco Javier Trujillo Mata
0622e2522f Use MEMORY_LOW for PS2 2021-05-28 00:24:20 +02:00
Francisco Javier Trujillo Mata
e5d175002f Fix issue with fast_sqrt 2021-05-28 00:24:20 +02:00
twinaphex
cc801758fd (MSVC) Embed MSVCRT runtime 2021-02-14 22:24:24 +01:00
twinaphex
6904262b3b Add MSVC 2005/2010 cores 2021-02-12 00:44:01 +01:00
twinaphex
29592dc40d (macOS) Set up CROSS_COMPILE for ARM 64bit 2021-01-28 10:10:59 +01:00
liberodark
a6644e406b
add armv8 support 2021-01-13 18:54:08 +01:00
twinaphex
87a74ba769 Update 2020-12-19 17:26:55 +01:00
jdgleaver
ebd5c8b87b Add OpenDingux target to .gitlab-ci.yml 2020-11-27 11:24:57 +00:00
Vladimir Serbinenko
341170d70f Fix and cleanup flags for gekko platforms 2020-05-14 10:04:49 +02:00
Vladimir Serbinenko
5b64cf1468 Switch from ad-hoc endianness handling to retro_endianness.h 2020-05-04 21:08:40 +02:00
Vladimir Serbinenko
333c8dc40b Fix psl1ght defines 2020-03-30 13:24:11 +02:00
twinaphex
0128c1e0b8 (MSVC 2017) Buildfix - not yet complete 2020-01-07 00:15:15 +01:00
Francisco Javier Trujillo Mata
38dae75c2a Include missing header in the PSP1 compilation 2019-10-16 00:50:37 +02:00
Twinaphex
4cca2e0cc4
Merge pull request #115 from yoshisuga/tvos_support
(tvOS) support building
2019-09-14 06:56:59 +02:00
Yoshi Sugawara
555142ef19 (tvOS) support building 2019-09-13 16:02:56 -07:00
Aaron Kling
363f6d48a1 libretro: fix 3ds and wiiu compile 2019-08-15 02:24:01 -05:00
Aaron Kling
be9e71c7ee Do not clear env LDFLAGS
This is to allow arch cross compile
2019-08-15 02:24:01 -05:00
Aaron Kling
bb293df3b2 libretro: allow mingw cross compile 2019-08-15 02:24:01 -05:00
Yoshi Sugawara
835f5bc984 iOS: support for building using buildbot recipe 2019-08-13 11:08:58 -10:00
BringerethOfLight
6cef14e62b fixes some of the malloc/free/access errors. more remain where that came from. 2019-06-14 10:40:54 +00:00
barbudreadmon
b575dad447
Fix cross-building for cores-linux-arm7neonhf 2019-03-18 21:52:40 +01:00
twinaphex
2396987302 Add MSVC 2017 target 2019-01-03 11:32:06 +01:00
Ryan 'Swingflip' Hamlin
5a758fd5e4 Added A7A7 2018-11-17 20:20:49 +00:00
twinaphex
b516a666f7 Add libnx target 2018-09-30 03:52:24 +02:00
twinaphex
3ff6c1c30e Fix build for MSVC 2010 x64 2018-08-24 20:14:53 +02:00
twinaphex
acedbbd1eb Buildfixes 2018-08-24 19:01:36 +02:00
Rechi
cea418d67b [fix] link with CoreFoundation framework for osx and ios 2018-05-24 10:09:07 +02:00
twinaphex
76261fb93f update Xbox OG 2018-02-19 11:59:04 +01:00
twinaphex
a907bcc7d3 Add Switch target 2018-01-04 23:07:47 +01:00
twinaphex
f6f8361dc4 Fix MSVC 2005 2017-12-24 23:22:15 +01:00
twinaphex
8d67a81731 Add MSVC 2003 compatibility 2017-12-24 23:08:44 +01:00
Yoshi Sugawara
12c9420b53 support for iOS arm64 build 2017-09-29 05:27:34 -10:00
twinaphex
96418e1857 Update 2017-09-16 09:30:40 +02:00
twinaphex
0e48ec2df9 Simplify rules 2017-09-16 05:58:23 +02:00
twinaphex
ba93e06273 Add xbox/xbox 360 targets 2017-09-15 15:59:16 +02:00
Adrien Plazas
8b1cd139ec Add install and unintall rules 2017-09-14 16:47:00 +02:00
twinaphex
d2532ad1e1 Add msvc 2005 target 2017-08-04 17:59:43 +02:00