You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
COMMON: Add new playlist-based thumbnail downloader
COMMON: Show license per core (if available) inside 'Load Core'
COMMON: Add option to load content from (and dump) CD-ROM discs
COMMON: Re-enable '--log-file' command line option
COMMON: Default playlist core association is now stored as metadata inside each playlist
COMMON: Fix playlist format detection
COMMON: Favorites playlist size can now be set independently of content history size. Values can be set from 0-999, or '-1' for unlimited (99999)
COMMON: Prevent adding new items to favorites when playlist is full (old entries are no longer overwritten)
COMMON: Prevent loading content with cores that require an incompatible graphics API version from the current one
COMMON: Saved shader presets are now portable across platforms and use relative paths
COMMON: Add '--set-shader' command line option which works like an override for automatic shader presets
COMMON: Add global shader presets
COMMON: Remove 'video_shader' setting, shaders are not saved automatically anymore
CORE OPTIONS: When saving core option overrides, only include settings for the current core
CORE OPTIONS: Add option to save core options per-core
CPU FILTERS: Add Scanline2x filter
GL/MALI400: Fix menu issues on Mali 400 series GPUs, should also fix 'RetroArch flickers black on ARM Mali GPUs (Android/ARM Linux)
GL/GLCORE: Use highest supported OpenGL Core version on Windows and X11
GL1: Ignore alpha in core video, fixes XRGB8888 rendering in some cores
GLCORE: Don't hardcode shader cross compilation target version but poll it. glcore would always only use the minimum target shader version, i.e. GLSL ES 3.00 for OpenGL ES 3.0+ or GLSL 1.50 for OpenGL 3.2+