Commit Graph

213 Commits

Author SHA1 Message Date
Brad Parker 937081402b remove tab 2019-07-01 11:27:03 -04:00
Brad Parker 8d55c203c2 griffin: enable unix support 2019-07-01 11:26:12 -04:00
twinaphex 22320a4a91 (MSVC) Fix Griffin MSVC build 2019-05-27 22:22:45 +02:00
twinaphex 22d762be67 We need to split up zlib headers in libretro-common to its own separate
dir
2019-05-27 03:40:14 +02:00
Twinaphex 9c12037c43
Merge pull request #8829 from Dwedit/utf_8_fix_v3
UTF-8 Fix favoring MSVC 2010-2013
2019-05-22 05:23:49 +02:00
Brad Parker 04110576ea vc2010: Makefile.griffin buildfix 2019-05-21 22:17:20 -04:00
Dwedit 1faaf68d9d UTF-8 Fix favoring MSVC 2010-2013.
MSVC 2015 and 2017 projects: Add /utf-8 switch
Makefile.griffin: Add -utf-8 switch to MSVC 2015 builds
Makefile.msvc: Add -utf-8 switch to MSVC 2017 builds
intl/msg_hash files: Added BOM and MSVC 2010-2013 pragmas
menu_cbs.c: Replace Euro character with raw bytes
menu_osk_utf8_pages.h: Replace pragma with MSVC 2010-2013 version range
shaderparamsdialog.cpp: Add BOM and MSVC 2010-2013 pragma
2019-05-21 18:02:25 -05:00
twinaphex ebaa5b9941 Undefine HAVE_VIDEO_LAYOUT for now instead of implicitly enabling
it for every platform - will have to be individually enabled for
each platform first after rigorous testing
2019-05-13 01:57:26 +02:00
Huw Pascoe 7e0592198d video_layout build 2019-05-11 09:58:46 +01:00
twinaphex b9cdeebf35 Make menu widgets the new default 2019-05-03 15:55:44 +02:00
rsn8887 28ef222886 [VITA] Bluetooth mouse and keyboard support 2019-03-22 21:32:59 -05:00
Brad Parker 2582a802cd Makefile.griffin: add MMX where SSE is already defined 2019-02-18 15:29:11 -05:00
Brad Parker 542f2f4262 vc2005: fix MMX load instrinsics, add GL and ozone 2019-02-16 19:13:32 -05:00
orbea 28ff4b391a Clean up white space. 2019-02-03 16:00:50 -08:00
orbea bfc366decc Squeeze extra blank lines with cat(1).
Example:

find . -type f -iname '*.c' | while read -r i; do
  cat -s "$i" > "$i.new"
  mv "$i.new" "$i"
