Commit Graph

12182 Commits

Author SHA1 Message Date
twinaphex
db396976ee Refactor find_prev_* / find_next_* functions 2014-08-26 22:26:23 +02:00
twinaphex
5668e1b89c Cleanups - remove extraneous else 2014-08-26 21:22:01 +02:00
twinaphex
7ce5ebb927 Refactor find_driver_index 2014-08-26 21:13:14 +02:00
twinaphex
623c02405d Refactor find_driver_index 2014-08-26 20:55:24 +02:00
twinaphex
e4629c87cb find_driver_index - cleanups 2014-08-26 20:41:39 +02:00
twinaphex
3cfe954b74 Combine all driver_index* functions 2014-08-26 20:32:48 +02:00
twinaphex
eb6ff437f3 Move all drivers to beginning of driver.c 2014-08-26 20:21:23 +02:00
twinaphex
a468d9e860 Remove unused menu_ctx_find_driver 2014-08-26 20:18:53 +02:00
twinaphex
6a8ccc3844 Move DEFAULT_SHADER_TYPE from driver.h to gfx/shader_common.h 2014-08-26 19:48:56 +02:00
twinaphex
da5ca89d69 (Menu) Move some descriptions to settings_data.c 2014-08-26 19:43:45 +02:00
twinaphex
09e451948b (Menu) Rename menu_common_iterate_action to menu_action_ok 2014-08-26 19:00:43 +02:00
twinaphex
d8d1d5df8b (Menu) Split up ACTION_OK logic into separate function 2014-08-26 18:59:15 +02:00
twinaphex
7f71ea689a (Menu) Refactor away MENU_CONTENT_HISTORY_PATHckend.c.swp 2014-08-26 16:26:42 +02:00
Twinaphex
2ae42b8227 Merge pull request #900 from lakkatv/lakka
(Lakka) Display about 9 horizontal icons instead of 6
2014-08-26 00:37:24 +02:00
Jean-André Santoni
044a42bcf3 (Lakka) Fix hardcoded resolution 2014-08-26 00:21:55 +02:00
Jean-André Santoni
7dc2e8bfba (Lakka) Display about 9 horizontal icons instead of 6 2014-08-25 19:11:10 +02:00
twinaphex
1b94c167e9 (Menu) Refactor ST_DIR options 2014-08-25 16:12:51 +02:00
twinaphex
9646f8c9e5 (Menu) Refactor 'User Options' setting too 2014-08-25 16:07:10 +02:00
twinaphex
b5e94e4938 (Menu) Implement ST_GROUP label representation 2014-08-25 16:05:59 +02:00
twinaphex
3903774e8a (Settings) setting_data_find_setting cleanups 2014-08-25 15:53:17 +02:00
twinaphex
2eea4a3c35 (Menu) More cleanups to set_label 2014-08-25 15:17:24 +02:00
twinaphex
014174134b (Menu) Fix string representation of user language setting 2014-08-25 15:06:41 +02:00
twinaphex
61586d8534 (Menu) Refactor ip_address and audio_device settings 2014-08-25 15:04:35 +02:00
twinaphex
f939fb3684 (Menu) Refactor menu_key_start_line 2014-08-25 14:53:03 +02:00
twinaphex
dc086d62b5 (Menu) netplay_port_callback doesn't need to be inside an #ifdef anymore 2014-08-25 01:54:31 +02:00
Twinaphex
2747d1bd0d (iOS) Build fixes #2 - add HAVE_FILTERS_BUILTIN 2014-08-25 01:53:20 +02:00
Twinaphex
2a77028609 (iOS) Build fixes #1 2014-08-25 01:51:37 +02:00
twinaphex
8f0509fa29 (GL) Fix build in case HAVE_FBO is not defined 2014-08-25 01:39:48 +02:00
twinaphex
adc77bcd1d (Menu) Refactor ST_DIR settings 2014-08-24 20:19:59 +02:00
twinaphex
c82553979f (Menu) Refactor VIDEO_MONITOR_INDEX setting 2014-08-24 20:01:44 +02:00
twinaphex
38efdbfa49 (Menu) Move up setting 'video_smooth' 2014-08-24 19:55:50 +02:00
twinaphex
e26892a4c4 (Settings/Menu) Refactor video_refresh_rate_auto 2014-08-24 19:53:02 +02:00
twinaphex
0f15cf014e (Menu) Change rounding_fraction to const char* 2014-08-24 19:45:34 +02:00
twinaphex
ba813eb950 (Menu) Change rounding fraction to snprintf format 2014-08-24 19:37:57 +02:00
twinaphex
caaff4ac7a (Menu) Refactor more ST_FLOAT code 2014-08-24 19:32:52 +02:00
twinaphex
b3719d9e0b (Menu) Refactor autosave_interval setting 2014-08-24 19:11:17 +02:00
twinaphex
c45a063b99 (Menu) Refactor Netplay TCP/UDP Port setting 2014-08-24 19:00:36 +02:00
twinaphex
c07dcb2dc2 (Menu) Refactor ST_UINT labels 2014-08-24 18:33:03 +02:00
Twinaphex
43c5384141 Merge pull request #896 from heuripedes/master
SDL fixes
2014-08-23 11:32:30 +02:00
Higor Eurípedes
ea82f6cff5 (SDL) Use SDL_PeepEvents instead of SDL_PollEvent 2014-08-22 19:58:47 -03:00
Higor Eurípedes
0813d7dba4 (sdl_gl) Merge SDL and SDL2 event loops 2014-08-22 19:39:29 -03:00
Higor Eurípedes
c5fe4fb70a Allow SDL2 drivers to be used as default drivers 2014-08-22 19:15:44 -03:00
Higor Eurípedes
15297c85cd (sdl_gl) Fix segfault 2014-08-22 19:11:26 -03:00
twinaphex
35247bf663 (settings) Set autoconfig_dir if g_defaults.autoconfig_dir is set 2014-08-22 10:49:57 +02:00
twinaphex
f9d244dcd6 (PSP1) Fix build 2014-08-22 10:46:14 +02:00
Twinaphex
bc8a77d334 Merge pull request #894 from heuripedes/master
Enable sdl_gl for SDL2 windows builds
2014-08-21 23:38:45 +02:00
Higor Eurípedes
6f164f540c Enable sdl_gl for SDL2 windows builds 2014-08-21 13:45:52 -03:00
Alcaro
0b3bfb27c2 Windows needs this file too. 2014-08-21 13:09:50 +02:00
Alcaro
76c124b437 Don't use SDL GL contexts with OpenGL disabled. 2014-08-21 12:54:20 +02:00
Twinaphex
3c7caea557 Merge pull request #887 from sergiobenrocha2/master
Fix overlay examples in retroarch.cfg and debian packaging update
2014-08-21 08:29:18 +02:00