47850 Commits

Author SHA1 Message Date
Twinaphex
e3c8364f31
Merge pull request #8365 from jdgleaver/rgui-theme-fix
(RGUI) Ensure menu color theme is applied immediately
2019-02-25 16:42:30 +01:00
jdgleaver
d683892b1f (RGUI) Ensure menu color theme is applied immediately 2019-02-25 13:22:44 +00:00
Twinaphex
b40aa13418
Merge pull request #8349 from hhromic/fix-xrandr
(dispserv_x11.c) add missing defines and clean-up code
2019-02-24 14:48:19 +01:00
Twinaphex
77183b9e4c
Merge pull request #8358 from hhromic/pr-fix
(rgui.c) fix build error due to broken PR
2019-02-24 14:32:46 +01:00
Hugo Hromic
9168f2a645 (rgui.c) fix build error due to broken PR
Fixes PR #8357
2019-02-24 13:26:07 +00:00
Twinaphex
409f9eb5b8
Merge pull request #8357 from hhromic/fixes
Couple of minor fixes
2019-02-24 14:02:57 +01:00
Hugo Hromic
147bd5e051 (rgui.c) silence warning in C89_BUILD
Fixes:

    menu/drivers/rgui.c: In function ‘rgui_render’:
    menu/drivers/rgui.c:1690:10: warning: ISO C90 forbids mixed
    declarations and code [-Wdeclaration-after-statement]
              menu_entry_t entry;
              ^~~~~~~~~~~~
2019-02-24 12:13:54 +00:00
Hugo Hromic
b5368c9423 (menu_animation.c) Use semi-colon properly for TICKER_SPACER_DEFAULT
Defines should not have semi-colons. Correct the fix in 3cbae9c.
2019-02-24 12:13:54 +00:00
Brad Parker
1c9ac4e825 osx: add cpu model name 2019-02-23 17:29:08 -05:00
Brad Parker
1d0a9262ae osx buildfix 2019-02-23 16:57:11 -05:00
Brad Parker
e22148fed4 show cpu model name in log, implemented for x86/64 on windows/linux so far 2019-02-23 16:50:42 -05:00
twinaphex
f0d51596d1 Another buildfix 2019-02-23 22:15:03 +01:00
Hugo Hromic
8984702ba8 (dispserv_x11.c) add missing defines and clean-up code
* Removed redundant and unused variables
* Use multiples of eight for array sizes
* Styled code for consistency with the rest
* Quoted string arguments in shell commands
* Added missing `HAVE_XRANDR` define checks
2019-02-23 20:58:51 +00:00
Brad Parker
97b7512420 restore initial screen orientation on exit for x11/win32 2019-02-23 14:15:36 -05:00
Brad Parker
9493a4911e crash fix 2019-02-23 11:17:00 -05:00
twinaphex
3cbae9c767 Fix C89_BUILD errors 2019-02-23 15:04:36 +01:00
Twinaphex
adc9ecf4cc
Merge pull request #8335 from natinusala/master
Reintroduce menu widgets (only runloop_msg_queue for now)
2019-02-23 14:22:31 +01:00
Twinaphex
7210ec9a4b
Merge pull request #8351 from hhromic/fix-warnings
(cheevos.c) silence warnings
2019-02-23 13:36:28 +01:00
Hugo Hromic
401588f3a5 (cheevos.c) silence warnings
* Enlarge arrays to acommodate all potential data
* Use co-routine field in for-loop
2019-02-23 11:36:40 +00:00
Brad Parker
76ca37aaee x11: implement screen orientation support 2019-02-22 19:13:36 -05:00
Brad Parker
4f0d61a2ac update copyright 2019-02-22 19:13:36 -05:00
Brad Parker
8e14d1dd87 whitespace 2019-02-22 19:13:36 -05:00
Brad Parker
477d46d52b update copyright 2019-02-22 19:13:36 -05:00
Twinaphex
6e971053fe
Merge pull request #8346 from orbea/cmd
Silence unused function warning with --disable-networking.
2019-02-22 18:07:23 +01:00
Twinaphex
93adedccec
Merge pull request #8347 from jdgleaver/playlist-display-cleanup
Standardise and improve playlist display
2019-02-22 18:07:10 +01:00
orbea
6f878fed91 Silence unused function warning with --disable-networking. 2019-02-22 07:28:17 -08:00
jdgleaver
4a26e4bc97 Standardise and improve playlist display 2019-02-22 15:23:10 +00:00
Brad Parker
d2f73e3f33 Qt: fix couple memory leaks 2019-02-22 09:38:59 -05:00
twinaphex
292c5e93ad Add d3d9_menu_widgets_enabled 2019-02-22 03:13:41 +01:00
Twinaphex
0778847062
Merge pull request #8341 from fjtrujy/feature/PS2AudioImprovement
[PS2] Audio improvement
2019-02-22 01:48:43 +01:00
Francisco Javier Trujillo Mata
7ec160f860 Remove the specific audio thread 2019-02-22 00:01:36 +01:00
twinaphex
74a35d8be1 (GL2) Add GL1 fallback 2019-02-21 21:49:22 +01:00
Brad Parker
0cb6ed7b29 remove tabs 2019-02-21 15:38:18 -05:00
twinaphex
eba1c474b5 Fix MSVC 2010 port 2019-02-21 21:34:22 +01:00
twinaphex
a39bed3bb1 Silence warnings 2019-02-21 21:31:29 +01:00
natinusala
a98cb75549 libnx: disable mesa errors to improve perf 2019-02-21 20:58:23 +01:00
natinusala
4d86030cc2 rgui: restore original ticker spacer 2019-02-21 20:58:22 +01:00
natinusala
6e20d216bd Avoid redefining the ticker spacer in each menu driver 2019-02-21 20:58:22 +01:00
natinusala
42325ea368 Reintroduce menu widgets, implement new runloop_msg_queue 2019-02-21 20:58:22 +01:00
Twinaphex
239f3febc6
Merge pull request #8339 from orbea/net
Silence implicit declaration warning.
2019-02-21 20:56:57 +01:00
orbea
95ed29fd7d Silence implicit declaration warning. 2019-02-21 11:38:00 -08:00
Brad Parker
99f4203abf win32: implement screen orientation support 2019-02-21 14:37:24 -05:00
Twinaphex
46c557f3a5
Merge pull request #8338 from fr500/master
fix [Config]: blah blah blah printing on the OSD on save configuration
2019-02-21 20:21:18 +01:00
radius
8936faf21f fix [Config]: blah blah blah printing on the OSD on save configuration
fix new configurations having two periods in the filename
2019-02-21 13:57:06 -05:00
Twinaphex
42adb37474
Merge pull request #8327 from jdgleaver/playlist-sublabels
Add optional playlist sublabels (associated core + play time, where available)
2019-02-21 18:59:28 +01:00
Twinaphex
2cd845469c
Merge pull request #8333 from rlnilsen/contentscannerfalsepositives
Fix content scanner creating false positive playlist entries
2019-02-21 18:49:38 +01:00
Brad Parker
d19970de5e whoops 2019-02-21 12:41:20 -05:00
Twinaphex
e3a93ca96e
Merge pull request #8337 from fr500/master
fix #7670 by checking threaded video
2019-02-21 18:05:49 +01:00
radius
814db2c44e fix #7670 by checking threaded video 2019-02-21 11:54:10 -05:00
twinaphex
e6d5f427fc (D3D9) Add widgets function call 2019-02-21 17:09:08 +01:00