done
2019-01-08 11:04:58 -08:00
Brad Parker bbfbefa9dd easter egg 2019-01-05 18:33:29 -05:00
Brad Parker 88d61ddaf3 griffin: vc2005 buildfix 2019-01-03 18:57:00 -05:00
benoa d58c71cc3e Fix compiling with external libogc 2018-12-31 19:01:14 +01:00
twinaphex ba020720db Add HAVE_NETPLAYDISCOVERY 2018-10-12 18:29:52 +02:00
twinaphex bf5879a97f (wii/PSP) Disable HAVE_LANGEXTRA - these systems are RAM-strapped 2018-09-25 15:57:28 +02:00
twinaphex f069eeb017 (Wii/WiiU) Add HAVE_RUNAHEAD 2018-04-08 00:48:27 +02:00
Brad Parker 450fc90a15 griffin: add vc2015 Makefile target 2018-03-16 21:03:58 +00:00
twinaphex 2963288b29 SPIRV-Cross and glslang will compile with Griffin/MSVC targets now 2018-02-04 14:21:34 +01:00
twinaphex f611d1c357 * Compile C code with MSVC Makefile as C instead of C++
* Add compatibility tweak for MSVC in C mode for math functions
2018-01-01 17:38:04 +01:00
twinaphex a74ef2214d Start removing SINC ifdefs for individual Makefiles 2017-12-31 21:34:31 +01:00
Andrés 746c5e6845
Fix for empty console window on MSVC2003 builds 2017-12-18 09:42:24 -05:00
Brad Parker 02cb0fc583 griffin: add -DEBUG to linker flags for MSVC is building with DEBUG=1 2017-11-27 19:43:07 -05:00
Brad Parker ab5fa13027 some systems have lowercase drive letters 2017-11-27 17:42:12 -05:00
Brad Parker 8d4ba8d8c8 griffin: fix rest of msvc platforms 2017-11-14 10:26:39 -05:00
twinaphex e40d392605 Should hopefully work with MSVC this way 2017-11-14 14:28:26 +01:00
twinaphex 67fea30406 Remove remaining references to HAVE_FBO 2017-11-13 08:55:41 +01:00
twinaphex 360a3686a0 Update include dirs 2017-11-06 05:23:53 +01:00
Brad Parker 278d171483 griffin msvc2012/2013: find Win8.1 SDK installation path if not using custom toolchain 2017-09-12 05:52:20 +00:00
Brad Parker 4bed91d919 griffin msvc: remove unneeded exports, remove any trailing slashes from local directx sdk dirs 2017-09-12 05:52:20 +00:00
Brad Parker dc2ccffbd4 griffin msvc2010: allow using system directx sdk 2017-09-12 05:52:20 +00:00
Brad Parker b36d23c1a9 griffin msvc2010: find Win7 SDK installation path if not using custom toolchain 2017-09-12 05:52:20 +00:00
Brad Parker b6d2e10ded griffin: add vc2013 target 2017-09-12 05:52:20 +00:00
Brad Parker c29c48bacf griffin: add vc2012 target 2017-09-12 03:23:22 +00:00
Brad Parker 4d9ef0d9b6 griffin: add msvc2010 x64 support 2017-09-11 03:00:52 +00:00
Brad Parker 6b7fe304b8 griffin: add proper target versions for vc6/2005, add vc2010 x86 target 2017-09-11 03:00:52 +00:00
Brad Parker 5f2a35853d griffin: fix lib path for vc6, make directx optional (default off) for vc2003, add vc2005 target 2017-09-10 21:27:20 +00:00
Brad Parker aaddc416a1 vc6: allow specifying custom toolchain 2017-09-10 21:27:20 +00:00
Brad Parker 07566c51a1 VC6 buildfixes, add Makefile.griffin target for it 2017-09-07 11:50:10 -04:00
Brad Parker 0bda66cc2e applies to any msvc 2017-09-07 02:08:35 -04:00
Brad Parker 8e3a2ad480 add msvc2003 target to Makefile.griffin and cleanup whitespace 2017-09-07 02:03:21 -04:00
twinaphex de638b66b5 (GX) Start adding internal libogc 2017-08-19 08:46:04 +02:00
twinaphex 61473d8f15 Start adding hooks for internal libogc 2017-08-19 08:31:02 +02:00
Romain Tisserand cbe2d9a941 Preliminary MOD/S3M/XM support through ibmx library (part of micromod repository) 2017-08-04 15:05:29 +02:00
Francisco José García García 514412afe0 [VITA] Compress things a little 2017-04-27 08:10:35 +02:00
twinaphex 848d8a95ab Remove -marm for Vita 2017-04-26 15:42:23 +02:00
twinaphex 69abe6dbb9 Move deps/zlib to deps/libz 2017-03-25 10:05:33 +01:00
aliaspider ae0e519639 (Wii) buildfix for devkitPPC r29. 2017-01-23 16:01:53 +01:00
Sergi Granell 610f69757f Add DEPS_DIR to Makefile.griffin 2017-01-17 20:58:51 +01:00
Sergi Granell 4b4aeec445 (VITA) Use .c shaders 2017-01-17 20:58:51 +01:00
twinaphex 9893052df7 (vita) Buildfix 2016-12-14 21:24:17 +01:00
twinaphex 08a60c94d0 Move audio resampler drivers (Sinc/nearest) to libretro-common; maister gave permission to relicense to MIT 2016-12-12 13:02:29 +01:00
twinaphex 7af2e2e6b8 Add HAVE_CC_RESAMPLER to more Makefiles 2016-12-12 12:48:04 +01:00
Francisco José García García c68325a713 (VITA) Add support for -mthumb 2016-11-14 19:13:07 +01:00
twinaphex bb2de710c5 Attempt fix for Makefile.griffin 2016-10-17 23:53:06 +02:00
Francisco José García García 81e7a60759 (VITA) Try to use NEON 2016-10-17 18:39:53 +02:00
Francisco José García García 6ecbfbc22b (VITA) Enable database support 2016-10-10 11:43:05 +02:00
twinaphex c2bb410d8d Take out HAVE_BUILTIN_AUTOCONFIG - always include it 2016-10-04 07:33:57 +02:00
Sunguk Lee bd9db4ac55 (Vita) Back touch screen use L2/R2/L3/R3 2016-10-01 04:53:35 +09:00
twinaphex 9384875ab0 Don't use HAVE_NETPLAY any more 2016-09-29 21:07:10 +02:00
Francisco José García García 753d44957a (Vita) Turn O3 optimizations 2016-09-27 01:01:18 +02:00
Francisco José García García 55c8fc6a6e (VITA) Changes for dynarec vm support (uggly hack) 2016-09-26 01:06:44 +02:00
frangarcj d46a40e3c4 (VITA) USE STB FONT 2016-09-19 14:14:11 +02:00
frangarcj c3bf05de96 (VITA) Let's use SDK pthreads 2016-09-09 17:14:50 +02:00
frangarcj cf478647a1 (VITA) Fix build 2016-09-08 09:16:42 +02:00
twinaphex 2d4c624d4e (Vita) Add -lpng dependency 2016-09-06 22:25:08 +02:00
frangarcj d21938a015 (VITA) Slimming Vita2D 2016-09-06 12:03:18 +02:00
JuanVCS a87f858d0b Add safe homebrew flag
Added safe homebrew flag as per https://yifan.lu/2016/08/27/henkaku-update/
2016-09-05 21:48:59 -03:00
Francisco José García García 105d5fc20f (VITA) fiber based libco 2016-09-06 00:08:17 +02:00
twinaphex 4947d53f13 (Vita) Add -lSceMotion_stub 2016-08-26 15:12:38 +02:00
Francisco José García García c852c98e70 (VITA) FIX mame2000 2016-08-25 13:56:24 +02:00
Francisco José García García 5bd2364575 (VITA) Fix screenshots and some debug options 2016-08-23 18:17:46 +02:00
twinaphex 7b95ac7342 (Vita) Add HAVE_MATERIALUI too 2016-08-23 11:01:24 +02:00
Francisco José García García 4221374072 (VITA) Add XMB support 2016-08-23 02:49:53 +02:00
twinaphex a27f042731 Start preparing XMB for Vita 2016-08-19 19:10:31 +02:00
Francisco José García García 6e920f17dc (VITA) Add threads support 2016-08-19 02:59:25 +02:00
twinaphex 2cf255328d (Vita) Add baked-in zlib
(Emscripten )Add platform driver
2016-08-10 23:04:46 +02:00
twinaphex 328c6f7797 (Vita) Don't use baked in zlib - use system zlib 2016-08-02 15:31:09 +02:00
Francisco José García García 043b4589bc (VITA) Fix vita-make-fself typo 2016-08-02 00:11:51 +02:00
Francisco José García García 80e4da408f (VITA) Fix deps/vita2dlib 2016-08-01 02:12:15 +02:00
twinaphex 6093499610 (Vita) Buildfix 2016-08-01 00:54:11 +02:00
twinaphex 6a5fee664f (Vita) Start baking in libvita2d 2016-08-01 00:50:13 +02:00
twinaphex 3648ed583d (Vita) Add HAVE_IMAGEVIEWER for Vita too 2016-07-31 15:04:56 +02:00
Francisco José García García 2dd13faa74 (VITA) Changes for new vitasdk toolchain 2016-07-31 09:57:35 +02:00
twinaphex a3c7fb5fbf Take out HAVE_COMPRESSION - gets defined by Griffin 2016-07-30 11:40:05 +02:00
twinaphex a8eefa2057 Add HAVE_COMPRESSION for Griffin Makefile targets 2016-07-30 11:32:26 +02:00
twinaphex 63af59a198 Add HAVE_LANGEXTRA 2016-06-07 06:05:41 +02:00
aliaspider 5a80bd6b30 (VITA) build fix for latest sdk. 2016-06-05 22:01:25 +01:00
twinaphex de2d15c716 Add extra image format support to targets 2016-05-18 13:39:42 +02:00
twinaphex 0e3ff650c2 Remove WANT_RPNG 2016-05-17 13:41:40 +02:00
twinaphex 25ec6a8872 Add HAVE_JPEG to project files 2016-05-17 13:39:06 +02:00
twinaphex 65d33700d4 Move audio_utils to libretro-common as s16_to_float 2016-05-16 11:33:49 +02:00
twinaphex 7f1c4fa2ff Rename sinc_neon.S to sinc_resampler_neon.S 2016-03-14 15:49:02 +01:00
twinaphex 9a5ce5fdb3 Make HAVE_LIBRETRO_MANAGEMENT define obsolete 2016-02-03 12:31:29 +01:00
twinaphex 0f08220434 Add USBGECKO switch 2016-01-02 19:46:12 +01:00
twinaphex e67491d6a9 remove HAVE_LIBSICKSAXIS 2016-01-02 01:35:34 +01:00