21543 Commits

Author SHA1 Message Date
fr500
22b3bc3243 add internal sd status to system info 2015-07-12 20:55:44 -04:00
Twinaphex
526e6845d0 Merge pull request #1953 from heuripedes/master
(GLUI) Fix scrolling
2015-07-13 02:14:33 +02:00
Higor Eurípedes
8d284624ce (GLUI) Fix scrolling 2015-07-12 21:10:34 -03:00
twinaphex
ce569438a7 (NL) Update some labels(NL) Update some labels(NL) Update some labels(NL) Update some labels(NL) Update some labels(NL) Update some labels(NL) Update some labels(NL) Update some labels(NL) Update some labels 2015-07-13 01:57:07 +02:00
twinaphex
50d820f790 Shorten settings names 2015-07-13 01:56:12 +02:00
fr500
39fb39f5f6 improve debug logging 2015-07-12 18:48:32 -04:00
radius
39e15c983b Merge branch 'master' of github.com:libretro/RetroArch 2015-07-12 15:30:09 -05:00
radius
82feadd350 fix vid/pid saving for dinput, need to add it to other drivers 2015-07-12 15:29:49 -05:00
twinaphex
5ac2ac62a3 Add dot to message end 2015-07-12 21:55:21 +02:00
twinaphex
8d04b1fbda Get rid of unnecessary update autoconfig profiles HID option 2015-07-12 21:53:41 +02:00
radius
a480ad285b simplify the OSD message a bit more 2015-07-12 14:28:39 -05:00
twinaphex
777040107d Rename Browser Dir to File Browser Dir 2015-07-12 21:19:02 +02:00
twinaphex
e8d1970789 move positioning of system/bios dir 2015-07-12 21:17:42 +02:00
twinaphex
5705c30b95 Pointers set by config_get_string need to be freed 2015-07-12 21:14:41 +02:00
Twinaphex
1ff9f89e7d Merge pull request #1952 from fr500/master
Proposals
2015-07-12 21:13:01 +02:00
twinaphex
64a68d4e09 Add BIOS to 'System Dir' label 2015-07-12 21:11:37 +02:00
radius
6f9467817e Shield Fix 2015-07-12 13:56:34 -05:00
radius
26b7ccead9 add a display_name field if available so the user can know which autoconf was used 2015-07-12 13:45:17 -05:00
twinaphex
6001d6bacd (runloop_t) Refactor more continuous pointer grabbing 2015-07-12 19:17:57 +02:00
twinaphex
b50f6a02ed (runloop.c) Minimize pointers grabbed 2015-07-12 19:06:24 +02:00
twinaphex
9fbaf0ad28 Hide SRGB Force-disable setting if video driver not set to GL 2015-07-12 18:44:48 +02:00
twinaphex
f70070cd16 Turn threaded data runloop off for single-core consoles 2015-07-12 18:23:03 +02:00
Alcaro
f323b3ef8c C source isn't executable. Nor is that bitmap. 2015-07-12 12:51:52 +02:00
twinaphex
2aac64552d Cut down on some more superfluous wrapper functions 2015-07-12 11:28:19 +02:00
twinaphex
19542d4f00 Get rid of some superfluous wrapper functions 2015-07-12 11:21:05 +02:00
twinaphex
117fd48f15 Get rid of some superfluous wrapper functions 2015-07-12 11:14:41 +02:00
twinaphex
7fb1265227 (PSP/CTR) Should fix lifecycle state menu toggling 2015-07-12 10:46:20 +02:00
twinaphex
23348f41ac (GX) Menu button toggle should work again 2015-07-12 10:41:49 +02:00
radius
0708e585e3 change to display name only, looks like the core picker, needs to be ordered by name though 2015-07-12 03:22:11 -05:00
radius
b7e2755e2b change to display name, looks better 2015-07-12 03:18:24 -05:00
radius
b77353e348 add system name to core updater list 2015-07-12 03:15:42 -05:00
radius
01ce2eaf31 shaders go in a subfolder now 2015-07-12 03:53:09 -04:00
Twinaphex
7f9bd9bd8a Merge pull request #1950 from fr500/master
fix a few issues with savestate sorting and system dir
2015-07-12 09:39:40 +02:00
radius
48068f147a same as the previous commit but when the user exits without unloading content 2015-07-12 02:35:28 -05:00
radius
06f656004b make system directory restore correctly when closing content in case it was set to content dir 2015-07-12 02:35:27 -05:00
twinaphex
b908b1083b (input_driver.c) small micro-opts 2015-07-12 09:28:24 +02:00
twinaphex
5d87c697bb Optimize input_driver_keys_pressed and make it possible to
pass more 'keys' to the input key pressed callback than just
the standard buttons
2015-07-12 09:08:27 +02:00
twinaphex
2a881d64be Name some functions the same across drivers 2015-07-12 08:51:13 +02:00
twinaphex
fbc504acfe Turn one C++ comment into C 2015-07-12 08:46:41 +02:00
twinaphex
32b3aa6b00 (Cocoa) cocoa_input.c - Simplifications 2015-07-12 08:45:12 +02:00
twinaphex
c2c9ace028 Input driver's 'input_key_pressed' implementation does not
have to query for overlay state - this is done in an upper-level
function already
2015-07-12 08:39:34 +02:00
twinaphex
33b7388a9e (menu_input.c) Remove unused variables 2015-07-12 08:15:29 +02:00
twinaphex
bbc63f7e99 Fix CXX_BUILD 2015-07-12 08:08:27 +02:00
twinaphex
135ee2f503 Use UINT64_C(1) everywhere instead of 1ULL 2015-07-12 07:53:46 +02:00
twinaphex
ae14d8c78a (input_overlay.c) Cleanups 2015-07-12 07:42:14 +02:00
twinaphex
b3e054a946 (input_overlay.c) Turn more functions static 2015-07-12 07:32:51 +02:00
twinaphex
a0b2e4881a (input_overlay.c) Some more simplifications 2015-07-12 07:28:28 +02:00
twinaphex
c9814c9b12 (Overlay) Don't expose input overlay handle to outside 2015-07-12 07:22:52 +02:00
twinaphex
2dbc3c4b56 (Overlays) Cleanups 2015-07-12 07:12:33 +02:00
twinaphex
599ed62849 (Overlay) Refactor some more code 2015-07-12 07:03:39 +02:00