1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-25 16:44:01 +00:00

34297 Commits

Author SHA1 Message Date
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
Twinaphex
bde2de740d Merge pull request from lasers/improvs-one-at-a-time
Improvs one at a time - Core
2016-11-16 06:49:33 +01:00
lasers
655c9c3cbd Sort labels not too much 2016-11-15 22:43:42 -06:00
lasers
0651f84773 Add sublabel for Core 2016-11-15 22:29:18 -06:00
lasers
7581806be1 Change labels under Core 2016-11-15 22:05:11 -06:00
Twinaphex
50fda4d77b Merge pull request from lasers/improvs-one-at-a-time
Improvs one at a time - Achievements
2016-11-16 01:47:01 +01:00
lasers
14d6fbdbd5 Change labels under Achievements 2016-11-15 17:50:16 -06:00
lasers
857c8f22b2 Add sublabel for Achievements Hardcore Mode 2016-11-15 17:26:29 -06:00
Twinaphex
1862032460 Merge pull request from aliaspider/master
(WiiU) add support for C++ static constructors/destructors.
2016-11-15 23:52:14 +01: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
aliaspider
286a1887a9 (WiiU) change linker script, add calls to _init() and _fini().
fixes cores relying on C++ static constructors/destructors. (only for
elf builds)
2016-11-15 19:37:30 +01: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
Francisco José García García
1470f8da5b Merge pull request from frangarcj/master
(MACH) Fix compilation
2016-11-14 23:09:32 +00:00
Francisco José García García
d99d8d1a56 (MACH) Fix compilation 2016-11-15 00:05:37 +01:00
Twinaphex
454702274b Merge pull request from leiradel/master
Added verbose output for the "retro_get_memory" interface.
2016-11-14 21:31:29 +01:00
Andre Leiradella
979b388152 Added verbose output for the "retro_get_memory" interface. 2016-11-14 20:06:32 +00:00
Twinaphex
b7dd66137b Merge pull request from frangarcj/master
(VITA) Add support for -mthumb
2016-11-14 20:57:47 +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  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
Francisco José García García
c68325a713 (VITA) Add support for -mthumb 2016-11-14 19:13:07 +01:00
Alcaro
35b2980de9 Those should be ignored 2016-11-14 17:26:11 +01:00
Alcaro
a3e9addd80 Clean this one up a little 2016-11-14 17:23:38 +01:00
Twinaphex
ff8da4682a Merge pull request from leiradel/master
C89 build fix
2016-11-14 16:15:44 +01:00
aliaspider
e23ead0b17 (WiiU) video driver: check data pointer validity before using it. member
functions seem to be called before driver init.
2016-11-14 15:09:53 +01:00
Andre Leiradella
d15255a837 C89 build fix 2016-11-14 08:02:57 +00:00
twinaphex
574a01d390 One C89_BUILD fix 2016-11-14 05:24:10 +01:00
Twinaphex
ed77f98f5e Merge pull request from dankcushions/aspectratio
Do not allow custom resolutions to be below the game resolution when …
2016-11-14 03:57:28 +01:00
Twinaphex
8ec45750d4 Merge pull request from leiradel/master
Fixed math to translate a physical address to the memory descriptor index + offset
2016-11-14 03:57:13 +01:00
Andre Leiradella
170c98b593 Changed how bit values are calculated; seems to fix achievement 24594, Hungriest Runner (Win all three races in the Gourmet Race Grand Prix.), for Kirby Super Star. 2016-11-13 23:20:11 +00: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
Andre Leiradella
2b345b8d48 Fixed math to translate a physical address to the memory descriptor index + offset 2016-11-13 20:58:09 +00:00
Twinaphex
d978a0aa90 Merge pull request from aliaspider/master
(WiiU) implement viewport/filtering options.
2016-11-13 19:23:32 +01:00
twinaphex
c46ed2f754 Use compat_strcasestr 2016-11-13 19:09:24 +01:00
aliaspider
975c442b1a (WiiU) implement viewport/filtering options. 2016-11-13 18:43:22 +01:00
Twinaphex
b97c10b38c Merge pull request from aliaspider/master
(WiiU) audio + savestates fixes.
2016-11-13 17:46:08 +01:00
aliaspider
f51f17ce22 (WiiU) flush all tasks each loop. fixes savestates. 2016-11-13 16:46:24 +01:00
aliaspider
7dab3ea378 (WiiU) audio quality/latency tweaks. 2016-11-13 16:42:43 +01:00
Twinaphex
2e358ba8e8 Merge pull request from lasers/fix-black-boxes-conspiracy
Update black boxes conspiracy
2016-11-13 02:22:27 +01:00
Twinaphex
d4eba0ab96 Merge pull request from aliaspider/master
(WiiU) update.
2016-11-13 02:22:18 +01:00
Twinaphex
4e901457a2 Merge pull request from heuripedes/shader-things
(shader_glsl.c) Don't allocate/clear more than needed in gl_glsl_set_coords()
2016-11-13 02:20:28 +01:00
Higor Eurípedes
8977968b6d (shader_glsl.c) Don't allocate/clear more than needed in gl_glsl_set_coords() 2016-11-12 08:23:06 -03:00
aliaspider
fc82e91465 (WiiU) increase audio volume. 2016-11-12 08:36:00 +01:00