Commit Graph

34544 Commits

Author SHA1 Message Date
twinaphex
7d4b159fe9 Typo fix 2016-11-30 04:35:16 +01:00
Twinaphex
17dc79a002 Buildfixes/silence unused variable warnings 2016-11-30 04:32:59 +01:00
Twinaphex
a39503b2e1 Merge pull request #4103 from fr500/master
better firmware prescence checking
2016-11-30 04:29:36 +01:00
radius
4f760352f4 don't show the message for ten seconds 2016-11-29 22:23:15 -05:00
radius
1b3789edde better firmware checking 2016-11-29 22:21:44 -05:00
aliaspider
01bc910607 Merge pull request #4102 from FIX94/master
(WiiU) properly set audio offset before starting playback
2016-11-30 02:41:09 +01:00
FIX94
df956efd43 (WiiU) properly set audio offset before starting playback 2016-11-30 02:37:42 +01:00
Brad Parker
367dea6723 unicode-ify a couple other windows files, start changing function names to W version explicitly 2016-11-29 20:32:24 -05:00
Brad Parker
dc99713a9b create unicode window on Windows 2016-11-29 14:34:37 -05:00
Brad Parker
187e1fc71b use wide fopen() on windows 2016-11-29 14:34:36 -05:00
Brad Parker
8adafa9249 use UTF8/16 conversion functions instead of codepage ones 2016-11-29 14:34:36 -05:00
Brad Parker
495deae31b still not working 2016-11-29 14:34:36 -05:00
Brad Parker
cd9d09d1f3 use unicode versions of windows functions 2016-11-29 14:34:35 -05:00
Alcaro
53549646af Merge pull request #4095 from diegoviola/master
Fix typo
2016-11-29 14:26:48 +01:00
Diego Viola
59c99a59e7 Fix typo 2016-11-29 11:23:43 -02:00
radius
ff828f884d fix with the correct enum 2016-11-29 00:56:54 -05:00
radius
869800dc04 Only block loading for CONTENT_MODE_LOAD_NOTHING_WITH_CURRENT_CORE_FROM_MENU and only when a system dir is properly configured 2016-11-29 00:49:22 -05:00
radius
cfd0b4847e fix label 2016-11-28 20:14:13 -05:00
Brad Parker
7be7568d7d do not try to get an archive list if it is inside another archive 2016-11-28 18:20:01 -05:00
fr500
0a83f7a888 add removable storage shortcut 2016-11-28 17:03:03 -05:00
twinaphex
a1a70c63ef Set to Pulseaudio by default 2016-11-28 19:23:04 +01:00
Brad Parker
951f3f3e19 don't allow ok button to work from behind the OSK 2016-11-27 23:29:13 -05:00
Brad Parker
78e75cdc69 whitespace 2016-11-27 22:02:22 -05:00
Brad Parker
ee49eeec09 fix endless word_wrap() loop when a label has a newline and no spaces 2016-11-27 22:02:10 -05:00
twinaphex
d57d672d15 Remove unused variable 2016-11-28 02:25:38 +01:00
twinaphex
b1fc261f9a Buildfix 2016-11-28 02:24:23 +01:00
Twinaphex
b4a3975907 Merge pull request #4084 from fr500/master
Prevent loading content when firmware is missing
2016-11-28 02:09:20 +01:00
radius
7b7a107e45 add english string to localization files 2016-11-27 19:56:44 -05:00
radius
8f4d6b8784 only block loading when firmware is required 2016-11-27 19:50:41 -05:00
radius
9505602675 Prevent loading content when firmware is missing 2016-11-27 19:25:38 -05:00
Jean-André Santoni
dc15a880f7 Fix screenshots in content_dir 2016-11-28 01:00:14 +01:00
twinaphex
f31404e2c6 Add msg_hash_de.h 2016-11-28 00:44:15 +01:00
twinaphex
9bba379ebd (msg_hash_de.c) Refactor strings 2016-11-28 00:42:34 +01:00
Jean-André Santoni
57d3236b99 Delete a debug message 2016-11-27 23:21:07 +01:00
Jean-André Santoni
ec24fb6bbd (XMB) Display thumbnails for image history 2016-11-27 23:16:45 +01:00
Brad Parker
d6ebd2ad2b add define to clarify osk pointer math 2016-11-27 11:43:52 -05:00
Jean-André Santoni
1aed7607ab Merge pull request #4080 from hizzlekizzle/master
Change number of combo choices from 3 to 4
2016-11-27 17:29:49 +01:00
Brad Parker
b9c6fa585c reverse variable names for clarity, add separate latch for OK button to solve looping of menu ok/cancel swap toggle 2016-11-27 11:25:36 -05:00
hizzlekizzle
2d0caf522b Change number of combo choices from 3 to 4
This was causing the start+select combo to not actually be selectable.
2016-11-27 10:10:32 -06:00
twinaphex
42a3ec2cf7 Do conditional check before calling function 2016-11-27 15:43:00 +01:00
twinaphex
5b2c4db656 (libretro-common) Fix header 2016-11-27 15:35:04 +01:00
twinaphex
44131ff639 (input_overlay.c) Prevent crashes 2016-11-27 15:34:19 +01:00
twinaphex
4e8bb52038 (input_overlay.c) Remove more hacks 2016-11-27 15:21:53 +01:00
twinaphex
267fdbe21e (input_overlay.c) remove more hacks 2016-11-27 15:17:44 +01:00
twinaphex
7f339a8f84 More hacks from input_overlay.c removed 2016-11-27 15:12:48 +01:00
twinaphex
bbb2ffea9c Remove nasty input overlay hack for input_overlay_set_scale_factor 2016-11-27 15:10:09 +01:00
twinaphex
e9846aae68 (Android) Remove unused variables 2016-11-27 15:02:14 +01:00
twinaphex
4029709658 Fix warning 2016-11-27 14:50:42 +01:00
twinaphex
c393a1a99f Remove unused variables 2016-11-27 14:43:35 +01:00
twinaphex
d26a213971 CXX_BUILD fixes 2016-11-27 13:30:35 +01:00