twinaphex
bddfca940e
Add HAVE_GDI switch
2019-07-11 13:18:38 +02:00
twinaphex
b2bf822f13
Add HAVE_AUDIOMIXER switch
2019-07-11 11:51:06 +02:00
Brad Parker
be032380ae
Makefile.griffin: add runahead to vc2010 and up
2019-07-09 17:52:57 -04:00
Brad Parker
1a45f85406
fix BOM markers, add CDROM read support to msvc versions in Makefile.griffin
2019-07-09 17:46:16 -04:00
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