41554 Commits

Author SHA1 Message Date
twinaphex
6c5d303a07 (Xbox OG) Fix Salamander build 2018-01-03 14:31:41 +01:00
Twinaphex
c9669b696c
Merge pull request #5998 from orbea/val
qb: Improve build without pkg-config.
2018-01-03 13:25:36 +01:00
twinaphex
956f869974 (360) Fix Salamander build 2018-01-03 12:14:08 +01:00
Twinaphex
5c5dae7160
Merge pull request #6034 from orbea/mouse
Hide mouse cursor CMD_EVENT_REINIT in fullscreen.
2018-01-03 11:42:27 +01:00
Twinaphex
a11af7ef1d
Merge pull request #6033 from gblues/master
Fix wiiu touchpad scaling
2018-01-03 11:42:05 +01:00
orbea
b4e5f61713 Hide mouse cursor CMD_EVENT_REINIT in fullscreen. 2018-01-03 02:05:25 -08:00
gblues
1d933a6b52 Fix wiiu touchpad scaling
== DETAILS

Apparently when I refactored this code, I missed out on the fix for
touchpad coordinates that @QuarkTheAwesome had committed.

Oops.

- Fix the touchpad coordinates
- Remove unneeded references to video driver in wpad_driver.c
- Remove unneeded video driver include in pad_driver.h
- Add logging in wpad_driver to verify the fix (#ifdef'd out by default)

== TESTING

Verified fix manually.
2018-01-02 23:25:03 -08:00
bparker06
70ca528d85
readme: Update supported platforms 2018-01-02 22:49:46 -05:00
Brad Parker
228049df11 7zip: only use Unicode file open on Windows 2018-01-02 20:48:19 -05:00
bparker06
c51b107d9c
Update archive_file_7z.c 2018-01-02 20:24:48 -05:00
Brad Parker
54e7ec8e79 win32: use Unicode file I/O for 7zip archives when available 2018-01-02 20:21:55 -05:00
Twinaphex
5db48f9aea
Merge pull request #6030 from orbea/debug
Makefile.common: Don't hardcode -g
2018-01-02 18:40:52 +01:00
orbea
e2b003a993 qb: Only look in /opt/vc/include if $HAVE_VIDEOCORE=yes. 2018-01-02 09:40:36 -08:00
orbea
48982de355 qb: Improve build without pkg-config. 2018-01-02 09:40:36 -08:00
orbea
0ec95f7aea Makefile.common: Don't hardcode -g 2018-01-02 09:20:13 -08:00
twinaphex
3528923507 Fix crash with Linux HTTP tasks - null pointer dereference 2018-01-02 13:41:59 +01:00
Twinaphex
33929842bb
Update CHANGES.md 2018-01-02 08:27:07 +01:00
Twinaphex
ed53542b8b
Merge pull request #6020 from orbea/vulkan
Makefile.common: Don't enable vulkan if the user disabled it.
2018-01-02 07:15:19 +01:00
twinaphex
298e8b6326 Remove C++ comments 2018-01-02 07:13:09 +01:00
twinaphex
e87cd7382e Silence warning 2018-01-02 06:41:52 +01:00
twinaphex
472a792d88 Silence warnings/errors 2018-01-02 06:40:19 +01:00
twinaphex
0c741e6f61 Fix png test 2018-01-02 06:35:07 +01:00
twinaphex
6d0101d118 Update nbio test 2018-01-02 06:33:20 +01:00
twinaphex
d1ad5c336e Silence warnings 2018-01-02 06:28:05 +01:00
twinaphex
2d107b44fa Buildfix 2018-01-02 06:24:22 +01:00
twinaphex
74120c47e7 Remove C++ comment 2018-01-02 06:20:31 +01:00
Twinaphex
88311acad3
Merge pull request #6027 from meepingsnesroms/master
Add all xmb menu options to rgui and glui, 3ds warning fix, move start directory to top of load content
2018-01-02 06:19:48 +01:00
Twinaphex
fddcf2b204
Merge pull request #6028 from fr500/master
show the menu entries when no achievements found even if hardcore mod…
2018-01-02 06:10:51 +01:00
Brad Parker
abb855a3cc buildfix 2018-01-01 23:05:36 -05:00
Twinaphex
420f61bfb0
Merge pull request #6029 from alfrix/spanish
Update Spanish Translation
2018-01-02 04:16:36 +01:00
Alfredo Monclus
f4948a1826 Update Spanish Translation 2018-01-01 22:28:40 -03:00
meepingsnesroms
4f60966dd5 Make glui support disabling all menu entrys too
Also remove hide settings from non xmb drivers, I was using it wrong.
2018-01-01 15:56:48 -08:00
meepingsnesroms
657f5aa2a2 Fix copy to self causing abort on OSX 2018-01-01 15:18:24 -08:00
radius
acef4ac22e show the menu entries when no achievements found even if hardcore mode is enabled) 2018-01-01 17:02:42 -05:00
Alcaro
e0eb5e698e We'll want a test suite at some point, here's the first test 2018-01-01 20:55:26 +01:00
Alcaro
a79b3250ce why is -common trying to call out of -common 2018-01-01 20:42:10 +01:00
twinaphex
07f13876fc Fix playlist issues with extract_value - the name of the last playlist
entry in history list was being reused for the next playlist entry
2018-01-01 20:17:41 +01:00
meepingsnesroms
7ac985e9be Add all xmb menu options to rgui and glui, 3ds warning fix, move start directory to top of load content 2018-01-01 10:38:16 -08:00
orbea
8287a961e4 qb: Enable vulkan for Win32.
The check_lib function does not seem able to detect vulkan on windows,
this replaces a hack in Makefile.common that does the same, but while allowing
C89_BUILD=1 and --disable-vulkan to work.
2018-01-01 10:09:17 -08:00
twinaphex
f611d1c357 * Compile C code with MSVC Makefile as C instead of C++
* Add compatibility tweak for MSVC in C mode for math functions
2018-01-01 17:38:04 +01:00
twinaphex
21c1acac73 Prevent another Coverity warning - memory corruption 2018-01-01 17:24:00 +01:00
Twinaphex
3df545112c
Merge pull request #6024 from Tatsuya79/patch-2
Hide mouse after SET_SYSTEM_AV_INFO (please Check before merge)
2018-01-01 17:14:24 +01:00
Tatsuya79
6dbfbb0846
fix 2018-01-01 16:58:32 +01:00
twinaphex
b279dfcb64 Simplify extract_value 2018-01-01 16:45:18 +01:00
Tatsuya79
10c6ef6f1a
Hide mouse cursor after RETRO_ENVIRONMENT_SET_SYSTEM_AV_INFO in fullscreen 2018-01-01 16:44:55 +01:00
twinaphex
515918f80c config_file.c - fix Coverity warning - resource leak of
path
2018-01-01 16:37:20 +01:00
Brad Parker
04e6554ad6 don't assume msvc is always compiled in C++ mode 2018-01-01 10:24:04 -05:00
twinaphex
b57f0d95c2 Try to fix Apple iOS build - error: initializer element is not a compile-time constant 2018-01-01 15:27:52 +01:00
twinaphex
8908d9983b (360) Some more buildfixes 2018-01-01 15:11:06 +01:00
twinaphex
aab1e87439 Update compat_snprintf.c 2018-01-01 14:35:47 +01:00