34324 Commits

Author SHA1 Message Date
twinaphex
23aa03fcdd Start adding snow shaders 2016-11-17 20:21:20 +01:00
aliaspider
7d70fb3f4a (WIN32) don't reopen the stdout/stderr streams or close the console when
attaching an existing one.
2016-11-17 20:16:50 +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
Twinaphex
a1858d8f6b Merge pull request #4011 from lasers/improvs-one-at-a-time
Improvs one at a time - Driver
2016-11-17 10:37:29 +01:00
lasers
14e29d51bf Add sublabel for Driver 2016-11-17 03:11:10 -06:00
Twinaphex
d65403d70e Merge pull request #4010 from lasers/improvs-one-at-a-time
Improvs one at a time - Retro Achievements
2016-11-17 09:01:15 +01:00
lasers
8960893caf Add sublabel for Retro Achievements 2016-11-17 01:35:37 -06:00
Twinaphex
a142f85d3c Merge pull request #4005 from lasers/improvs-one-at-a-time
Improvs one at a time - Recording
2016-11-17 07:36:08 +01:00
lasers
2a12535a84 Fix labels under Recording (more) 2016-11-16 14:44:22 -06:00
lasers
4378b35d44 Fix labels under Recording 2016-11-16 14:35:46 -06:00
aliaspider
3cb5ab32f5 (WiiU) add missing file. 2016-11-16 20:12:45 +01:00
Twinaphex
7ac906ea80 Merge pull request #4006 from aliaspider/master
(WiiU) 32bpp support + some fixes.
2016-11-16 19:09:16 +01:00
aliaspider
ec8fd655b0 (WiiU) add support for 32bpp mode. 2016-11-16 19:03:01 +01:00
aliaspider
3cc1ddbdd1 (WiiU) simplify memory.c 2016-11-16 18:25:23 +01:00
aliaspider
418787e6ca (WiiU) can't use start files with rpx buidls yet (this also means, no C+
+ static constructors support).
2016-11-16 17:44:54 +01:00
aliaspider
4089f9ec63 (WiiU) use the already defined __init and __fini symbols. 2016-11-16 17:43:04 +01:00
Alcaro
a973bd8dfa Clarify this function 2016-11-16 14:36:48 +01: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
Twinaphex
bde2de740d Merge pull request #4002 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 #4000 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 #3999 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 #3998 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