Twinaphex
d0e5eb01c0
Merge pull request #8275 from jdgleaver/rgui-scaling
...
(RGUI) Add optional internal upscaling
2019-02-14 06:58:04 +01:00
Twinaphex
9b8efbc712
Merge pull request #8284 from fr500/master
...
[fix] potential crash when username is empty and discord is disabled
2019-02-14 06:46:46 +01:00
radius
7107175b93
[fix] potential crash when username is empty and discord is disabled
2019-02-14 00:31:02 -05:00
Twinaphex
86c402016f
Merge pull request #8282 from Tatsuya79/master
...
fix some OSD settings
2019-02-14 03:53:37 +01:00
Tatsuya79
3e85f40563
fix some OSD settings
2019-02-13 23:41:13 +01:00
Twinaphex
250f7e5b27
Merge pull request #8272 from gingerbeardman/master
...
Adds unique IDs to prevent 3DS cores overwriting each other
2019-02-13 22:14:52 +01:00
Twinaphex
916d99f5e1
Merge pull request #8278 from orbea/opengles
...
qb: Fix the HAVE_OPENGLES check.
2019-02-13 22:14:36 +01:00
Twinaphex
4c554445c6
Merge pull request #8281 from orbea/xmb
...
xmb: Prevent crashes when resizing to a tiny window.
2019-02-13 22:14:03 +01:00
orbea
ee98a595ca
xmb: Prevent crashes when resizing to a tiny window.
...
If the user resized their RetroArch window while using xmb it would
initiate a context_reset to scale xmb. When the window is too small
this would result in invalid pointers and a crash in the video driver.
This makes it so that when the window is too small it will skip the
context_reset and not crash. The window at this size is not really
useful to scale anyways.
Fixes https://github.com/libretro/RetroArch/issues/8260
2019-02-13 10:58:04 -08:00
orbea
2586e727e7
qb: Fix the HAVE_OPENGLES check.
...
Not all systems have the appropriate pkgconfig files.
Fixes https://github.com/libretro/RetroArch/issues/8274
2019-02-13 09:51:49 -08:00
Twinaphex
3b131ee2da
Merge pull request #8271 from orbea/qb
...
qb: Use the correct compiler flags for check_lib.
2019-02-13 12:51:12 +01:00
Twinaphex
ed29eb8bd7
Merge pull request #8269 from natinusala/master
...
Various ozone improvements
2019-02-13 12:50:45 +01:00
jdgleaver
cf6e23cebd
(RGUI) Add optional internal upscaling
2019-02-13 11:09:02 +00:00
natinusala
692d463994
ozone: enable and disable mouse mode on the fly
2019-02-13 10:42:43 +01:00
natinusala
492590a0ae
ozone: full mouse support on entries (no sidebar yet)
2019-02-13 10:32:43 +01:00
natinusala
cb9d227db5
ozone: fix another navigation jitter
2019-02-13 09:55:56 +01:00
natinusala
59398e4dd2
ozone: fix alignment
2019-02-13 09:55:56 +01:00
natinusala
68e54315c3
ozone: add rudimentary mouse support (not working)
2019-02-13 09:55:56 +01:00
natinusala
4e79f13139
ozone: use menu_display_set_alpha
2019-02-13 09:55:56 +01:00
natinusala
dac31786ea
ozone: add draw cursor
2019-02-13 09:55:56 +01:00
natinusala
4c130fc4fd
ozone: fine tune metrics
2019-02-13 09:55:56 +01:00
twinaphex
eb1dc6624f
C89_BUILD buildfix
2019-02-13 02:03:12 +01:00
Matt Sephton
5cf15c8609
Update Makefile.cores
2019-02-12 20:41:42 +00:00
Matt Sephton
4e0c592bfa
Update Makefile.cores
2019-02-12 20:39:37 +00:00
Matt Sephton
211dd11336
Update Makefile.cores
2019-02-12 20:33:46 +00:00
Matt Sephton
8ebf254a75
Update Makefile.cores
2019-02-12 20:32:51 +00:00
orbea
74cd5a067f
qb: Use the correct compiler flags for check_lib.
2019-02-12 11:56:24 -08:00
Twinaphex
8ac4e6c72f
Merge pull request #8261 from jdgleaver/rgui-glui-title-fix
...
(RGUI/GLUI) Ensure menu title is set correctly when displaying message boxes
2019-02-12 17:23:33 +01:00
Twinaphex
d7bb9807b4
Merge pull request #8264 from alphanu1/master
...
Fixed missing break (#118 )
2019-02-12 17:20:51 +01:00
alphanu1
305a15f056
Change menu detection width
2019-02-12 16:10:48 +00:00
alphanu1
8259bc33ac
CRT dynamic width changes
2019-02-12 16:00:12 +00:00
alphanu1
bdf2526f80
Fix native naming after new additions
2019-02-12 15:59:10 +00:00
alphanu1
84a784e28b
CRT resolution naming ( #120 )
2019-02-12 15:16:40 +00:00
alphanu1
b37c64742f
Dynamic width - function completed ( #119 )
2019-02-12 14:38:01 +00:00
Hans-Kristian Arntzen
b3e2df53d2
Avoid menu deadlocks in Pulse and ALSA. ( #8265 )
...
Buggy menu code most likely, but audio backends can be defensive about
it.
2019-02-12 09:31:09 -05:00
Twinaphex
2ccc6534ee
Merge pull request #8259 from bparker06/playtime_log
...
Add option to track how long content has been running over time
2019-02-12 15:06:57 +01:00
alphanu1
32525d6bd3
Fixed missing break ( #118 )
2019-02-12 13:59:53 +00:00
Twinaphex
7b506fafcc
Merge pull request #8263 from alphanu1/master
...
Fix missing break (#117 )
2019-02-12 14:50:58 +01:00
alphanu1
aec65d0fa1
Fix missing break ( #117 )
2019-02-12 13:36:03 +00:00
Twinaphex
c9db325bd1
Merge pull request #8262 from alphanu1/master
...
Implementation screen centring and dynamic super resolution
2019-02-12 14:20:49 +01:00
alphanu1
a27b4e1912
Merge pull request #116 from alphanu1/alphanu1-patch-103
...
change super resolution 1 to read DYNAMIC
2019-02-12 12:46:28 +00:00
alphanu1
2172dbe8ba
change super resolution 1 to read DYNAMIC
2019-02-12 12:45:45 +00:00
Twinaphex
694a3b1e2c
Merge pull request #8245 from CidVonHighwind/master
...
Updated the ozone driver to use variables instead of hardcoded values
2019-02-12 13:07:41 +01:00
alphanu1
362f58ec3b
Merge pull request #114 from alphanu1/alphanu1-patch-101
...
turn dynamic super res off on the fly
2019-02-12 11:37:14 +00:00
alphanu1
c9c3c626e8
turn dynamic super res off on the fly
2019-02-12 11:23:53 +00:00
jdgleaver
1569785a1c
(RGUI/GLUI) Ensure menu title is set correctly when displaying message boxes
2019-02-12 11:07:58 +00:00
alphanu1
31ad524556
Merge pull request #113 from alphanu1/alphanu1-patch-100
...
Added text to replace 0 for CRT superres
2019-02-12 10:54:42 +00:00
alphanu1
b1c5d9a594
Added text to replace 0 for CRT superres
...
MSG_DYNAMIC
2019-02-12 10:53:36 +00:00
alphanu1
17fe39a3ee
Merge pull request #112 from alphanu1/alphanu1-patch-99
...
Added MSG_DYNAMIC
2019-02-12 10:52:35 +00:00
alphanu1
acbb014b2d
Added MSG_DYNAMIC
2019-02-12 10:51:06 +00:00