Commit Graph

40328 Commits

Author SHA1 Message Date
orbea
6733c37805 qb: Fix constant expressions. 2017-10-18 15:23:31 -07:00
Brad Parker
fd18c2c942 win32: use W-function for file drag&drop 2017-10-18 15:08:01 -04:00
orbea
5ec052b675 Fix compilation with --enable-xshm.
Fixes https://github.com/libretro/RetroArch/issues/5551.
2017-10-18 09:33:09 -07:00
Brad Parker
f3aceefe84 win32: use W-functions for nbio file IO too 2017-10-18 12:30:44 -04:00
vanfanel
d9ec2267f7 Change max_swapchain=2 implementation to actually working code. 2017-10-18 12:06:58 +00:00
Twinaphex
3ba4ba5c42 Merge pull request #5559 from Maschell/master
[WII U] Fix for Issue #5556 - Fixed using multiple HID devices with the same vid/pad simoustanly
2017-10-18 12:32:31 +02:00
vanfanel
65ef37706c Add experimental way to make max_swapchain=2 work on EGL/GLES VideoCore (Raspberry Pi) 2017-10-18 03:06:30 +00:00
Maschell
05ef63fd08 [WII U] Fix for Issue #5556
This hopefully fixes the issues when you try to use 2 Controllers with
the same vid/pid at the same time.

Tested with 2 DS4 controller via the Hid to VPAD Network Client.
Adapters with multiple ports (like the official GC-Adapter) are still
working
2017-10-17 21:38:42 +02:00
Brad Parker
0d06a48546 use LEGACY_WIN32 ifdef for filestream also 2017-10-16 00:39:16 +00:00
Brad Parker
bd06668075 win32: forgot to add unicode functions for filestream 2017-10-16 00:30:25 +00:00
twinaphex
f8a60b2b76 Create LEGACY_WIN32 ifdef 2017-10-16 01:51:59 +02:00
Twinaphex
4121928899 Merge pull request #5555 from leiradel/master
Fixed memory leaks
2017-10-16 01:34:16 +02:00
twinaphex
8464ad30bd (Xbox 360) Buildfixes 2017-10-16 01:33:17 +02:00
Brad Parker
1b1d5c468d win32: use unicode functions for file IO if supported 2017-10-15 17:41:34 -04:00
Alcaro
f3c57ee343 Don't allow more than a billion nanoseconds 2017-10-15 23:25:21 +02:00
Alcaro
2c773a0eb8 Whitespace cleanup 2017-10-15 23:25:21 +02:00
Andre Leiradella
c7849de707 Fixed some cheevos with required hits not registering 2017-10-15 16:51:26 +01:00
Andre Leiradella
d6dbe9a6ad Fixed some memory leaks; added logs for address patching 2017-10-15 16:49:25 +01:00
Twinaphex
cf0d358f1e Merge pull request #5549 from leiradel/master
Added five retries with 3 secs interval for network connections durin…
2017-10-15 17:35:01 +02:00
Twinaphex
b4854305b0 Merge pull request #5553 from theheroGAC/patch-24
Update msg_hash_it.h fix 1
2017-10-15 17:34:52 +02:00
Brad Parker
ac3b7bc4cc windows.h already includes stringapiset for us 2017-10-15 10:16:19 -04:00
Andre Leiradella
1e40f73b76 Renamed coroutine variables to fix the griffin build 2017-10-15 13:35:49 +01:00
theheroGAC
ac70cdce2a Update msg_hash_it.h 2017-10-15 14:32:24 +02:00
Twinaphex
e86e237ed7 Merge pull request #5552 from bparker06/win32_file_encoding
win32: support local multibyte encoding for file paths
2017-10-15 13:07:18 +02:00
Brad Parker
338723bc31 fix some null pointer accesses with empty strings 2017-10-15 00:39:55 -04:00
Brad Parker
f1d72e241c arm: __VFP_FP__ is defined even when using softfp, so don't use it 2017-10-15 00:16:23 -04:00
Brad Parker
303af012bb set buildbot url for armv7 hardfloat linux devices 2017-10-15 00:11:22 -04:00
Brad Parker
a7c8cc88e5 win32: support local multibyte encoding for file paths 2017-10-14 23:13:24 -04:00
Brad Parker
38c30667c5 fix include paths 2017-10-14 23:08:43 -04:00
Twinaphex
74ac642752 Merge pull request #5547 from bparker06/framecount_show
add option to remove frame count from FPS display
2017-10-14 17:45:20 +02:00
Twinaphex
590c8ee934 Merge pull request #5548 from orbea/micromod
Silence compiler warnings.
2017-10-14 17:45:07 +02:00
Andre Leiradella
f462d5e7c2 A saner way to how only retry messages 2017-10-14 14:06:26 +01:00
Andre Leiradella
aadc532b9c Only show retry messages after the first try 2017-10-14 13:44:24 +01:00
Andre Leiradella
5b7262d83f Added five retries with 3 secs interval for network connections during cheevos initialization 2017-10-14 12:53:14 +01:00
orbea
bae8157697 Silence compiler warnings.
See.

