gblues
58e298ab8d
Fix Salamander build
...
- move non-salamander objects out of salamander scope
- move the missing libc functions to general scope
- fix salamander_main inline invocation
TESTING: Ran 'make -f Makefile.wiiu SALAMANDER=1' successfully
2018-05-06 10:01:20 -07:00
twinaphex
e18f81eb74
Update libretro-common
2018-05-06 17:11:18 +02:00
Twinaphex
72fa691c81
Merge pull request #6733 from Tatsuya79/patch-8
...
QT remove button ghostly inside highlighting
2018-05-06 17:06:53 +02:00
Tatsuya79
425da219c6
QT remove button ghostly inside highlighting
2018-05-06 17:05:21 +02:00
Twinaphex
8484ea4154
Merge pull request #6672 from gblues/master
...
Cleanup of Wii U launcher code
2018-05-06 15:24:00 +02:00
Twinaphex
0f87a06a67
Merge pull request #6730 from QuarkTheAwesome/gx2-patch1
...
[WiiU] Fix out-of-bounds rendering bug
2018-05-06 13:40:22 +02:00
Ash
68d789a4ea
[WiiU] Fix out-of-bounds rendering bug
2018-05-06 21:18:03 +10:00
Brad Parker
c2ad8d47d3
Qt: only check for pending events of the main thread
2018-05-05 22:57:29 -04:00
Twinaphex
ec8f40c833
Merge pull request #6727 from ceb33/master
...
fix to set hid device registration deterministic (#6497 ), to address issue #6640 re-adding dynamic device registration
2018-05-05 23:15:12 +02:00
ceb33
bafd2af885
remove custom debug output
2018-05-05 13:33:15 +02:00
ceb33
67784c85cf
update and merge to current Retroarch version
2018-05-05 12:59:04 +02:00
ceb33
9008684651
re-add callback to manage usb device plugged in while retroarch is running
2018-05-05 12:48:01 +02:00
Twinaphex
2771f8cc41
Update CHANGES.md
2018-05-04 22:51:47 +02:00
Twinaphex
a371a2f835
Merge pull request #6717 from altiereslima/master
...
Update Portuguese Brazilian translation
2018-05-04 22:38:51 +02:00
Twinaphex
9e0a3f0794
Merge pull request #6720 from Tatsuya79/patch-7
...
QT QSlider styling
2018-05-04 22:38:42 +02:00
twinaphex
9462e5aa93
Don't hide these settings behind advanced settings
2018-05-04 19:08:10 +02:00
twinaphex
91744d9dd0
Bump up version code
2018-05-04 16:27:14 +02:00
Tatsuya79
658ffb8951
QT QSlider styling
2018-05-04 12:11:53 +02:00
Mikael Brunnhede
1bc304b26e
Automatically hide the "Configuration Override options" Quick Menu entry if neither of the sub-options are enabled.
2018-05-04 10:18:22 +02:00
altiereslima
b03a943dd9
fix translation
2018-05-04 01:32:36 -03:00
altiereslima
e8a0e78d9e
Update Portuguese Brazilian translation
2018-05-04 01:21:31 -03:00
twinaphex
b2ceb50897
Update to 1.7.3
v1.7.3
2018-05-04 05:45:22 +02:00
Twinaphex
6c95cbb6b4
Merge pull request #6716 from cubtekki/cubtekki-patch-0
...
Updated readme file
2018-05-04 05:07:02 +02:00
cubtekki
cbd8f83288
Update README.md
...
Corrected some spelling errors.
2018-05-03 20:02:22 -07:00
cubtekki
bcb7a7a6c8
Update README.md
...
Corrected some spelling errors.
2018-05-03 19:55:30 -07:00
Brad Parker
19f6798947
Qt: make sure we are inited before calling into the driver
2018-05-03 21:47:21 -04:00
Twinaphex
756320755b
Update CHANGES.md
2018-05-04 03:31:45 +02:00
Twinaphex
ed9ce033d8
Update CHANGES.md
2018-05-04 03:30:43 +02:00
Twinaphex
5c59e7f523
Update CHANGES.md
2018-05-04 03:23:01 +02:00
Twinaphex
ad7ccf6d7b
Update CHANGES.md
2018-05-04 03:21:51 +02:00
Twinaphex
66dfae2234
Merge pull request #6713 from orbea/make
...
Makefile: Try to fix logic.
2018-05-04 01:16:35 +02:00
orbea
14bb035026
Makefile: Try to fix logic.
2018-05-03 15:50:11 -07:00
twinaphex
6c09195f5e
(D3D8/D3D9) Updates
2018-05-03 22:08:14 +02:00
twinaphex
6d019284f8
Get rid of some of the casts
2018-05-03 22:06:04 +02:00
twinaphex
82ebb9576f
Create d3d9_video_t and d3d8_video_t
2018-05-03 22:03:12 +02:00
twinaphex
c4a03b6b45
(xdk360_fonts.cpp) Cleanups
2018-05-03 21:39:25 +02:00
twinaphex
9f80092bbb
Updates
2018-05-03 21:29:58 +02:00
Twinaphex
4a1fc9b598
Merge pull request #6701 from orbea/cxx
...
qb: Fix checking the CXX compiler
2018-05-03 21:28:47 +02:00
orbea
8f861d438b
qb: Fix checking the CXX compiler
...
This does the following.
1. Fixes checking if the CXX compiler works on platforms other than windows.
2. Turns the error when the CXX compiler is missing or doesn't work into a warning.
3. Adds HAVE_CC and HAVE_CXX.
4. Only adds CC and CXX to config.mk when HAVE_CC or HAVE_CXX are true.
5. Disables Qt companion, Vulkan, CXX_BUILD and NEED_CXX_LINKER if HAVE_CXX is false.
6. Explicitly errors when the CXX compiler is broken or missing and Qt or vulkan support is enabled.
7. No longer explicitly links with the CXX compiler on windows since this should no longer be needed.
This also adds the function `check_enabled` to `qb/qb.lib.sh` which
can be used to dynamically disable any libraries that require C++
support.
2018-05-03 12:24:32 -07:00
Twinaphex
de1bf58997
Buildfix
2018-05-03 20:39:03 +02:00
twinaphex
3796e52018
(OSX) Go back to old code - connect handler was broken
2018-05-03 20:31:28 +02:00
Twinaphex
356cd47ce8
Silence some unused variable warnings
2018-05-03 19:35:27 +02:00
twinaphex
dd8a2df253
Cleanup
2018-05-03 19:17:13 +02:00
Brad Parker
05404f9104
fix buffer overflow in url encoding (affecting msvc2010/2013)
2018-05-03 12:57:23 -04:00
Twinaphex
803373bb09
Merge pull request #6712 from Dwedit/msvc_qt_project
...
Add QT builds to MSVC2017 project
2018-05-03 17:47:10 +02:00
Dwedit
00c116051f
Add QT builds to MSVC2017 project
...
Fix missing line in griffin_cpp.cpp, and normalize end of line to LF
2018-05-03 10:32:32 -05:00
Twinaphex
909ffd4de4
Update input_driver.c
2018-05-03 15:28:26 +02:00
twinaphex
7bc66ae710
Buildfixes for MSVC 2015
2018-05-03 15:20:06 +02:00
twinaphex
268baca939
(MSVC 2013) Add /bigobj for griffin_glslang.cpp
2018-05-03 14:52:37 +02:00
Twinaphex
171bf76100
Merge pull request #6711 from Tatsuya79/patch-4
...
QT restore preferences if they exist
2018-05-03 14:07:11 +02:00