14323 Commits

Author SHA1 Message Date
twinaphex
480cd7c7ba Move msvc_compat.h to compat/ dir 2014-10-21 06:06:12 +02:00
twinaphex
54d0de3891 Remove general.h dependency in compat.c 2014-10-21 05:57:55 +02:00
twinaphex
002a2f6ecd (XMB) Fix signed/unsigned mismatches 2014-10-21 05:51:30 +02:00
twinaphex
ba2a2048a2 (MSVC) Silence signed/unsigned mismatches warnings 2014-10-21 05:45:43 +02:00
twinaphex
e33c6ef6b2 (360) Build fixes 2014-10-21 05:44:09 +02:00
twinaphex
e0c98a1059 (MSVC) Add XMB 2014-10-21 05:38:23 +02:00
twinaphex
9519304b12 (MSVC) Build fixes 2014-10-21 05:33:58 +02:00
twinaphex
497986f1f1 (MSVC 2010) Add INCDIR of Libretro SDK to solution 2014-10-21 05:31:33 +02:00
Twinaphex
ad41457a17 (iOS) Add libretro SDK include dir 2014-10-21 05:11:34 +02:00
twinaphex
3aed280dde (OSX) Add header path 2014-10-21 05:08:45 +02:00
twinaphex
c62d52de0f Start properly implementing libretro SDK for boolean.h include
header, glsym, and rthreads
2014-10-21 05:05:52 +02:00
twinaphex
0209536d4b (rthreads) Updates 2014-10-21 03:33:33 +02:00
Twinaphex
04d5ca50e9 rthreads - build fix 2014-10-21 03:28:26 +02:00
twinaphex
ca79265e4b Rename thread wrapper as rthreads - make it part of the libretro SDK 2014-10-21 03:25:59 +02:00
twinaphex
4f2e52a36f Get rid of some more header dependencies 2014-10-21 02:59:04 +02:00
twinaphex
a2e1c0e57a Move dependencies out of fifo_buffer.h 2014-10-21 02:48:51 +02:00
twinaphex
0a8226a08d dir_list.c - Get rid of dependencies on miscellaneous.h 2014-10-21 02:46:37 +02:00
twinaphex
90002bfeda core_options.c - get rid of some header dependencies 2014-10-21 02:45:18 +02:00
twinaphex
00115d1ebb Backport Lioncash's changes - https://github.com/libretro/RetroArch/pull/1170 2014-10-21 02:28:10 +02:00
twinaphex
3a947c450b (GL CG) Chane info variable to tracker_info 2014-10-21 02:21:13 +02:00
twinaphex
939b928adb Rename 'time' variables 2014-10-21 02:18:38 +02:00
twinaphex
375273720f (GX) Fix implicit declaration warnings 2014-10-21 01:34:00 +02:00
twinaphex
df153855c7 (RMenu) Fix build 2014-10-21 01:27:45 +02:00
twinaphex
719c7e445b (Salamander) Fix build 2014-10-21 01:24:25 +02:00
twinaphex
f6a4017127 (zlib) Add forward declarations to silence warnings 2014-10-21 01:22:57 +02:00
twinaphex
4134b3de69 (7z) Rename index variable 2014-10-21 01:16:48 +02:00
twinaphex
856d06ed23 pixconv.c - rename y0/y1 variables 2014-10-21 01:14:36 +02:00
twinaphex
031e8ebf1d (sinc resampler) Rename sinc variable to _sinc 2014-10-21 01:12:22 +02:00
twinaphex
1ea3c6f9fa rarch_disk_control_set_eject - don't name parameter variable 'log' 2014-10-21 01:10:29 +02:00
twinaphex
a8fd98e6dc Rename 'abs' local variable to 'absolute' 2014-10-21 01:09:24 +02:00
twinaphex
a6336e0735 Rewrite string_list_append so that it no longer uses a variable
named 'dup'
2014-10-21 01:08:18 +02:00
twinaphex
227dbdd39f Rewrite netplay_flip_port 2014-10-21 01:04:57 +02:00
twinaphex
c699a7683e (video_thread_wrapper.c) Rename thread_frame variable to thr_frame 2014-10-21 00:26:53 +02:00
twinaphex
2138a57efb hash.c - Avoid naming local variables 'crc32' 2014-10-21 00:25:36 +02:00
Twinaphex
dbb5f02e9d (Lakka) Remove unused variable 2014-10-21 00:23:25 +02:00
twinaphex
e7cb27b1de Rename crc32 variable 2014-10-21 00:19:00 +02:00
twinaphex
85ae740ec6 (gfx/gl.c) Rename index parameter variable 2014-10-21 00:16:48 +02:00
Twinaphex
b884bc6e7f Merge pull request #1174 from lakkatv/xmb
(Lakka) Remove Main Menu from the settings list
2014-10-21 00:15:05 +02:00
twinaphex
f56a0daed1 cheats.c - Rename more index variables 2014-10-21 00:14:38 +02:00
Jean-André Santoni
7908389077 (Lakka) Remove Main Menu from the settings list 2014-10-21 00:13:34 +02:00
twinaphex
a92ec148bd Rename more local index variables 2014-10-21 00:11:50 +02:00
twinaphex
a14bfdfca2 Don't use variables named 'bind' and 'index' 2014-10-20 23:41:01 +02:00
twinaphex
c111f4f1ac sinc.c - rename index variable 2014-10-20 23:28:47 +02:00
twinaphex
fbfe96f8c9 Change index variables to idx 2014-10-20 23:27:02 +02:00
twinaphex
a191120f38 (libretro_version_1.c) Rename local index variables 2014-10-20 23:24:01 +02:00
twinaphex
ef27b31c9f print_buf was unused in shader_gl_cg.c - so get rid of it 2014-10-20 23:22:16 +02:00
Twinaphex
526b0a56d7 (deps/rzlib/unzip.c) Get rid of shadowed declaration warning 2014-10-20 23:19:31 +02:00
Twinaphex
79ff736e4c (overlay.c) Get rid of shadowed declaration warning 2014-10-20 23:11:28 +02:00
Twinaphex
f3d04f0fde (XMB) Cleanups 2014-10-20 23:08:58 +02:00
twinaphex
c3349004ad Change index variable to 'idx' 2014-10-20 22:58:31 +02:00