Commit Graph

19842 Commits

Author SHA1 Message Date
twinaphex
1205aa04b8 Add utils 2015-06-04 21:20:25 +02:00
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
0b99e6dab6 Merge pull request #1745 from leiradel/master
removed logging of non-settings labels
2015-06-04 19:23:06 +02:00
Andre Leiradella
67a716a8c8 removed logging of non-settings labels 2015-06-04 13:38:48 -03:00
Twinaphex
011fa92f51 Merge pull request #1744 from leiradel/master
fixed game details not available while browsing dabases; fixed false …
2015-06-04 18:17:18 +02:00
Andre Leiradella
13575cacfe Merge remote-tracking branch 'upstream/master' 2015-06-04 13:16:34 -03:00
Andre Leiradella
a2b2cb0f34 fixed game details not available while browsing dabases; fixed false positives in database_cursor_iterate 2015-06-04 13:13:31 -03:00
Twinaphex
fdc65d3473 Merge pull request #1743 from heuripedes/master
(libretrodb) Fix leak in database_cursor_iterate()
2015-06-04 17:47:13 +02:00
Twinaphex
a94829c1e8 Cleanup unused variable 2015-06-04 17:42:25 +02:00
Higor Eurípedes
936d29e703 (libretrodb) Fix leak in database_cursor_iterate() 2015-06-04 12:41:51 -03: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
Twinaphex
6b8b188199 Merge pull request #1742 from leiradel/master
use hashes instead of strcmp
2015-06-04 17:14:33 +02:00
Andre Leiradella
e7a3dc0e73 log the label instead of the hash 2015-06-04 12:10:33 -03: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
2b2bf7911a (XInput) Buildfix 2015-06-04 15:33:22 +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
Twinaphex
c02801a8c3 Merge pull request #1741 from lakkatv/dynwallpapers
Dynamic wallpapers
2015-06-04 12:20:36 +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
2b10519fb8 (linuxraw_input.c) Style nits 2015-06-03 21:38:27 +02:00
twinaphex
5068e2ddbf (xvideo.c) Style nits 2015-06-03 21:37:08 +02:00
twinaphex
77ba9c650f (udev) Use {{0}} for initialization 2015-06-03 21:29:08 +02:00
twinaphex
9c6f8eed40 Put menu settings functions into namespace 2015-06-03 21:27:47 +02:00
twinaphex
ee017b1516 (udev_joypad.c) Move macros to top 2015-06-03 20:20:25 +02:00
twinaphex
a2ee87efe4 Simplify udev_free_pad 2015-06-03 19:55:50 +02:00
twinaphex
47ac99c2db (udev_joypad.c) Fix reconnect issue 2015-06-03 19:50:48 +02:00
twinaphex
bfdde9c586 (udev_joypad.c) Refactor udev_add_pad 2015-06-03 19:02:48 +02:00
twinaphex
976428f7fd (udev_joypad.c) Remove 'Device connected' message - autoconfig already
does this
2015-06-03 18:57:43 +02:00
twinaphex
1a5e16ff99 Create input_config_autoconfigure_disconnect 2015-06-03 18:55:04 +02:00