radius
a99a9c0810
add setting to swap menu_ok and menu_cancel
2016-11-19 13:09:07 -05:00
radius
f343bc45fb
remove these settings that we never properly implemented
2016-11-19 12:57:12 -05:00
twinaphex
d1ad845c3a
Add Turbo/Deadzone list strings
2016-11-19 15:52:12 +01:00
twinaphex
eb0c27ee9b
Move Menu Settings to User Interface
2016-11-19 12:07:46 +01:00
twinaphex
fb70452f0c
(Core List) Add 'Download Core...' option permanently
2016-11-19 10:01:47 +01:00
twinaphex
f33d7f2712
Unused variable
2016-11-19 04:04:55 +01:00
Jean-André Santoni
5be99842b5
Merge pull request #3996 from markwkidd/crossplatform-thumbnail-filenames
...
improve cross-platform support for thumbnail filenames
2016-11-18 21:30:23 +01:00
lasers
6265d1e90a
Clean the Configuration mess
2016-11-18 13:45:10 -06:00
Alcaro
53c7bfc501
This one uses one float per vertex, whether snow is enabled or not
2016-11-18 17:10:52 +01:00
twinaphex
1e10abd7f2
Hide two never used settings in Input Settings
2016-11-18 07:53:21 +01:00
Brad Parker
750165a251
prevent use-after-free error
2016-11-17 21:17:24 -05:00
twinaphex
20c1ef83d6
First stab at getting snow shader to work
2016-11-17 21:08:50 +01:00
twinaphex
a2c69ec254
Added snow shader hooks - doesn't work yet though - shader driver
...
system is very limited in terms of how we can set custom menu
shaders - will require a rethink
2016-11-17 20:54:29 +01:00
lasers
204454c967
Add sublabel for Configurations
2016-11-17 05:45:20 -06:00
lasers
5ff6538373
Change labels under Configurations
2016-11-17 05:22:48 -06:00
lasers
4121adafd5
Merge settings for Configurations
2016-11-17 04:36:09 -06:00
lasers
14e29d51bf
Add sublabel for Driver
2016-11-17 03:11:10 -06:00
lasers
8960893caf
Add sublabel for Retro Achievements
2016-11-17 01:35:37 -06:00
lasers
c05aba32a9
Add sublabel for Recording
2016-11-16 03:15:43 -06:00
lasers
92fc74b0ff
Change labels under Recording
2016-11-16 03:08:45 -06:00
Twinaphex
25d3c71e1a
Merge pull request #4004 from lasers/improvs-one-at-a-time
...
Improvs one at a time - Information
2016-11-16 08:48:43 +01:00
lasers
ae78e47418
Add sublabel for Information (list)
2016-11-16 01:35:57 -06:00
twinaphex
758c1565fc
Merge Updater Settings into Network Settings
2016-11-16 07:43:07 +01:00
twinaphex
72eb212dec
Remove this option - should be no longer relevant
2016-11-16 07:35:58 +01:00
twinaphex
6485fe1367
Add sublabel for video shared context
2016-11-16 07:35:38 +01:00
twinaphex
a912d7176f
lakka_get_project() function - cleanup
2016-11-16 07:17:04 +01:00
twinaphex
d745891b14
Prevent unused function warning
2016-11-16 07:11:00 +01:00
twinaphex
6a9ae533cf
Core Information - hide
2016-11-16 07:03:59 +01:00
lasers
0651f84773
Add sublabel for Core
2016-11-15 22:29:18 -06:00
lasers
857c8f22b2
Add sublabel for Achievements Hardcore Mode
2016-11-15 17:26:29 -06:00
markwkidd
e0deb20e30
Update xmb.c
2016-11-15 16:54:35 -05:00
markwkidd
0d8c2aa119
improve description of thumb filename scrub, add parenthesis
2016-11-15 16:48:29 -05:00
markwkidd
1ad1598be2
Update xmb.c
2016-11-15 15:58:18 -05:00
markwkidd
9d0e5c012e
change thumbnail filename scrub to use strpbrk()
2016-11-15 15:57:51 -05:00
markwkidd
08514679d5
Update xmb.c
2016-11-15 15:47:18 -05:00
markwkidd
167a71635d
Update xmb.c
2016-11-15 14:04:59 -05:00
markwkidd
096b316183
additional fixes per the PR discussion
2016-11-15 14:01:28 -05:00
markwkidd
d0f23fdddb
Update xmb.c
2016-11-15 09:05:33 -05:00
markwkidd
06221da8a1
fix escape characters, remove dupe line, add comment
2016-11-15 09:03:55 -05:00
Jean-André Santoni
10d925e189
Make LAKKA_PROJECT unneeded
2016-11-15 10:18:28 +01:00
markwkidd
a9ead799e6
improve cross-platform support for thumbnail filenames
...
The intention of this PR is to allow RetroArch playlists to display the 'prohibited' characters & \ / ? : < > : * | on the screen, while searching for matching thumbnail files that replace these problematic characters with an underscore. This step of the process is bolded in the flowchart below as #2 under 'Playlist display.'
I don't normally work in C -- this change is a hack job. It did look like string_replace_substring could handle being daisy-chained so I thought I'd see if this could spark a productive conversation.
Playlist generation:
1) Use hash values to match ROM files to known-good databases such as No-Intro. (exists)
2) Create playlist using 'display names' from the known-good databases (exists)
Playlist display:
1) Read display name from the playlist file (exists)
**2) Transform characters that are not cross-platform friendly into underscores to determine thumb filename (this PR)**
3) Look for a thumbnail file that matches this filename (exists)
4) Display the thumbnail image (exists)
2016-11-14 13:24:05 -05:00
dankcushions
facb2703f6
Do not allow custom resolutions to be below the game resolution when integer scale is on.
2016-11-13 22:38:48 +00:00
twinaphex
c46ed2f754
Use compat_strcasestr
2016-11-13 19:09:24 +01:00
lasers
e99b25a4b3
Update black boxes conspiracy
2016-11-10 01:47:43 -06:00
lasers
fc9b6905fe
Fix black boxes conspiracy
2016-11-08 17:30:26 -06:00
twinaphex
1c31e37749
C89_BUILD fixes
2016-11-08 19:42:58 +01:00
twinaphex
65cd75e346
Translate string
2016-11-08 01:21:21 +01:00
Twinaphex
30fb97815a
Merge pull request #3964 from dankcushions/aspectratio
...
Display scale factor alongside Custom Viewport Height and Width
2016-11-07 23:32:06 +01:00
Brad Parker
c9727f735b
update JP translation, add 2 new translatable strings
2016-11-07 17:28:26 -05:00
dankcushions
5e3d5d182a
Display scale factor alongside Custom Viewport Height and Width. Eg "640 (2x)". Anything that is not a factor will display as before. Eg "641"
2016-11-07 20:11:18 +00:00