Commit Graph

40213 Commits

Author SHA1 Message Date
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
Brad Parker
11ff3ddd4b travis/mingw: i686 not x86-64 2017-10-24 00:39:00 -04:00
Brad Parker
3098b5e3df gdi: fix uninitialized usage warning 2017-10-24 00:37:50 -04:00
Brad Parker
20850a7f92 travis: add mingw build targets 2017-10-24 00:37:31 -04:00
Brad Parker
3f27e5d7bb CXX_BUILD fix 2017-10-23 21:48:38 -04:00
Twinaphex
0731bbb81c Merge pull request #5593 from orbea/pdksh
qb: Explicitly set variables as a single command.
2017-10-24 02:09:32 +02:00
orbea
6ead9a09a1 qb: Explicitly set variables as a single command. 2017-10-23 16:19:16 -07:00
hyarsan
f9b105d30f Translation update (#5592)
* Translation update

* I fixed it now

* Really this time I think.

* I thought that I just changed it?
2017-10-23 17:38:59 -04:00
Twinaphex
86ff1995b3 Merge pull request #5591 from orbea/cli
Fix regressions from commit 538d51553c.
2017-10-23 15:23:41 +02:00
orbea
33eb1f9e28 Fix regressions from commit 538d51553c. 2017-10-23 05:39:54 -07:00
Twinaphex
03803d1be4 Merge pull request #5587 from leiradel/master
More refactoring
2017-10-23 06:18:32 +02:00
Twinaphex
c1543e6219 Merge pull request #5588 from hyarsan/master
Fixed some inconsistent messages asking for things
2017-10-23 06:18:21 +02:00
hyarsan
5a1555c91c Fixed some more inconsistent messages asking for things 2017-10-22 23:21:07 +02:00
hyarsan
e2749ee426 Fixed some inconsistent messages asking for things 2017-10-22 22:25:55 +02:00
Andre Leiradella
9ee28f0f24 Moved all cheevos_cond_t related stuff to their own files 2017-10-22 19:42:15 +01:00
Andre Leiradella
db1b53fd21 Fixed CID 178160: Uninitialized variables (UNINIT) 2017-10-22 18:02:15 +01:00
Twinaphex
108c4a3127 Merge pull request #5584 from orbea/cleanup
qb: Clean up.
2017-10-22 18:28:50 +02:00
Twinaphex
85f8823d05 Merge pull request #5583 from orbea/cli
When starting content from the cli open the quick menu.
2017-10-22 18:28:33 +02:00
Twinaphex
9279c33711 Merge pull request #5586 from leiradel/master
Moved all cheevos_var_t related stuff to their own files
2017-10-22 18:26:09 +02:00
Andre Leiradella
ee6841e80f Add cheevos/var.c to griffin.c 2017-10-22 17:20:50 +01:00
Andre Leiradella
cd918390bb Moved all cheevos_var_t related stuff to their own files 2017-10-22 17:11:23 +01:00
orbea
538d51553c When starting content from the cli open the quick menu.
Fix https://github.com/libretro/RetroArch/issues/5554
2017-10-22 08:07:37 -07:00
orbea
008a87c1ae qb: Clean up. 2017-10-22 07:44:14 -07:00
Twinaphex
24d2cafbdf Merge pull request #5570 from leiradel/master
Added a different code path to calculate the hash for Atari Lynx ROMs
2017-10-22 16:11:41 +02:00
Twinaphex
9c128cd2ea Merge pull request #5582 from hyarsan/master
Translation update
2017-10-22 16:00:48 +02:00
Twinaphex
3427c03aba Merge pull request #5578 from orbea/cleanup
qb: Clean up.
2017-10-22 16:00:41 +02:00
Twinaphex
50685a0101 Merge pull request #5577 from orbea/etc
Don't install retroarch.cfg to /etc if --prefix is not set to /usr*
2017-10-22 16:00:33 +02:00
Twinaphex
db7c05edd5 Merge pull request #5579 from orbea/reset
Return to content when Reset is used.
2017-10-22 16:00:17 +02:00
hyarsan
182dec7802 Translation update 2017-10-22 14:49:54 +02:00
Andre Leiradella
83f6e70bfa Removed commas from the last enumerations values 2017-10-22 11:51:39 +01:00