010f30e404
9918b69647
2017-10-13 22:09:15 -07:00
Brad Parker
ee7590868a add option to remove frame count from FPS display 2017-10-13 20:35:55 -04:00
Twinaphex
052ea42c0b Merge pull request #5546 from rz5/patch-1
(gl driver) Set flags after detecting GL core context
2017-10-13 23:58:47 +02:00
rz5
0a0c538e2b (gl driver) Set flags after detecting GL core context 2017-10-13 22:48:17 +01:00
Twinaphex
55fa6696cd Merge pull request #5545 from theheroGAC/patch-23
Update msg_hash_it.h
2017-10-13 20:58:15 +02:00
theheroGAC
bdb1f8588f Update msg_hash_it.h 2017-10-13 20:32:15 +02:00
Twinaphex
2bf338df12 Merge pull request #5540 from rz5/patch-1
(video driver) If we can't set flag data, do it later
2017-10-13 19:28:51 +02:00
Twinaphex
d075074703 Merge pull request #5542 from bparker06/wraparound_left
allow wraparound of settings when pressing left key for int and float types
2017-10-12 23:13:30 +02:00
Brad Parker
4a68904733 allow wraparound of settings when pressing left key for int and float types 2017-10-12 17:12:20 -04:00
rz5
677229d541 (video driver) Style nit 2017-10-12 19:59:20 +01:00
Twinaphex
aa6301e0d6 Merge pull request #5541 from bparker06/osd_text_color
add menu settings for OSD text color
2017-10-12 20:30:59 +02:00
Brad Parker
256bde3478 add menu settings for OSD text color 2017-10-12 14:26:17 -04:00
Alcaro
79155f7301 We don't need THAT much whitespace 2017-10-12 19:06:37 +02:00
rz5
24c1ad72ce (video driver) If we can't set flag data, do it later
Currently, there is at least one instance where video_context_driver_set_flags() is called when current_video_context.set_flags is set to NULL (see #5538). To solve this, we create 2 new global variables - one to store flag data and the other to symbolize we deferred setting flag data.
This way, the next time we do get_flags(), we first check if we have anything stored first.

Should fix #5538
2017-10-12 17:38:07 +01:00
Twinaphex
01f8e4e74f Merge pull request #5539 from Brunnis/master
XMB: Fix playlist entry graphic update issue when all system tabs except Main Menu are disabled
2017-10-12 14:08:38 +02:00
Twinaphex
81a5b6c2c2 Merge pull request #5535 from RobLoach/fix/RobLoach/remove-GL_SCISSOR_TEST
Fix background rendering when resizing window
2017-10-12 10:02:25 +02:00