14420 Commits

Author SHA1 Message Date
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
Twinaphex
2861945ab4 Merge pull request #1169 from lakkatv/xmb
(XMB) Fix the offset bug in populate_entries
2014-10-20 01:52:37 +02:00
Jean-André Santoni
99111c2633 (XMB) Fix the offset bug in populate_entries 2014-10-20 01:51:00 +02:00
twinaphex
4cfa7f3947 License glsym properly 2014-10-20 01:50:57 +02:00
twinaphex
2050162817 menu_entries_cbs.c - cleanups 2014-10-19 22:42:23 +02:00
twinaphex
3c0dade671 (menu_entries_cbs.c) Remove unused code 2014-10-19 22:39:52 +02:00
Twinaphex
ac74eda50c Merge pull request #1168 from aliaspider/master
fixes game screen sometimes not showing in combination with some shaders
2014-10-19 22:26:54 +02:00
aliaspider
10c2784c02 fixes game screen sometimes not showing in combination with some shaders
and menu drivers using GL.
note: this still doesnt fix the game screen not showing when
pause_libretro is set to true.
2014-10-19 21:24:29 +01:00
twinaphex
d33a666753 Remove input_bind_device_id code 2014-10-19 19:45:56 +02:00
twinaphex
b28b530874 Change joypad_map to unsigned and change default value 2014-10-19 16:22:51 +02:00
twinaphex
829060886d Take out more unused input file list settings code 2014-10-19 06:02:11 +02:00
twinaphex
2758646c4b Take out more no-longer needed input settings 2014-10-19 05:51:48 +02:00
twinaphex
c99602d72d (menu_entries_cbs.c) Take out unused code 2014-10-19 05:49:37 +02:00
twinaphex
1a84ba2d4e (settings data.c) Get rid of stubbed out code 2014-10-19 05:46:59 +02:00