Commit Graph

1579 Commits

Author SHA1 Message Date
twinaphex
fc4755bce2 (libretro-common) Move hash.c/hash.h to libretro-common 2015-06-04 21:13:13 +02:00
twinaphex
2280684a95 Buildfix - include files 2015-06-04 21:00:52 +02:00
Twinaphex
a94829c1e8 Cleanup unused variable 2015-06-04 17:42:25 +02:00
twinaphex
74a39147cb Split up User Input Binds into separate groups 2015-06-04 17:41:07 +02:00
twinaphex
a8719faf70 (Menu) Move setting categories around 2015-06-04 17:20:47 +02:00
Andre Leiradella
0c445f66a7 dunno why this file is marked as modified... 2015-06-04 12:05:48 -03:00
Andre Leiradella
ef1eb15f71 use hashes instead of strcmp 2015-06-04 11:23:00 -03:00
Twinaphex
69b4aae25b Rename 'Font Settings' to 'Onscreen Display Settings' 2015-06-04 15:49:21 +02:00
Twinaphex
ecf9532d28 (Menu) Improve help description message for 'System Directory' 2015-06-04 15:44:12 +02:00
Twinaphex
ab7de31954 Change SRAM Periodic Autosave to SRAM Autosave Interval 2015-06-04 15:04:34 +02:00
Twinaphex
ce0a1ceaca (Menu) Change 'flushes' to 'saves' 2015-06-04 15:03:03 +02:00
Twinaphex
a27a48003b (Menu) Change Volume Level label 2015-06-04 15:00:44 +02:00
Twinaphex
598ad7a0a9 Change 'Estimated Monitor FPS' label 2015-06-04 14:49:51 +02:00
Twinaphex
f560ea7e8f Change 'Libretro Logging Level' label 2015-06-04 14:45:19 +02:00
Twinaphex
59e977dbdf Create 'Input Hotkey Settings' 2015-06-04 14:39:40 +02:00
Twinaphex
f00f3f5634 Rename 'SRAM Autosave' to 'SRAM Periodic Autosave' 2015-06-04 14:28:54 +02:00
Twinaphex
c66c4443cf Change some setting labels 2015-06-04 14:18:58 +02:00
Twinaphex
13ba77fd06 (Menu) Specify units of measurement for audio latency and audio output
rate
2015-06-04 14:14:30 +02:00
twinaphex
b35c407bec (Menu) Rename 'Show Framerate' 2015-06-04 13:28:05 +02:00
twinaphex
6b5b091075 Rename 'Pause on Focus Loss' 2015-06-04 13:24:58 +02:00
twinaphex
058193b472 (Menu) Rename 'Pause Libretro' 2015-06-04 13:24:06 +02:00
Jean-André Santoni
6da346f456 (XMB) Dynamic wallpapers 2015-06-04 17:17:23 +07:00
Jean-André Santoni
b09b7e602c (XMB) Code cleaning 2015-06-04 16:05:54 +07:00
twinaphex
1b67864a3b Change menu_driver_load_background to menu_driver_load_image 2015-06-04 10:39:48 +02:00
twinaphex
959fd621a5 Create cb_menu_boxart 2015-06-04 10:02:43 +02:00
Twinaphex
cfe186a919 (menu_input.c) Prevent warning 2015-06-04 00:32:08 +02:00
twinaphex
0550280150 (menu_setting.c) Simplifications 2015-06-04 00:12:47 +02:00
twinaphex
854aa928dd (menu_setting.c) Cleanup 2015-06-04 00:09:07 +02:00
twinaphex
9c6f8eed40 Put menu settings functions into namespace 2015-06-03 21:27:47 +02:00
twinaphex
4cfe960bf3 network_cmd_port - buildfix 2015-06-03 18:07:29 +02:00
Twinaphex
515c684606 (Menu) change some menu setting's visibility 2015-06-03 17:56:16 +02:00
Twinaphex
f5b87b51eb (Menu) Expose network cmd port too if HAVE_NETWORK_CMD is defined 2015-06-03 17:47:21 +02:00
twinaphex
ad3a0b62d1 (menu_entries_cbs_representation.c) Rename some arguments 2015-06-03 17:16:47 +02:00
twinaphex
aebd914210 (menu_setting.c) Cleanup 2015-06-03 17:00:52 +02:00
twinaphex
b18efe5096 (menu_setting.c) Turn more functions static 2015-06-03 16:51:02 +02:00
twinaphex
f42d0a7f7c Turn setting_find_setting static 2015-06-03 11:59:14 +02:00
twinaphex
501786416d Turn settings_list_ functions static 2015-06-03 11:32:48 +02:00
twinaphex
b44a28dd1f Turn some functions static 2015-06-03 11:29:12 +02:00
twinaphex
93295638da Remove menu_settings_list.c 2015-06-03 11:24:53 +02:00
twinaphex
4c6f5b6a93 Cleanups 2015-06-03 11:19:26 +02:00
twinaphex
14ca137ffb Cleanup 2015-06-03 11:09:55 +02:00
twinaphex
f488242a8e (menu_setting.c) Get rid of memsets 2015-06-03 10:58:40 +02:00
twinaphex
18aec77c10 Cleanups 2015-06-03 10:55:46 +02:00
twinaphex
6ec91b64dc Don't bind default callbacks when they are already bound 2015-06-03 10:52:57 +02:00
twinaphex
8397e66026 (menu_setting.c) Cut down on code duplication 2015-06-03 10:49:56 +02:00
twinaphex
84424f0bdc Cleanups 2015-06-03 10:44:34 +02:00
twinaphex
9c6eb2c691 Remove unused setting_reset 2015-06-03 10:41:05 +02:00
twinaphex
da63376c8a Simplifications 2015-06-03 10:33:41 +02:00
twinaphex
4aa2953852 setting_handler - cleanups 2015-06-03 10:25:13 +02:00
twinaphex
bbfbdf7b9d Cleanup 2015-06-03 10:24:09 +02:00