55453 Commits

Author SHA1 Message Date
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
alphanu1
610f9d6c48 Fix missing arg 2020-07-28 18:15:01 +01:00
twinaphex
b1acb00832 (menu_explore.c) Cleanups - prevent some implicit memsets 2020-07-28 17:38:50 +02:00
Autechre
c963bbe15f
Merge pull request #11092 from schellingb/explore_fix_crashonexit
Explore view - Fix crash when quitting while viewing item details
2020-07-28 17:14:45 +02:00
twinaphex
dd524d7d35 (MaterialUI) Add placeholder Explore tab icon 2020-07-28 16:57:29 +02:00
Bernhard Schelling
6c8506399c
Fix crash when quitting while viewing item details
When RetroArch was closed while viewing/playing a content item opened through the explore view there would be a crash during cleanup because the cached playlist would be freed twice (once by playlists own playlist_free_cached and once more through explore_free).
2020-07-28 23:51:06 +09:00
Autechre
8cb861798e
Merge pull request #11075 from francescotintori/francesco/playlist_autofix
Playlist base content directory paths
2020-07-28 16:10:20 +02:00
alphanu1
55e3bd3d2d Added ability to adjust porch values
Porches can now be manipulated from the CRTSwitchRes menu
2020-07-28 14:25:38 +01:00
twinaphex
6ccb758939 Update 2020-07-28 14:33:23 +02:00
twinaphex
395de4bae5 (Menu explore) jdgleaver's memory leak fixes 2020-07-28 14:32:46 +02:00
Autechre
89bc5d9c0c
Merge pull request #11091 from schellingb/explore_fix_leaks
Fix 2 memory leaks in explore view
2020-07-28 14:32:20 +02:00
Autechre
da5f5319cf
Merge pull request #11089 from bulzipke/patch-1
[3DS] Fix sound cracking when pause
2020-07-28 14:08:42 +02:00
Bernhard Schelling
77a7e7eecd
Fix 2 memory leaks in explore view
Free cached playlist that could have been loaded before entering explore view
Free temporary hashmap used to filter sub-categories
2020-07-28 21:06:20 +09:00
twinaphex
89567dae5d (input hid) Change back to original code 2020-07-28 12:42:33 +02:00
Twinaphex
59549d9f62 Remove unused variable 2020-07-28 12:17:16 +02:00
twinaphex
4c6136d970 Stub out menu_explore.c when HAVE_LIBRETRODB is not defined 2020-07-28 12:15:05 +02:00
twinaphex
079d1fc2fc (menu explore) Further cleanups 2020-07-28 11:42:51 +02:00
twinaphex
36c27378bf Cleanups; C89_BUILD buildfixes, CXX_BUILD buildfixes, etc 2020-07-28 10:47:26 +02:00
bulzipke
1c0fb50877
Update ctr_gfx.c
It fixed the sound cracking when opening or closing the 3DS screen.
2020-07-28 15:03:43 +09:00
twinaphex
0d6ceafb8b (Menu explore) Buildfix 2020-07-28 05:26:44 +02:00
Bernhard Schelling
667e8a558e Explore view - WIP1
A top content view that combines all playlists with database entries to browse by year, developer, system, etc.
Depends on the quality of the available metadata in the database (RDB) files.
2020-07-28 04:44:31 +02:00
francescotintori
9744fcb76a Adds base content directory support in playlists. If playlist base content directory does not match configuration parameter 'rgui_browser_directory', all entries paths are automatically fixed to match parameter 'rgui_browser_directory'.
Functionality is enabled if new parameter 'playlist_autofix_paths' is enabled.
2020-07-27 20:59:56 +02:00
Autechre
c13c045e64
Merge pull request #11086 from jdgleaver/rgui-switch-icons
(RGUI) Add optional 'toggle switch' icons
2020-07-27 17:26:56 +02:00
jdgleaver
fba4a8e837 (RGUI) Add optional 'toggle switch' icons 2020-07-27 14:45:07 +01:00
twinaphex
7f1cd52d65 Remove video_driver_context_get_size 2020-07-27 14:33:21 +02:00
twinaphex
d6465a1348 Refactor 'focus' function callback 2020-07-27 13:46:55 +02:00
twinaphex
74345f08d6 Refactor video_driver_has_windowed 2020-07-27 13:39:02 +02:00
twinaphex
0c78d2ec27 Cleanup 2020-07-27 13:22:23 +02:00
twinaphex
60f3265017 Cleanups 2020-07-27 13:16:14 +02:00
twinaphex
61b798b789 Get rid of video_context_driver_set_video_mode 2020-07-27 11:08:34 +02:00
twinaphex
197465c1ea make_current is only ever used for GL, so move it out of
video_driver_load/unload_texture and into the inner GL
drivers
2020-07-27 10:26:13 +02:00
twinaphex
3d893b7602 Add extra parameter to unload_texture 2020-07-27 10:15:28 +02:00
twinaphex
1204ae6edb Just call the poke function call here 2020-07-27 09:46:06 +02:00
twinaphex
dc94356505 Cleanup context driver video output functions 2020-07-27 09:38:20 +02:00
twinaphex
3e04b158ab Get rid of video_context_driver_write_to_image_buffer 2020-07-27 08:25:11 +02:00
twinaphex
8dc7524e43 Get rid of video_context_driver_translate_aspect wrapper function 2020-07-27 08:15:35 +02:00