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
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