Commit Graph

54 Commits

Author SHA1 Message Date
BearOso d8eb6c7074 libretro: Fix CFLAGS including CXXFLAGS. 2023-03-13 16:47:08 -05:00
BearOso 49b7d45fd0 libretro: Try c++14 for macOS. 2023-03-07 14:01:29 -06:00
BearOso 38603e8a0d libretro: Add -std=c++17 to macOS target. 2023-03-07 14:01:29 -06:00
Yoshi Sugawara bd9246ddd7 (tvOS) support building using tvOS SDK 2019-10-11 22:00:26 -05:00
Aaron Kling d93d4c95cb libretro: allow mingw cross compile 2019-10-11 22:00:26 -05:00
Twinaphex 9ed2d39d3b Update Makefile 2019-10-11 22:00:26 -05:00
jdgleaver 28cfaefd0e Fix build warnings 2019-10-11 22:00:26 -05:00
Emery Hemingway 47e2cf8b73 Tupfile for super-repositories
- Add Tupfile
- Revert Genode Make rules
- Allow LIBRETRO_COMM_DIR override
2019-10-11 22:00:26 -05:00
Brandon Wright 969a9c601e libretro: Fix stupidity. 2019-05-18 17:13:00 -05:00
Ryan 'Swingflip' Hamlin 78afba0581 Added Classic Armv7 A7 and A8A35 2019-05-18 17:12:06 -05:00
funbars 8be02bd5b5
libretro uwp 2019-05-15 13:30:24 -05:00
twinaphex a9a646eb60 Don't use O3 for MSVC 2019-02-12 18:27:26 -06:00
twinaphex 2b0e4b557d This text is not necessary 2018-12-29 11:50:29 -06:00
orbea 1fcfcbb4c3 libretro: Use -O3 instead of -O2. 2018-12-17 10:20:19 -08:00
Ryan 'Swingflip' Hamlin 25db75cdac Finished up Armv7 CortexA7 2018-12-13 12:19:09 -06:00
Ryan 'Swingflip' Hamlin b95d30529b Added Classic Armv7 A7 2018-12-13 12:19:03 -06:00
Emery Hemingway 2fbec27d95 Genode make rules 2018-12-13 12:18:53 -06:00
orbea 21d6275a85 libretro: Allow overriding -flto.
With some users it could be handy to set -flto manually, for example with gcc
its possible to get a speed up for linking with -flto=jobserver.
2018-12-01 14:58:48 -08:00
Brandon Wright 51601c523c Merge remote-tracking branch 'libretro/master' 2018-10-24 15:36:15 -05:00
meepingsnesroms 6a4af792da
Fix compiling on Mac OS Mojave 2018-10-12 09:24:28 -07:00
Brandon Wright 6cf60bc8ec Merge remote-tracking branch 'libretro/master' 2018-10-03 17:45:03 -05:00
lifajucejo 62e5a20186 Clean up libnx makefile and enable more optimizations 2018-09-30 10:25:16 -04:00
M4xw 4fcaf7b9ee [LIBNX] Initial Port 2018-09-27 23:41:04 +02:00
truidic c00dd988f5
lagfix unused 2018-08-29 12:27:40 -05:00
twinaphex 8940c6818f (PS3) Buildfixes 2018-08-29 09:49:51 -05:00
twinaphex d59ae41b6d Remove this for Wii/WiiU/Gamecube 2018-08-29 09:48:53 -05:00
twinaphex 8fa302f17c No -flto available for PS3 2018-08-29 09:48:37 -05:00
twinaphex 8aafefaade (PS3) Buildfixes 2018-08-28 23:36:29 +02:00
twinaphex 88db1ab09f Remove this for Wii/WiiU/Gamecube 2018-08-28 19:31:07 +02:00
twinaphex f09a33abd5 No -flto available for PS3 2018-08-28 18:21:23 +02:00
Dwedit 8064f7f289 Makefile Changes: Use Link-time optimization on GCC, and define __WIN32__ in all MSVC targets 2018-08-16 11:01:39 -05:00
Brandon Wright cf5681ad32 Add overclock and sprite limit options. 2018-08-06 15:51:35 -05:00
OV2 af9fc7e2de libretro: re-add parameter to detect missing symbols 2018-07-03 22:53:58 +02:00
Alberto Fustinoni 540c4bfec7 Formatting 2018-06-30 12:48:04 -05:00
Alberto Fustinoni fbc8e4a936 Comments 2018-06-30 12:48:03 -05:00
Alberto Fustinoni 73e9e8e4c3 Remove linker warnings 2018-06-30 12:48:03 -05:00
Alberto Fustinoni 247699123c logic 2018-06-30 12:48:03 -05:00
kwyxz 63297e4238 Allow Solaris build 2018-06-30 12:48:03 -05:00
OV2 614e4ba106 libretro: fix makefile compile 2018-05-26 16:10:55 +02:00
Brandon Wright 7b3bbda18b Update libretro port. 2018-05-25 17:03:10 -05:00
bearoso 3d52fb7629 Merge pull request #149 from loganmc10/master
Add Android (arm) build to libretro makefile
2016-11-15 17:34:55 -06:00
Logan McNaughton 7c4186220a Add Android (arm) build to libretro makefile 2016-11-15 10:51:11 -08:00
Logan McNaughton 695e2748b8 Add cortex-a53 to libretro Makefile 2016-11-15 11:23:09 -07:00
OV2 ae201d0bf5 libretro: merge changes from libretro repo 2016-10-08 21:34:18 +02:00
twinaphex 291a578a0a (OSX) Set min OS version to 10.6 2014-01-03 17:48:11 +01:00
twinaphex 0b208249df (iOS) Add SDK min version flags 2013-11-30 02:00:02 +01:00
twinaphex daa96ea570 Add -DARM for iOS and QNX (Blackberry) builds 2013-07-14 20:43:26 +02:00
twinaphex a4c39684a8 (Makefile Libretro) Add ARM target 2013-07-14 12:27:10 +02:00
twinaphex ef0d252dee (libretro Android) Add Android JNI Makefile 2013-05-18 20:56:16 +02:00
twinaphex 18bc78b886 (QNX libretro) Compiles for Blackberry QNX now as well 2013-05-18 20:30:32 +02:00