66 Commits

Author SHA1 Message Date
gblues
6904101c44 Clean up trailing whitespace
== DETAILS

Really simple code cleanup, because my editor flags trailing whitespaces
and it's pretty annoying.
2017-12-12 00:24:18 -08:00
Alcaro
75c59aedcf
Update fopen_utf8.h 2017-12-04 20:23:45 +01:00
Alcaro
8df699984e
Update fopen_utf8.h 2017-12-04 16:34:56 +01:00
Alcaro
d74ad6cd5e
Create fopen_utf8.h 2017-12-04 16:32:40 +01:00
twinaphex
3bda00edaf (libretro-common) Add strldup to compat/strl 2017-11-23 17:51:55 +01:00
twinaphex
587747e030 Update 2017-09-12 23:09:06 +02:00
Brad Parker
6f572654a2 add va_copy for all MSVC below 2013 2017-09-06 23:05:31 -04:00
Brad Parker
0a1b3fedc0 VC6 support (targets NT 3.51) 2017-09-06 23:03:02 -04:00
twinaphex
c6887aa999 Update compat/zlib.h 2017-04-10 23:17:30 +02:00
twinaphex
ef733f0049 Update compat/zlib.h 2017-03-26 00:24:33 +01:00
twinaphex
91dabc3165 Cleanups 2017-03-25 23:07:50 +01:00
twinaphex
ed0aefaf6c Update deps/zlib/crc32.c 2017-03-25 01:31:04 +01:00
twinaphex
6d49ccf978 (zlib) Update adler32 2017-03-25 01:26:21 +01:00
twinaphex
64bb848daf Update headers (pt. 2 - libretro-common) 2017-01-22 13:58:20 +01:00
twinaphex
f4020aa011 (Xbox 360) Buildfixes 2017-01-19 20:28:12 +01:00
Brad Parker
f725b48555 starting to revert unicode changes 2016-12-03 00:15:29 -05:00
Brad Parker
d891f1c90b remove explicit unicode def/undefs 2016-12-02 14:34:29 -05:00
Twinaphex
18c52dac39 (iOS) Buildfix 2016-09-14 15:42:40 +02:00
twinaphex
37ddbc10da Buildfix 2016-09-14 14:11:19 +02:00
twinaphex
1b9a067bcc Move code to apple_compat.h 2016-09-14 14:10:39 +02:00
twinaphex
465d17a6e2 (libretro-common) Update files 2016-08-24 01:45:59 +02:00
twinaphex
3547fb3351 (libretro-common) Update headers 2016-08-24 01:20:32 +02:00
twinaphex
acf76f6a58 (libretro-common) Simplify compat_ctz 2016-08-19 20:18:04 +02:00
twinaphex
8617b9f649 Add zconf headers 2016-08-12 01:02:19 +02:00
twinaphex
35939125b0 (MSVC 2003) Start adding MSVC 2003 solution files 2006-01-17 04:25:59 +01:00
twinaphex
94545127a6 Ifdef __builtin_ctz to not be used for consoles 2016-06-11 22:21:04 +02:00
twinaphex
f4c3a41f84 (Win32) Implement application process events 2016-06-07 17:28:51 +02:00
twinaphex
b1fe3506d7 Change preprocessor conditional 2016-06-07 04:48:06 +02:00
twinaphex
d14444e0fc Include intrin.h header for MSVC 2016-06-07 04:22:21 +02:00
twinaphex
53701a565f Add compat_clz_u16 2016-06-07 04:15:27 +02:00
twinaphex
6fc943228e Create libretro-common/include/compat/intrinsics.h 2016-06-07 04:07:12 +02:00
twinaphex
e1d04737cb (OSX PPC) Add line to libretro-common/include/compat/zlib.h 2016-05-09 04:51:18 +02:00
twinaphex
08b7ac500b (libretro-common) Updates 2016-04-23 10:40:46 +02:00
twinaphex
9e06843127 Typo fix 2016-03-23 03:45:02 +01:00
twinaphex
b6941a045d isblank is available since MSVC 2013 2016-03-23 03:44:31 +01:00
twinaphex
5fe9f8dc11 We need the roundf macro for MSVC versions lower than 1800 2016-03-23 03:40:47 +01:00
twinaphex
f9992c5e47 Update libretro-common 2016-03-21 05:44:45 +01:00
twinaphex
f55ee11554 (libretro-common) Header updates 2016-03-20 17:13:31 +01:00
twinaphex
b40b169098 Copy over libretro-common changes 2016-03-20 04:49:59 +01:00
twinaphex
c9e6a91137 (Android) Bake in ifaddrs for Android 2016-03-03 02:08:47 +01:00
twinaphex
4de1726bf6 Define CGFloat for versions lower or equal to OSX 10.4 2016-01-17 19:58:31 +01:00
Higor Eurípedes
6dfa580dfa (runloop_msg) Add rarch_main_msg_queue_pushf() 2015-11-28 16:07:53 -03:00
twinaphex
ff7e5ee0c8 Avoid redefining HAVE_STRL 2015-11-11 21:59:51 +01:00
twinaphex
02a43c6b2a Change 'rarch' to 'retro' namespace in libretro-common 2015-10-26 03:18:13 +01:00
twinaphex
8c87ac03e5 Split up compat into separate files 2015-10-26 02:41:41 +01:00
twinaphex
911b9775a9 Assume strtok_r is not there on Mingw or MSVC 2015-10-03 02:33:26 +02:00
twinaphex
aed85c1617 (C89_BUILD) Some buildfixes 2015-09-18 06:51:17 +02:00
Lioncash
fc64f6d82a msvc: Conditionally enable the snprintf macro
VS2015 implements the normal form of snprintf, so the define will cause compile errors.
2015-09-14 21:50:09 -04:00
twinaphex
79f46c574f compat/msvc.h - define snprintf macro for _WIN32 too 2015-09-07 01:43:21 +02:00
Alcaro
dbccc4f4f0 Shut up some more warnings. 2015-09-06 16:07:26 +02:00