16248 Commits

Author SHA1 Message Date
twinaphex
46003314a8 Refactor menu_animation.c 2015-02-11 00:40:18 +01:00
twinaphex
13a87d48fe Refactor tweens_push 2015-02-10 23:59:16 +01:00
twinaphex
9a839fce2f Pass numtweens as pointer 2015-02-10 23:49:26 +01:00
twinaphex
453e5b7681 Rename tween functions 2015-02-10 23:45:14 +01:00
twinaphex
9a6e99e12c Cleanup add_tween 2015-02-10 23:40:58 +01:00
twinaphex
e6ab59bce2 Refactor update_tweens 2015-02-10 23:35:22 +01:00
twinaphex
8b5699d2d5 Cleanups 2015-02-10 23:26:21 +01:00
twinaphex
ca36923c99 (XMB) Some cleanups 2015-02-10 23:17:19 +01:00
twinaphex
affce9a7cf Make xmb_font_init_first a bit more safe for threaded video mode 2015-02-10 23:14:01 +01:00
Twinaphex
8869ffdd57 (XMB) Remove unused variables 2015-02-10 23:11:20 +01:00
Twinaphex
59f10c52b3 Merge pull request #1405 from iKarith/master
New Xcode project
2015-02-10 23:06:10 +01:00
twinaphex
0e87a3b86a database_info_list_new - cleanups 2015-02-10 22:39:53 +01:00
Alcaro
28405f547b Cleanup conditional mess 2015-02-10 22:36:39 +01:00
twinaphex
bdaace4da7 Cleanup action_ok_core_download 2015-02-10 22:36:20 +01:00
twinaphex
3f7adb2903 Cleanup conditional mess 2015-02-10 22:34:49 +01:00
twinaphex
1f36d47556 Fix another crash - don't reuse str_list 2015-02-10 22:31:59 +01:00
Alcaro
28e2ca74e7 Double semicolons aren't useful. 2015-02-10 22:29:26 +01:00
Alcaro
4503c6635f Don't clobber important stuff. 2015-02-10 22:24:38 +01:00
Alcaro
111d4d4bd5 Remove some pointless casts. 2015-02-10 22:19:33 +01:00
twinaphex
3b165ba254 Create menu_list_insert 2015-02-10 21:52:31 +01:00
twinaphex
521548c99b Take out pretro_run conditional since it didn't solve issue anyway 2015-02-10 21:18:47 +01:00
twinaphex
889860f791 Create audio_driver_mute_toggle 2015-02-10 21:16:26 +01:00
twinaphex
1805068440 Move rarch_recording_dump_frame to record_driver.c and rename it 2015-02-10 21:09:41 +01:00
twinaphex
b5480372a1 Move screenshot code to screenshot.c and out of retroarch.c 2015-02-10 20:58:33 +01:00
twinaphex
3b365bb0d7 Put conditional around pretro_run 2015-02-10 20:43:38 +01:00
twinaphex
df2b550502 (gfx/math) Updates 2015-02-10 20:37:30 +01:00
twinaphex
2d35ab7fe1 (Scaler) Try to prevent calling NULL function pointer 2015-02-10 20:31:17 +01:00
twinaphex
d6c53f3fa8 Cleanups 2015-02-10 20:14:39 +01:00
twinaphex
0622b9cf76 video_frame_filter - indenting nits 2015-02-10 20:07:18 +01:00
twinaphex
7ed7ee599c Create video_frame_scale and video_frame_filter 2015-02-10 20:06:10 +01:00
twinaphex
f507e78765 Create do_pause_state_checks 2015-02-10 19:07:53 +01:00
twinaphex
35bf937325 Create do_netplay_state_checks 2015-02-10 19:04:02 +01:00
twinaphex
a8222087f8 (file_list.c) Improve stability some more 2015-02-10 18:47:59 +01:00
twinaphex
c2bd8dbf71 Make file_list_push more stable 2015-02-10 18:42:09 +01:00
twinaphex
b7d845df77 input_joypad_pressed - cleanup 2015-02-10 18:26:56 +01:00
twinaphex
5eed4fd897 (CoreText) Fix Y coordinate draw offset 2015-02-10 17:48:51 +01:00
twinaphex
64372ed4b1 (XMB) Fixes 2015-02-10 17:46:35 +01:00
twinaphex
6f165b6801 Create video_driver_set_shader 2015-02-10 17:20:02 +01:00
T. Joseph Carter
790aa9db19 Merge branch 'master' of https://github.com/libretro/RetroArch 2015-02-10 08:14:41 -08:00
twinaphex
820595379e Create video_driver_has_focus 2015-02-10 17:14:40 +01:00
T. Joseph Carter
3cf6850941 Merge branch 'master' of https://github.com/libretro/RetroArch 2015-02-10 08:00:04 -08:00
twinaphex
81ca20c9b5 Create wrapper function for 'is video alive' 2015-02-10 16:54:08 +01:00
twinaphex
5921f8055d Refactor this 2015-02-10 16:50:41 +01:00
twinaphex
d98cd5a680 runloop.c - create check_video_alive - try to prevent segfaults
at all costs
2015-02-10 16:46:49 +01:00
twinaphex
23640fd12e input_keys_pressed - do early return in case driver.input
or driver.input_data is NULL
2015-02-10 16:38:47 +01:00
T. Joseph Carter
294f1c7579 Merge branch 'master' of https://github.com/libretro/RetroArch 2015-02-10 07:38:28 -08:00
T. Joseph Carter
3a7a4305cb Merge branch 'master' of https://github.com/libretro/RetroArch 2015-02-10 07:32:28 -08:00
T. Joseph Carter
a5028cab03 Merge kivutar's menu fix for xmb 2015-02-10 07:31:19 -08:00
Twinaphex
aba3ae1898 Merge pull request #1404 from lakkatv/xmb
(Menu) remove unused callback in the menu driver
2015-02-10 15:41:22 +01:00
Jean-André Santoni
f331eba299 (Menu) iterate was not used either 2015-02-10 15:06:41 +01:00