55288 Commits

Author SHA1 Message Date
twinaphex
212fc885ed Cleanups - xinput_hybrid_joypad.c no longer calls into separate
dinput_joypad driver interface
2020-07-31 19:52:03 +02:00
twinaphex
8ab1d7f8ec Cleanups 2020-07-31 19:30:03 +02:00
twinaphex
449f8dff8e Cleanups 2020-07-31 19:25:20 +02:00
twinaphex
5c7ba50ce1 Cleanups 2020-07-31 19:22:07 +02:00
twinaphex
b171f35836 Move these globals out of dinput.c and into dinput_joypad_inl.h 2020-07-31 19:08:46 +02:00
twinaphex
b5e0f7edfd Split up dinput_joypad.c into dinput_hybrid_joypad.c (both HAVE_DINPUT
and HAVE_XINPUT defined) and dinput_joypad.c (only HAVE_DINPUT defined)
2020-07-31 19:06:22 +02:00
twinaphex
5c5c57de9c Split up xinput_joypad.c into xinput_hybrid_joypad.c (assumes
-DHAVE_DINPUT) and xinput_joypad.c (no Dinput available at all)
2020-07-31 18:57:44 +02:00
twinaphex
95604f55b9 Add inline header files 2020-07-31 18:48:45 +02:00
twinaphex
04e67f1ac9 Make Xbox 360 reuse default xinput_joypad.c driver 2020-07-31 18:32:28 +02:00
twinaphex
771c0fec39 Add xinput_joypad.h header 2020-07-31 18:22:35 +02:00
twinaphex
748886c5e5 (DInput) Cleanups 2020-07-31 18:15:36 +02:00
Autechre
bbcc863270
Merge pull request #11117 from jdgleaver/playlist-search
Enhanced playlist search functionality
2020-07-31 17:13:59 +02:00
jdgleaver
776301883c Enhanced playlist search functionality 2020-07-31 15:14:51 +01:00
twinaphex
c522f97e0f Cleanups 2020-07-31 14:51:46 +02:00
twinaphex
c19ea3e8ab Cleanup 2020-07-31 14:49:30 +02:00
twinaphex
1f1571425a (Switch) Cleanups 2020-07-31 14:47:14 +02:00
Autechre
0c7ee3d573
Merge pull request #11115 from hhromic/fix-stats-dpy
Fix audio/video statistics display flickering in certain Windows platforms
2020-07-31 11:37:48 +02:00
Hugo Hromic
879e469a50 Fix audio/video statistics display flickering in certain Windows platforms
Recent member addition caused struct misalignment.
2020-07-31 10:26:12 +01:00
twinaphex
573f9e60c7 (libnx) Prevent some warnings 2020-07-31 10:54:57 +02:00
Autechre
7046daf53d
Merge pull request #11114 from guoyunhe/crowdin-20200731
Fetch translations from Crowdin
2020-07-31 09:58:23 +02:00
Guo Yunhe
4f62548f91 Fetch translations from Crowdin 2020-07-31 10:50:17 +03:00
Autechre
b26739167e
Merge pull request #11111 from schellingb/explore_multilang
Explore: Support for localization
2020-07-30 21:05:00 +02:00
Bernhard Schelling
1644e493f0 Explore: Support for internationalization
Replace hardcoded English strings with msg_hash_to_str lookups
2020-07-31 03:09:23 +09:00
Autechre
0ae214b2db
Merge pull request #11110 from schellingb/explore_fix_cached_playlist
Explore: Fix freeing of cached playlist
2020-07-30 19:33:00 +02:00
Bernhard Schelling
fc5a11d2e7 Remove wrong (re)initialization of cached_external, add NULL check 2020-07-31 01:26:58 +09:00
Bernhard Schelling
5da2ada6b8 Explore: Fix freeing of cached playlist (it could cause a crash in glui menu when jumping up multiple menu lists)
Also makes setting cached_playlist with an external list less of a hack and simplifies menu_explore.c a bit
2020-07-31 00:53:01 +09:00
Autechre
e0ffe8184f
Merge pull request #11105 from Jamiras/ogg_bsnes_crash
move large array off stack
2020-07-30 07:19:03 +02:00
Jamiras
92e61ccb5c move temporary buffer off stack 2020-07-29 19:54:48 -06:00
Autechre
d09f3b7248
Merge pull request #11102 from jdgleaver/qt-icon-fix
(Qt) Fix display of settings icons
2020-07-29 15:44:37 +02:00
twinaphex
f162875583 (PSP scanning) Add more PSP serials 2020-07-29 15:41:05 +02:00
twinaphex
784e1187e1 (PSP scanning) Regression fix - should scan games with serial ULU again 2020-07-29 15:29:51 +02:00
jdgleaver
90f4c5d8ae (Qt) Fix display of settings icons 2020-07-29 13:56:39 +01:00
Autechre
c812727de7
Merge pull request #11101 from jdgleaver/hide-explore
Add option to hide 'Explore' tab + menu clean-ups
2020-07-29 14:30:03 +02:00
jdgleaver
d77f6705df Add option to hide 'Explore' tab + menu clean-ups 2020-07-29 13:01:49 +01:00
twinaphex
ed3ee2511f Cleanups - add local variable 2020-07-29 05:31:23 +02:00
twinaphex
4f931f2729 Use UINT32_C / UINT64_C throughout the codebase 2020-07-29 04:48:11 +02:00
twinaphex
1f0529a275 (libz) Silence some warnings - use INT64_C/UINT64_C 2020-07-29 04:41:13 +02:00
twinaphex
8eb7c1d226 (Win32) Another buildfix for CRT changes 2020-07-29 04:36:29 +02:00
Autechre
38a6d9b2d2
Merge pull request #11095 from rsn8887/master
Fix input port assignments
2020-07-29 04:22:56 +02:00
Autechre
74cd3ab99f
Merge pull request #11097 from alphanu1/master
Fix for dispserv win32 compile issue
2020-07-29 04:21:01 +02:00
alphanu1
cba3da50df Merge branch 'master' of https://github.com/alphanu1/mme4crt 2020-07-28 22:42:10 +01:00
alphanu1
7e39a4a25c Update dispserv_win32.c 2020-07-28 22:41:56 +01:00
rsn8887
78c9dbbd20 Fix input port assignments 2020-07-28 16:35:16 -05:00
Autechre
175d998af4
Merge pull request #11094 from schellingb/explore_improvements_1
Explore view improvements
2020-07-28 21:53:51 +02:00
Bernhard Schelling
61e2b1581d
Explore view improvements
If no database item can be connected to a playlist entry through CRC32, find a match of the database name value using the playlist label.
Use database name instead of the systemname field of core_info_t as system name (systemname of some cores contains multiple system names, database name is more appropriate).
2020-07-29 04:33:03 +09:00
Autechre
0f9f46f499
Merge pull request #11093 from alphanu1/master
On the fly CRT porch adjuments
2020-07-28 20:09:58 +02:00
alphanu1
e222d62f6c
Merge pull request #7 from libretro/master
upstream
2020-07-28 18:55:54 +01:00
Twinaphex
8f068fae6c Cleanups 2020-07-28 19:49:17 +02:00
alphanu1
d3a2f2f921 Update video_crt_switch.c
Fixed infinate switching bug
2020-07-28 18:43:29 +01:00
alphanu1
50f54fcb43 Update video_display_server.h
fixed function
2020-07-28 18:28:31 +01:00