Commit Graph

41544 Commits

Author SHA1 Message Date
Glenn ec806f65f9 fixed MFI controller being set to P2 2017-10-29 18:20:39 +11:00
Twinaphex 5aba01ed26
Merge pull request #5619 from lunixoid/master
Simplified condition in `while`
2017-10-29 01:55:42 +02:00
Brad Parker 22d4fc6fa1 update JP translation 2017-10-28 16:20:46 -04:00
Brad Parker bbf6f2f451 fix "may be used uninitialized in this function" warning 2017-10-28 16:01:29 -04:00
Brad Parker 1842471eb1 use filestream_open to check if a file exists 2017-10-28 16:00:51 -04:00
Roman Kalashnikov cdc61bc206
Simplified condition in `while`
if `*ptr` value equals ' ', then condition `if(*ptr != '\0')` will always true
2017-10-28 20:56:04 +03:00
Twinaphex a75014c705
Merge pull request #5617 from orbea/check_lib
qb: Combine the check_lib and check_lib_cxx functions.
2017-10-28 02:39:50 +02:00
orbea 48db41a112 qb: Combine the check_lib and check_lib_cxx functions. 2017-10-27 14:53:24 -07:00
bparker06 d5448f3261
Update CHANGES.md 2017-10-27 17:37:39 -04:00
Twinaphex 45058acbef
Merge pull request #5616 from orbea/strlcpy
qb: Don't check for strlcpy on linux.
2017-10-27 21:30:08 +02:00
orbea b0d9a5c539 qb: Don't check for strlcpy on linux. 2017-10-27 11:23:55 -07:00
twinaphex 91b5fa7ad6 Update CHANGES.md 2017-10-27 17:06:55 +02:00
twinaphex 08cee280c9 Revert "SRAM Autosave enabled by default for PC / mobile, disabled by default"
This affects performance of games like Kirby Super Star - which use SRAM
as a scratchpad

This reverts commit 6c3a0b0fea.
2017-10-27 17:05:40 +02:00
twinaphex e1bddc8432 Update CHANGES.md 2017-10-27 16:28:13 +02:00
Twinaphex 34e5d73ce9 Merge pull request #5615 from hyarsan/master
Fixed an annoying typo.
2017-10-27 16:27:47 +02:00
twinaphex 526d63872a Fix italics bug 2017-10-27 15:48:26 +02:00
twinaphex c5a69a2b72 Update CHANGES.md 2017-10-27 15:43:10 +02:00
twinaphex 6c3a0b0fea SRAM Autosave enabled by default for PC / mobile, disabled by default
for consoles
2017-10-27 15:39:50 +02:00
Jean-André Santoni bd17c11350 Fix gamecube scanning 2017-10-27 15:17:18 +07:00
Jean-André Santoni 2ddba6770d Start implementing gamecube scanning 2017-10-27 15:17:18 +07:00
Jean-André Santoni 93ee38af05 Add gamecube magic number 2017-10-27 15:17:18 +07:00
hyarsan a71ec4a836 Fixed an annoying typo. 2017-10-26 23:58:10 +02:00
twinaphex 9ae4a9276b Test 2017-10-26 15:15:55 +02:00
Twinaphex 4f58c1a77b Merge pull request #5612 from orbea/quotes
qb: Replace extra quotes with braces.
2017-10-26 14:14:10 +02:00
Twinaphex 6bd333263a Merge pull request #5611 from orbea/sort
qb: Sort set variables.
2017-10-26 14:13:59 +02:00
Jean-André Santoni 77cd18e6bc Remove obsolete SD_FLAG_LAKKA_ADVANCED 2017-10-26 18:38:12 +07:00
Jean-André Santoni 94309a65cf Remove obsolete HAVE_LAKKA ifdefs 2017-10-26 17:58:41 +07:00
orbea 0d43f9f8c7 qb: Replace extra quotes with braces. 2017-10-25 23:16:09 -07:00
orbea 91f6218913 qb: Sort set variables. 2017-10-25 22:07:50 -07:00
Twinaphex b971b821be Merge pull request #5610 from orbea/sed
qb: Don't use sed.
2017-10-26 02:59:59 +02:00
orbea e13837fc18 qb: Don't use sed. 2017-10-25 17:32:29 -07:00
Twinaphex d540e87c3d Merge pull request #5609 from Maschell/master
[Wii U] Added some more checks while parsing the configuration files...
2017-10-25 23:00:12 +02:00
Twinaphex 50bea6a743 Merge pull request #5608 from frangarcj/master
Trying to fix L2/R2/L3/R3
2017-10-25 22:59:43 +02:00
Maschell 6fa80376e0 [Wii U]Added some more checks while parsing the configuration files for the HID controller
This hopefully fixes the crashes when starting retroarch with (faulty)
.ini files
2017-10-25 21:16:31 +02:00
Francisco José García García 03524278c6 Trying to fix L2/R2/L3/R3
Related to #5431
2017-10-25 21:05:15 +02:00
Twinaphex 6575cc5166 Merge pull request #5605 from orbea/test
qb: Remove poorly defined test behavior.
2017-10-25 04:27:45 +02:00
Twinaphex a0b5a2794c Merge pull request #5604 from orbea/subshell
qb: Remove redundant variables.
2017-10-25 04:27:38 +02:00
Twinaphex 185ef85ded Merge pull request #5603 from orbea/true
qb: Avoid using 'true' which could be a binary on some systems.
2017-10-25 04:27:30 +02:00
orbea b9a866326a qb: Remove poorly defined test behavior. 2017-10-24 19:01:36 -07:00
orbea 08dcac4b02 qb: Remove redundant variables. 2017-10-24 15:39:19 -07:00
orbea e12d203a76 qb: Avoid using 'true' which could be a binary on some systems. 2017-10-24 12:43:40 -07:00
Twinaphex 9503edce82 Merge pull request #5602 from orbea/alignment
Fix alignment in ../configure --help
2017-10-24 21:39:38 +02:00
Twinaphex e8abc1c0f0 Merge pull request #5601 from gingerbeardman/patch-2
revert last change that stopped 3DS nightly builds
2017-10-24 21:39:28 +02:00
orbea 8884190154 qb: Print config options first in ./configure --help. 2017-10-24 09:24:56 -07:00
orbea 86bb116625 qb: Fix alignment in ./configure --help. 2017-10-24 09:24:56 -07:00
Matt Sephton 5173be8cc6 revert file 2017-10-24 17:11:49 +01:00
Twinaphex cd942f1faa Merge pull request #5600 from orbea/Qt
qb: Add a description for the Qt wrapper in ./configure --help
2017-10-24 13:58:40 +02:00
Twinaphex c2a5296ee3 Merge pull request #5599 from orbea/tr
qb: Use POSIX character classes instead of character ranges.
2017-10-24 13:58:30 +02:00
orbea affe1932a8 qb: Add a description for the Qt wrapper in ./configure --help 2017-10-23 23:32:01 -07:00
orbea 2b939ab40b qb: Use POSIX character classes instead of character ranges. 2017-10-23 21:48:37 -07:00