37416 Commits

Author SHA1 Message Date
twinaphex
08bbc8199f (audio_driver.c) Cleanup 2017-04-23 22:04:03 +02:00
twinaphex
0e3bc69f8c Simplify video shader driver function 2017-04-23 21:53:03 +02:00
twinaphex
087002d9c5 Get rid of unused video_driver_get_frame_count - locking/unlocking
around this variable should no longer be necessary
2017-04-23 21:39:49 +02:00
twinaphex
c38f86e14a Create menu_driver_{decrement|increment}_navigation 2017-04-23 21:17:01 +02:00
twinaphex
e0483f73bc Create menu_driver_list_clear 2017-04-23 21:13:33 +02:00
twinaphex
467070f6a6 Silence Coverity warning 2017-04-23 21:07:49 +02:00
twinaphex
edadba1ec7 Silence valgrind memcheck warning 2017-04-23 20:26:31 +02:00
twinaphex
13e4148996 (Menu) Cleanups 2017-04-23 20:22:41 +02:00
twinaphex
77dde2a85c Simplifications 2017-04-23 20:16:14 +02:00
Twinaphex
f84da4b466 Remove unused variable 2017-04-23 19:55:21 +02:00
Andrés
e5938bca1f Update CHANGES.md 2017-04-23 12:46:30 -05:00
twinaphex
2dfe441381 Get rid of video_info->frame_count 2017-04-23 19:21:12 +02:00
twinaphex
bf7616cf0e Revert "Move structs to gfx/video_thread_wrapper.h"
This reverts commit 12d0073d501a659c337b8c751f825cb69024c194.
2017-04-23 19:17:52 +02:00
twinaphex
d4a3726347 Update CHANGES.md 2017-04-23 19:08:58 +02:00
twinaphex
25c8baeefe menu drivers will have their own frame count; this fixes the
tickering issues with threaded video mode
2017-04-23 18:42:12 +02:00
twinaphex
12d0073d50 Move structs to gfx/video_thread_wrapper.h 2017-04-23 18:28:44 +02:00
twinaphex
cb3943da0e Cleanup 2017-04-23 17:53:26 +02:00
twinaphex
df60fa7a19 Bugfix 2017-04-23 17:51:06 +02:00
twinaphex
eb208b170f Fix codepath for HAVE_MENU not being defined 2017-04-23 17:48:45 +02:00
twinaphex
32f4bc4b93 Cleanups 2017-04-23 17:46:14 +02:00
twinaphex
7c6b93f58f More cleanups 2017-04-23 17:44:24 +02:00
twinaphex
c9646c1fd2 Use configuration macro wrappers 2017-04-23 17:36:25 +02:00
twinaphex
3ec5816259 Rewrite RUNLOOP_CTL_SYSTEM_INFO_GET 2017-04-23 16:41:26 +02:00
twinaphex
627089e2f6 Get rid of libretro_get_current_core_pathname 2017-04-23 16:13:58 +02:00
twinaphex
299b72e208 Revert "Cleanups"
This reverts commit a4963d2a19ffd01951977cfbb70257e2eae63c14.
2017-04-23 15:10:34 +02:00
twinaphex
a4963d2a19 Cleanups 2017-04-23 15:10:10 +02:00
twinaphex
fc33b7abcc Log where core options file gets saved 2017-04-23 14:41:46 +02:00
twinaphex
6667560263 (iOS) Buildfix 2017-04-23 14:37:06 +02:00
Twinaphex
d76c09fd08 Get rid of unused variables 2017-04-23 14:33:02 +02:00
twinaphex
7ea0528c6b Turn MENU_NAVIGATION_CTL_{SET|GET}_SELECTION into separate
functions
2017-04-23 14:31:49 +02:00
twinaphex
8e6b7a2751 Rewrite menu_entries function 2017-04-23 13:46:21 +02:00
twinaphex
217e71d568 (menu_setting.c) Cleanups 2017-04-23 13:41:02 +02:00
twinaphex
268a173f44 (menu_shader.c) Start using configuration_set_bool 2017-04-23 13:39:35 +02:00
twinaphex
59faeb510b Start putting settings->modified in most mutable situations 2017-04-23 13:37:00 +02:00
twinaphex
ccc8d1aec2 Start using configuration_set_bool 2017-04-23 13:32:16 +02:00
twinaphex
1febb963ae Start bookkeeping when we are modifying settings 2017-04-23 13:24:17 +02:00
twinaphex
e192d4eaa6 (Playlist) Prevent us writing the playlist file another time
after we have already saved it once
2017-04-23 12:54:13 +02:00
twinaphex
7e3cce9397 Only write to playlists if they are modified 2017-04-23 12:25:54 +02:00
twinaphex
aea00f1e00 Use memcmp instead of string_is_equal for more instances 2017-04-23 12:17:51 +02:00
twinaphex
1c93cc4b18 Update logs 2017-04-23 12:00:49 +02:00
twinaphex
953045f0d2 Update logs 2017-04-23 11:56:46 +02:00
twinaphex
0f2a6f3dd2 Don't use performance counters in GL/Vulkan/video thread wrapper
unless PERF_ENABLE is defined
2017-04-23 11:31:11 +02:00
twinaphex
caafee006c Get rid of performance counter for softfilter 2017-04-23 11:26:10 +02:00
twinaphex
d61edc51ad (audio_driver.c) Get rid of performance counters 2017-04-23 11:05:42 +02:00
twinaphex
a88284897b (D3D) Use C-style allocation for d3d->menu 2017-04-23 09:38:44 +02:00
Twinaphex
7afc83518d Merge pull request #4836 from Monroe88/audio_device_fix
(menu_setting.c) Reinit audio driver when audio device is changed
2017-04-23 07:51:39 +02:00
Monroe88
b260254fd4 (menu_setting.c) Reinit audio driver when audio device is changed 2017-04-22 20:06:15 -05:00
twinaphex
8defa3b924 Update libretro-ffmpeg 2017-04-22 20:56:59 +02:00
twinaphex
6078864e26 Turn ffmpeg FFT into C code and remove GLM dependency 2017-04-22 12:59:28 +02:00
twinaphex
21f7f6059a (ffmpeg FFT) No longer needs GLM 2017-04-22 12:25:54 +02:00