Commit Graph

14283 Commits

Author SHA1 Message Date
Cristian Sandu
c0242b324c Merge branch 'master' of https://github.com/crazyquark/RetroArch 2014-10-14 22:50:26 +03:00
Cristian Sandu
1ecc9093d5 Fix crash on iOS; was crashing when init with nil core 2014-10-14 22:47:57 +03:00
twinaphex
707a5eaf0f Simplify msg_queue_pull 2014-10-14 20:38:57 +02:00
Twinaphex
97567a5c9a (lakka.c) Silence some warnings 2014-10-14 19:43:29 +02:00
twinaphex
24ac566fbb menu_entries_cbs.c was not including menu_entries_cbs.h header 2014-10-14 19:40:52 +02:00
Twinaphex
a0f5fc6586 Turn zlib_get_default_file_backend into static function 2014-10-14 19:05:59 +02:00
Twinaphex
d59074d9c8 (video_thread_wrapper.c) Fix 'declaration shadows global variables' 2014-10-14 19:04:42 +02:00
Twinaphex
800bf13846 (joypad_connection.h) Fix 'no previous prototype for function' warning 2014-10-14 19:01:52 +02:00
Twinaphex
246b3b8d87 (audio_thread_wrapper.c) Fix 'declaration shadows variable(s) in global scope' warnings 2014-10-14 18:56:40 +02:00
Twinaphex
b38c5c6cab Get rid of some 'no previous prototype for function' warnings in lakka.c and rgui.c 2014-10-14 18:54:59 +02:00
twinaphex
8e0e93d844 (menu_shader.c) Build fix 2014-10-14 18:53:41 +02:00
Twinaphex
60ccfbd749 settings_data.c - Make all of the 'append list' leaf functions static functions 2014-10-14 18:52:31 +02:00
Twinaphex
1cde5270aa resampler.c - Fix 'delcaration shadows a variable in global scope' 2014-10-14 18:49:59 +02:00
Twinaphex
16a9cb338d (menu_action.c) Fix 'declaration shadows a global variable' warning 2014-10-14 18:48:35 +02:00
Twinaphex
4ff31b9357 (menu_shader.c) Fix 'declaration(s) shadows variables in local/global scope' warnings 2014-10-14 18:46:40 +02:00
Twinaphex
8a6a3606b7 retroarch.c - Fix 'declaration shadows a local variable' 2014-10-14 18:44:07 +02:00
Twinaphex
3b7dfea93d driver.c - Fix warnings 'declaration shadows a global variable' 2014-10-14 18:42:47 +02:00
Twinaphex
034aa35a0c message_queue.c - Fix warnings 2014-10-14 18:40:36 +02:00
Twinaphex
fe8f22b688 input_common.c - Get rid of variable shadowing warnings 2014-10-14 18:35:38 +02:00
Twinaphex
27c14755a0 input_autodetect.c - Fix 'declaration shadows a global variable' warning 2014-10-14 18:31:30 +02:00
Twinaphex
40f97cde13 (gl_common.c) Fix declaration shadows a variable in global scope warning 2014-10-14 18:30:22 +02:00
Twinaphex
4fb4ad8a1e (fonts.c) Fix 'declaration shadows a global variable' warning 2014-10-14 18:28:22 +02:00
Twinaphex
f7d30b775f (Shaders) Fix 'declaration shadows a variable in local scope' warnings 2014-10-14 18:26:28 +02:00
Twinaphex
daa24a84e3 Merge pull request #1149 from crazyquark/master
Xcode 6.0.1 fixes
2014-10-14 17:06:14 +02:00
Twinaphex
26a56d014d Merge pull request #1151 from lioncash/cwarn
apple: Enable extra compiler warnings for OSX.
2014-10-14 17:04:54 +02:00
Twinaphex
c20b5357c6 Merge pull request #1150 from lioncash/osx
Fix some warnings on OSX.
2014-10-14 17:04:33 +02:00
Lioncash
c7d18ac6d4 apple: Enable extra compiler warnings for OSX. 2014-10-14 09:51:25 -04:00
Lioncash
ae7819d317 apple: Fix stringWithFormat warnings 2014-10-14 08:57:42 -04:00
Lioncash
44b26b5ef2 apple: Fix some warnings 2014-10-14 08:57:37 -04:00
Cristian Sandu
bf70a618d2 Sync with libretro/RetroArch 2014-10-14 11:45:58 +03:00
Cristian Sandu
f5e866a361 Fix resources paths/references: overlays, icons/launch images and modules 2014-10-14 09:53:28 +03:00
Cristian Sandu
02c2a395d9 Fix path for build folder, needed for codesigning of dylibs to actually work 2014-10-14 09:52:33 +03:00
Cristian Sandu
64920b7835 Fix Xcode 6.0.1 crash when accessing the source control menu because of empty entry 2014-10-14 09:33:15 +03:00
twinaphex
056bc62d23 Get rid of setting 'Libretro Path' 2014-10-14 06:58:48 +02:00
Twinaphex
dde17a5543 Merge pull request #1147 from lioncash/leaks
rgui: Fix potential memory leak
2014-10-14 06:47:46 +02:00
Lioncash
4bd2c6b786 rgui: Fix potential memory leak 2014-10-14 00:31:55 -04:00
twinaphex
114eca338f Should fix load_no_content cores not being able to be loaded from
the history list
2014-10-14 03:29:47 +02:00
Twinaphex
b940ca9b79 (RGUI) Get rid of unused variable 2014-10-13 23:52:59 +02:00
Twinaphex
fb149fbab6 Merge pull request #1145 from lioncash/leaks
Fix possible memory leaks in hidpad_ps3_connect, hidpad_ps4_connect, and hidpad_wii_connect
2014-10-13 23:50:32 +02:00
Lioncash
316870201f Fix possible memory leaks in hidpad_ps3_connect, hidpad_ps4_connect, and hidpad_wii_connect 2014-10-13 17:39:14 -04:00
Twinaphex
aa0a28f1b2 Merge pull request #1144 from lioncash/leaks
xmb: Fix a potential memleak
2014-10-13 23:34:56 +02:00
Lioncash
c5512dbd5b xmb: Fix a potential memleak 2014-10-13 17:30:39 -04:00
Twinaphex
dcb0f2315c Merge pull request #1143 from lioncash/leaks
frontend: Fix some possible memory leaks in lakka, rgui, and rmenu
2014-10-13 23:22:44 +02:00
Lioncash
14189c08a2 frontend: Fix possible memory leaks in lakka, rgui, and rmenu 2014-10-13 16:58:53 -04:00
Cristian Sandu
821a4d4aa8 Specify _LZMA_UINT32_IS_ULONG to compile on Xcode 6.0.1 2014-10-13 23:02:18 +03:00
Twinaphex
c7733f705b Merge pull request #1141 from lioncash/menu
menu_animation: Fix a guard against realloc
2014-10-13 20:41:03 +02:00
Alcaro
530d64178a Fix leak. Fixes #1142. 2014-10-13 19:48:50 +02:00
twinaphex
26ceac8bf7 Should fix remaining SRAM issues 2014-10-13 19:40:40 +02:00
Lioncash
73b9452a16 menu_animation: Fix a guard against realloc 2014-10-13 13:31:52 -04:00
twinaphex
98c5e466a7 Should save SRAM now at auto SRAM Save being '0' 2014-10-13 07:35:18 +02:00