This project is mirrored from https://*****@github.com/libretro/libretro-2048.git.
Pull mirroring updated .
- 15 Jan, 2021 1 commit
-
-
Libretro-Admin authored
-
- 14 Jan, 2021 2 commits
-
-
Libretro-Admin authored
[PS2] Make it to compile with new toolchain
-
Francisco Javier Trujillo Mata authored
-
- 07 Jan, 2021 1 commit
-
-
Libretro-Admin authored
-
- 06 Jan, 2021 2 commits
-
-
Libretro-Admin authored
-
Libretro-Admin authored
-
- 01 Jan, 2021 1 commit
-
-
Libretro-Admin authored
-
- 31 Dec, 2020 1 commit
-
-
Libretro-Admin authored
-
- 28 Dec, 2020 1 commit
-
-
Libretro-Admin authored
-
- 24 Dec, 2020 2 commits
-
-
Libretro-Admin authored
-
Libretro-Admin authored
-
- 19 Dec, 2020 1 commit
-
-
Libretro-Admin authored
-
- 05 Dec, 2020 1 commit
-
-
Libretro-Admin authored
-
- 17 Oct, 2020 1 commit
-
-
Libretro-Admin authored
-
- 15 Oct, 2020 1 commit
-
-
Libretro-Admin authored
-
- 06 Oct, 2020 11 commits
-
-
Libretro-Admin authored
-
Libretro-Admin authored
-
Libretro-Admin authored
-
Libretro-Admin authored
-
Libretro-Admin authored
-
Libretro-Admin authored
-
Libretro-Admin authored
-
Libretro-Admin authored
-
Libretro-Admin authored
-
Libretro-Admin authored
-
Libretro-Admin authored
-
- 20 May, 2020 1 commit
-
-
Libretro-Admin authored
Adapt PS2 port to latest status of the PS2SDK
-
- 19 May, 2020 3 commits
- 12 May, 2020 2 commits
-
-
Libretro-Admin authored
Add dos compilation
-
Vladimir Serbinenko authored
-
- 03 May, 2020 2 commits
-
-
Libretro-Admin authored
Recognize platform=unix-armv7-hardfloat-neon
-
Vladimir Serbinenko authored
-
- 02 May, 2020 3 commits
-
-
Libretro-Admin authored
Remove unused MSB_FIRST defines
-
Libretro-Admin authored
Provide default values for CC and CXX on QNX
-
Vladimir Serbinenko authored
-
- 30 Apr, 2020 1 commit
-
-
Vladimir Serbinenko authored
-
- 25 Mar, 2020 2 commits
-
-
Libretro-Admin authored
AppleTVOS platform build fix
-
fuzzard authored
Fixes building for Apple TVOS platform. prior to this, we get incorrect sysroot and arch target. Snippet of the build Log is below ``` /Applications/Xcode10.2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.2.sdk -miphoneos-version-min=5.0 -fPIC -dynamiclib -miphoneos-version-min=5.0 -o 2048_libretro_ios.dylib ./libretro.o ./game_noncairo.o ./game_shared.o -lm 15:11:47 clang: warning: using sysroot for 'AppleTVOS' but targeting 'iPhone' [-Wincompatible-sysroot] 15:11:47 ld: warning: ignoring file /Applications/Xcode10.2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.2.sdk/usr/lib/libm.tbd, missing required architecture armv7 in file /Applications/Xcode10.2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.2.sdk/usr/lib/libm.tbdld: warning: ignoring file /Applications/Xcode10.2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.2.sdk/usr/lib/libSystem.tbd, missing required architecture armv7 in file /Applications/Xcode10.2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.2.sdk/usr/lib/libSystem.tbd 15:11:47 15:11:47 Undefined symbols for architecture armv7: 15:11:47 "___error", referenced from: ``` Tested with Kodi libretro implementation on AppleTVOS 13.1 using Xcode 11
-