Twinaphex
ca78e1c2bf
Update CHANGES.md
2019-10-12 14:47:56 +02:00
Twinaphex
5340387164
Merge pull request #9584 from jdgleaver/menu-scaling
...
(GLUI) Menu scaling improvements
2019-10-12 14:46:36 +02:00
Twinaphex
912fb252c6
Merge pull request #9589 from Tatsuya79/patch-3
...
always show advanced sync options in Qt
2019-10-12 14:37:16 +02:00
Tatsuya79
1907deb8de
show advanced latency options
2019-10-12 14:26:22 +02:00
Tatsuya79
042783af21
always show advanced sync options
2019-10-12 14:25:02 +02:00
Twinaphex
7bed40d17b
Merge pull request #9547 from Rinnegatamante/videodrivers
...
Graceful switch between video drivers.
2019-10-12 14:21:33 +02:00
Rinnegatamante
ff726d212c
Fix for video driver config overwrite when video driver was forced by core on exit.
2019-10-11 15:15:18 +02:00
jdgleaver
d6d0bb5e4e
(GLUI) Add menu scaling workaround for Mac platforms (DPI requests currently cause crashes on Mac)
2019-10-11 13:31:00 +01:00
Twinaphex
2fe4cf6ca5
Merge pull request #9586 from JoeOsborn/patch-1
...
Fix BSV recording/playback
2019-10-11 13:54:13 +02:00
Joe Osborn
ef0eba5c5f
Fix BSV recording/playback
...
Inputs are 16-bit numbers, but the file writing routines were called with just one byte lengths. This change fixes BSV recording and playback for me.
2019-10-11 07:37:58 -04:00
Rinnegatamante
77d185ba8b
Fix video submenu not updating when a driver swap happens.
...
Thanks to jdgleaver for this.
2019-10-11 13:05:32 +02:00
jdgleaver
e47e055508
(GLUI) Menu scaling improvements
2019-10-10 10:01:46 +01:00
Twinaphex
7afbd4632d
Merge pull request #9582 from BarryJRowe/master
...
Added in fix for bmp returns to ai service. Added in label passing to ai endpoint.
2019-10-09 22:58:23 +02:00
twinaphex
cb576b1b95
Move include headers to rglgen_private_headers.h
2019-10-09 22:12:14 +02:00
Barry Rowe
778571e3d0
Added in fix for bmp returns to ai service. Added in label passing to
...
ai service call.
2019-10-09 12:41:31 -07:00
Twinaphex
9144583fdb
Merge pull request #9576 from natinusala/fast-forward-osd
...
osd: fix fast forward indicator
2019-10-08 15:31:19 +02:00
natinusala
e394b439a8
osd: fix fast forward indicator
2019-10-08 10:42:13 +02:00
Twinaphex
b12d1d7d8a
Merge pull request #9575 from RobLoach/fix/RobLoach/9514--title
...
Fix window title missing space
2019-10-08 04:26:04 +02:00
Rob Loach
c41e2218f7
Fix minus character
2019-10-07 22:16:50 -04:00
Rob Loach
f7dba5d331
Fix window title missing space
2019-10-07 22:15:07 -04:00
Twinaphex
4dcd7a0247
Update CHANGES.md
2019-10-07 05:29:59 +02:00
Twinaphex
956d08e9bc
Update CHANGES.md
2019-10-07 05:29:19 +02:00
twinaphex
9fe72bfa7b
Change this back to how it was before
2019-10-07 05:28:00 +02:00
Twinaphex
b6eb048a12
Merge pull request #9560 from mrjschulte/patch-5
...
iOS - Update project.pbxproj to use 11.0 for all Deployment Targets.
2019-10-07 02:05:19 +02:00
Twinaphex
875ff0e28c
Merge pull request #9563 from yoshisuga/fix-main-thread-call
...
iOS: #9562 : wrap call to get app delegate around a gcd main thread async call
2019-10-07 02:05:01 +02:00
Yoshi Sugawara
2b415292c6
iOS: #9562 : wrap call to get app delegate around a gcd main thread async call
2019-10-06 09:41:53 -10:00
Twinaphex
0f55f8f12b
Silence warning
2019-10-06 21:24:41 +02:00
MrJs
a02245ade2
Update project.pbxproj
...
update remaining iOS deployment targets to 11.0
2019-10-06 10:18:49 -07:00
Twinaphex
f0bfdbf209
Add header to prevent build failures
2019-10-06 03:43:49 +02:00
Twinaphex
2d769d4bfb
Merge pull request #9558 from justinweiss/ctr-gfx-fix-flickering-with-osd
...
Fix 3DS screen flickering when OSD is enabled
2019-10-06 03:39:23 +02:00
Justin Weiss
64dc3dde40
Fix 3DS screen flickering when OSD is enabled
...
On the 3DS, for some cores, the screen will flicker if OSD is enabled,
and sometimes when going in and out of the menu.
As far as I can tell, this happens when a frame is dup'd, and we send
0x0 as the frame to the gfx driver. When that happens, we still draw
the OSD, using a vertex shader to transform and render it at the right
size.
When the frame is 0x0, though, the vertex shader uniforms are never
_reset_ to redraw the previous frame, so it's drawn with different
params, and gets drawn the wrong size. It will draw as the correct
size when the correct vertex shader uniforms are set, and the
incorrect size when the incorrect uniforms are set, causing
flickering.
At least, that's what I think is happening. Forcing the vertex shader
to be set regardless of whether the frame data is set fixes it, at
least during some light testing with PCSX.
2019-10-05 14:21:42 -07:00
Twinaphex
385dfdd33d
Merge pull request #9557 from yoshisuga/ios-tvos-1-7-9
...
[iOS/tvOS]: Set version to 1.7.9, Xcode 11 project update
2019-10-05 22:48:58 +02:00
Yoshi Sugawara
777b0a33c3
Set version to 1.7.9, Xcode 11 project update
2019-10-05 10:19:18 -10:00
Twinaphex
f8f29fbccf
Update CHANGES.md
2019-10-05 19:31:43 +02:00
twinaphex
fb6a2ef746
Turn menu_horizontal_animation into macro and actually use it for
...
default value
2019-10-05 19:11:59 +02:00
twinaphex
7969221919
Remove two unused variables
2019-10-05 19:08:57 +02:00
twinaphex
918b0619d0
(Travis) Add disable audio mixer target
2019-10-05 19:02:29 +02:00
twinaphex
0da68dacf5
Silence unused variable warning
2019-10-05 19:01:05 +02:00
twinaphex
4cf27651ba
(Cocoa defines) Guarantee backwards compatibility
2019-10-05 18:58:15 +02:00
twinaphex
7e9e330e99
Add another HAVE_AUDIOMIXER ifdef - use string_is_equal instead
...
of strcmp
2019-10-05 18:50:28 +02:00
twinaphex
7175c3ec22
FIx another 'may be used uninitialized' warning
2019-10-05 18:43:25 +02:00
twinaphex
221df13250
Cleanups/warning fixes - compilation fix for OSX PPC
2019-10-05 18:38:17 +02:00
Rinnegatamante
d18ae6dac6
Removed unused MSG_INCOMPATIBLE_CORE_FOR_VIDEO_DRIVER.
2019-10-05 10:16:48 +02:00
Rinnegatamante
b6e6b78843
Properly changing video driver name in settings when a core forces one.
2019-10-04 19:45:49 +02:00
Rinnegatamante
eed65a64b2
Removing no more required video context capabilities check at content_load time.
2019-10-04 19:25:05 +02:00
twinaphex
908974dfe4
(Android) Bump up version
2019-10-04 18:16:19 +02:00
Twinaphex
904f0e65e5
Update CHANGES.md
2019-10-04 18:14:45 +02:00
twinaphex
51722b628c
Revert "Change detection around for coreaudio3"
...
This reverts commit 28ab397d60
.
2019-10-04 18:13:58 +02:00
twinaphex
28ab397d60
Change detection around for coreaudio3
2019-10-04 18:10:50 +02:00
twinaphex
8a06263ba6
Fix regression with 'Set Core Association' and leave a TODO/FIXME note
2019-10-04 17:41:03 +02:00