Commit Graph

14283 Commits

Author SHA1 Message Date
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
twinaphex
52b3299e80 Change local variable 'config' to 'cfg' 2014-10-20 22:55:00 +02:00
twinaphex
019aa665bf Change local variables 'config' to 'cfg' 2014-10-20 22:52:39 +02:00
twinaphex
885d4eae7c Change local bind variable to keybind 2014-10-20 22:50:11 +02:00
twinaphex
e5dfdc086a (dynamic_dummy.c) Change index variable to idx 2014-10-20 22:46:44 +02:00
twinaphex
29e74b2372 See prior commit message 2014-10-20 22:45:19 +02:00
twinaphex
7518eb27e6 Change index variable to idx 2014-10-20 22:43:17 +02:00
Twinaphex
4378ccefcb (XMB) Fix unused variable(s) warnings 2014-10-20 21:53:16 +02:00
Twinaphex
c6a94593cf (Apple) Build fixes 2014-10-20 21:52:33 +02:00
twinaphex
42bb37816e Take file_path.h include out of file.h 2014-10-20 21:51:04 +02:00
twinaphex
d7ec815bc9 Move netplay.h include outside of general.h 2014-10-20 21:32:53 +02:00
Twinaphex
e85b2d9709 Merge pull request #1173 from lakkatv/xmb
(Menu) Performance improvement, prevent drawing the menu texture when us...
2014-10-20 21:29:27 +02:00
Jean-André Santoni
a639e6163d (Menu) Performance improvement, prevent drawing the menu texture when using a GL menu driver 2014-10-20 21:26:55 +02:00
twinaphex
0fb301fa43 (joypad/connect) Change 'index' local variables 2014-10-20 20:32:41 +02:00
twinaphex
faeca01e7a Change local index variables 2014-10-20 20:31:00 +02:00
twinaphex
49bffb85db (video_thread_wrapper.c) see prior commit msg 2014-10-20 20:20:12 +02:00
twinaphex
e295bc696d Avoid local variables named 'index' 2014-10-20 20:18:04 +02:00
Twinaphex
b4c6715eb0 Merge pull request #1172 from lakkatv/xmb
(XMB) Horizontal animations using file_list cache
2014-10-20 20:06:17 +02:00
Jean-André Santoni
630b5fa320 (XMB) Horizontal animations 2014-10-20 20:00:39 +02:00
Jean-André Santoni
d1df2828a7 (Menu) Cache the lists and pointers on OK and CANCEL 2014-10-20 20:00:10 +02:00
Jean-André Santoni
0227602ce5 (Menu) Add cache for selection_buf and menu_stack 2014-10-20 19:56:50 +02:00
Jean-André Santoni
4bdc3a2818 (Menu) Add cache for selection_ptr 2014-10-20 19:56:18 +02:00
Jean-André Santoni
2f988c300b (Menu) Make disp_set_label work with any file_list 2014-10-20 19:54:55 +02:00
Jean-André Santoni
6562c2cd95 Add file_list_copy function 2014-10-20 19:51:00 +02:00
Twinaphex
564467abe9 (CoreText) Add to AUTHORS 2014-10-20 19:41:39 +02:00
Twinaphex
eb0d1e4116 (CoreText) iOS cannot use ApplicationServices/ApplicationServices.h
header
2014-10-20 19:37:41 +02:00
twinaphex
16d440e6a3 (ObjC) Avoid local variables named index 2014-10-20 19:33:50 +02:00
twinaphex
7dbf9f2298 Avoid index local variables 2014-10-20 19:29:49 +02:00
twinaphex
059ed8fb07 (Shaders) Rename index variables 2014-10-20 19:27:32 +02:00
twinaphex
3e45884b67 Rename local variables named 'index' elsewhere 2014-10-20 19:22:33 +02:00
twinaphex
def41a573f Avoid using 'index' for local variables 2014-10-20 19:18:18 +02:00
twinaphex
b5088b96d0 Don't name local variables by 'index' to prevent 'declaration shadows global' warnings 2014-10-20 19:13:54 +02:00
twinaphex
a82c4db39a (CoreText) Now compiles on OSX 10.6/Xcode 3.2.5 - CoreText/CoreText.h
header didn't exist there
2014-10-20 19:09:09 +02:00
Twinaphex
24269930d2 Fix prototype SeqInstream_Readuint8_t 2014-10-20 04:41:49 +02:00
twinaphex
bbadaf1911 Replace index variable name 2014-10-20 04:37:52 +02:00
twinaphex
83f20e0ac3 replace index variable name to avoid shadowed global declarations 2014-10-20 04:35:02 +02:00
twinaphex
f9841f2b0b (CoreText) OSX 10.6 requires this header be included 2014-10-20 04:30:39 +02:00
twinaphex
26833c35c9 (7z) Use stdint types - Types.h was conflicting with OSX 10.6
headers
2014-10-20 04:28:20 +02:00
twinaphex
dd79cf0b93 (OSX) Change 'index' to 'idx' to avoid declaration of index shadows a global
declaration on OSX 10.6
2014-10-20 03:56:31 +02:00
Twinaphex
6cf27702b0 (unzip.c) unz64local_GetCurrentFileInfoInternal - get rid of shadowed local variable 2014-10-20 02:58:26 +02:00
Twinaphex
7c45f48965 Clean up unused variable 2014-10-20 02:55:31 +02:00