RetroArch 1.7.4: Emulateur multi plate formes

RetroArch est un émulateur pour Wii U (et plein d'autres plates formes), qui permet d'émuler de nombreuses plates formes, comme la NES, Snes, GameBoy(advance), MegaDrive, NeoGeo pocket etc.


Cet émulateur est aussi disponible pour de nombreux systèmes, Windows, Android etc ...

Version 1.7.4
– ANDROID: Add sustained performance mode, can be turned on/off in Power Management settings menu.
– ANDROID: Powerstate/battery level support.
– CHEEVOS: Fix crash when scrolling Achievement List while Unofficial Achievements enabled (#6732).
– CHEEVOS: Added hitcounts support for PauseIf/ResetIf (#6817).
– COMMON: Automatically hide “Configuration Override options” in Quick Menu.
– COMMON: Small Bugfix to not trigger savestate code when pressing Reset.
– COMMON: Added libsixel video driver.
– EMSCRIPTEN: Fix Game Focus Toggle.
– HID/OSX: Fix to set hid device registration deterministic (#6497), to address issue #6640 re-adding dynamic device registration.
– LOCALIZATION: Update Italian translation.
– LOCALIZATION: Update Japanese translation.
– LOCALIZATION: Update Polish translation.
– LOCALIZATION: Update Portuguese / Brazilian translation.
– LOCALIZATION: Update Russian translation.
– LOCALIZATION: Update Spanish translation.
– MIDI: Add MIDI support to the libretro API. Dosbox is the first proof of concept core implementing libretro MIDI.
– MIDI: Add a Windows driver for MIDI, based on winmm.
– MENU/QT/WIMP: Qt QSlider styling for Dark Theme.
– MENU/QT/WIMP: Remove button ghostly inside highlighting.
– MENU/QT/WIMP: Initial grid view.
– MENU/QT/WIMP: Drag&drop to add new playlist items, add option to add/edit/delete playlists.
– MENU/QT/WIMP: Add menu option to update RetroArch (Windows only for now).
– MENU/QT/WIMP: Add menu option to manage shaders.
– MENU/QT/WIMP: Add menu option to manage core options.
– MENU/XMB: Add new icons for the settings
– MENU/XMB: Add an option to show the desktop ui
– METAL: Initial work-in-progress video driver for Metal. macOS-only right now, and currently requires macOS 10.13.
– METAL: Supports XMB/MaterialUI, has a menu display driver. Has a font rendering driver.
– METAL/SLANG: Slang shaders should be compatible with Metal video driver.
– NETWORK: Enable SSL/TLS support by default for desktop platforms.
– QNX: Fix Game Focus Toggle.
– PS3: Add audio mixer support for FLAC and MP3.
– PSP: Use proper button labels, fix inverted R-Stick Y axis.
– REMAPS: Fix the way offsets are calculated for keyboard remapping.
– RUNAHEAD: Fix full-screen mode change breaking Secondary Core’s environment variables.
– RUNAHEAD: Deterministic input for RunAhead, guaranteed to match the last polled.
– VITA: Use proper button labels, fix inverted R-Stick Y axis.
– VITA: Add imc0: mount.
– VITA: Use sceCtrlIsMultiControllerSupported to detect.
– VULKAN: Fix two validation errors.
– VULKAN: Try to avoid creating swapchains redundantly. Should fix black screen and having to alt tab out of window again to get display working on Nvidia GPUs (Windows).
– VULKAN/OSX: Initial MoltenVK support. Not enabled yet, several MoltenVK bugs should be fixed first before we can have it fully working.
– WINDOWS/DINPUT: Add rumble support.
– WINDOWS/DINPUT: Fix Game Focus Toggle.
– WINDOWS/RAWINPUT: Fix Game Focus Toggle.
– X11: Fix Game Focus Toggle.
– WII: Change deflicker setting to work in 480p or higher, and always enables vfilter so that the user can easily change brightness.
– WIIU: Fix out-of-bounds rendering bug
– WIIU: Implement UDP broadcast network logging on Wii U.
– WIIU: Audio should no longer clip.

Version 1.7.3
AUDIO: Audio mixer supports FLAC/MP3 file types now!
COMMON: Fixed bug ‘crashing in cores that don’t range check retro_set_controller_type’. Some people were having crashes when device is set to RETRO_DEVICE_NONE and the cores don’t check the number of ports, in VBAM’s case it was overflowing and crashing. QuickNES was crashing too.
COMMON: Fixed buffer overflow in url encoding (affecting MSVC2010/2013).
COMMON: (QuickMenu) Added Configuration Override submenu.
HID: Merge new HID subsystem.
HID: Fix WaveBird support for the Wii U GCA.
HID/OSX: Fix regression with IODHIDManager – gamepads which are connected later would not be autoconfigured.
LOCALIZATION: Update Italian translation.
LOCALIZATION: Update Japanese translation.
LOCALIZATION: Update Portuguese translation.
MENU: New WIMP Qt GUI!
MENU: Audio mixer now works in the menu without any cores loaded. You have to enable the setting ‘Enable menu audio’ for this to work.
REMAPPING/OVERLAYS: Fix regression – overlays could no longer be remapped.
SCANNER: Add Wii Backup File WBFS support.
X11: CRT SwitchRes support for X11/Linux.

Version 1.7.1
– 3DS: Now correctly reports amount of CPU cores.
– 3DS: Frontend rating is now correctly implemented for both New 3DS/2DS and Old 3DS/2DS.
– 3DS: Initial networking support, HTTP requests won’t work yet.
– 3DS: Now reports memory and battery state.
– AUDIO: Added ‘Audio Resampler Quality’ setting to Audio Settings. Setting this higher will increase sound quality at the expense of sound latency and/or performance. Setting this value lower will improve sound latency/performance at the expense of sound quality. Only has an effect if the Sinc resampler is used, and you have to restart the game for changes to take effect.
– CHEEVOS: Fix unofficial achievements not being loaded.
– CHEEVOS: Show savestate menu entries when no achievements are found even if hardcore mode is enabled.
– CHEEVOS: Support Neo Geo Pocket.
– COMMON: Bugfix for issue related to ‘Windows mouse pointer visible when running MESS or MAME cores’.
– COMMON: Fix bug ‘Last item in a Playlist is ignored’.
– COMMON: New LED API. Driver implemented for Raspberry Pi, proof of concept implemented for core MAME 2003.
– COMMON: Add quick menu option to watch shader files for changes and recompile them automatically (Linux only for now).
– D3D8: Direct3D 8 can now work on systems that have Direct3D 8 installed.
– D3D9: Add menu support for MaterialUI/XMB.
– D3D10: Initial video driver implementation.
– D3D11: Initial video driver implementation.
– D3D11: SPIRV-Cross/slang shader support for D3D11.
– D3D12: Initial video driver implementation.
– DINPUT: don’t reinitialize input driver on network events / media insertion / network drive connection
– INPUT: show friendly names when available under input binds and system information
– INPUT: show the config name when available under system information
– GUI: Allow changing menu font color.
– GUI: Menu visibility options for RGUI and MaterialUI.
– GUI/MaterialUI: Works now with D3D8, D3D9 Cg, D3D11 and D3D12 drivers.
– GUI/XMB: Add Monochrome Inverted icon theme.
– GUI/XMB: Allow changing menu scale to 200%.
– GUI/XMB: Works now with D3D8, D3D9 Cg, D3D11 and D3D12 drivers. Menu shader effects currently don’t work on D3D8/D3D9 Cg.
– HAIKU: Restored port.
– KEYMAPPER: prevent a condition that caused input_menu_toggle to stop working when a RETRO_DEVICE_KEYBOARD type device is enabled
– GL: ignore hard gpu sync when fast-forwarding
– IOS10/11: Handle hardware keyboards and iCade controllers
– LOCALIZATION: Update Italian translation.
– LOCALIZATION: Update Japanese translation.
– LOCALIZATION: Update Portuguese-Brazilian translation.
– LOCALIZATION: Update Spanish translation.
– NETPLAY: Add menu option to select different MITM (relay) server locations.
– OSX: Modify HID buttons detection algorithm.
– QB: Added –datarootdir.
– QB: Added –bindir and –mandir and deprecated –with-bin_dir and –with-man_dir.
– QB: Added –docdir.
– SHADERS: Allow saving of shader presets based on the parent directory (Saving one for */foo/bar/mario.sfc* would result in *shaders/presets/corename/bar.ext*). We decided it’s safer to still isolate the presets to a single core because different cores may treat video output differently.
– SHADERS: Don’t save the path to the current preset to the main config. This was causing weird behavior, instead it will try to load *currentconfig.ext* and it will save a preset with that name when select *apply shader preset*. The resulting shader will restore properly after restarting and even after core/parent/game specific presets are loaded
– SOLARIS: Initial port.
– SWITCH: Initial Nintendo Switch port, based on libtransistor SDK.
– PS3: Enable Cheevos.
– PSP: Enable threading support through pthreads.
– SHADERS: SPIRV-Cross/slang shader support for D3D11.
– SHIELD ATV: Allow the remote / gamepad takeover hack to work with the 2017 gamepad
– SUBSYSTEM: Subsystem saves now respect the save directory
– SUBSYSTEM: You can now load subsystem games from the menu (see https://github.com/libretro/RetroArch/pull/6282 for caveats)
– VULKAN: Fix swapchain recreation bug on Nvidia GPUs with Windows 10 (resolved in Windows Nvidia driver version 390.77).
– WINDOWS: Improved Unicode support (for cores/directory creation and 7zip archives).
– WINDOWS: Show progress meter on taskbar for downloads (Windows 7 and up).
– WINDOWS: WS_EX_LAYERED drastically decreases performance, so only set it when needed (transparency in windowed mode).
– WIIU: Overlay support.
– WIIU: Transparency support in menu + overlays.
– WIIU: Increased stability during core switching.
– WIIU: Shader support.
– WIIU: Menu shader effects added (shaders).
– WIIU: Add missing time/clock support. (also fixes RTC [Real Time Clock] in Gambatte)
– XBOX OG: Restored port.

Version 1.6.9
– Audio: Fix the Audio DSP picker
– CHEEVOS: Add support for Atari Lynx cheevos.
– CHEEVOS: Add support for RetroAchievements Leaderboards.
– GUI: (MaterialUI) Fix crash that happened on context reset with Vulkan.
– GUI: (MaterialUI) Skip querying and drawing items that are not visible; Cache content height and bbox calculation.
– GUI: (MaterialUI) Fix entry box highlight calculation.
– GUI: (XMB) Skip drawing the fading list when it is already transparent. Optimization.
– GUI: (XMB) Comment out visible item calculation in xmb_draw_items().
– GUI: (RGUI) Prevent crashes when using a non-English language reliant on UTF8.
– GUI: Add menu option for OSD background color.
– GUI: Add menu option for OSD text color.
– GUI: Add menu option to remove frame count from OSD.
– GUI: Allow wraparound of int/float settings when pressing the left key
– INPUT/LIBRETRO: Add support for more mouse buttons (buttons 4/5)
– INPUT/LIBRETRO: Add support for analog buttons
– INPUT: Always show the controls menu even if descriptors are not set
– INPUT: Fix input descriptors not being set on cores that don’t implement the controllers interface
– INPUT: Apply descriptors only for the amount of cores the core supports
– INPUT: Implement keyboard to gamepad input remapping (limited to one gamepad device for now)
– INPUT: Fix absolute mouse move handling on the winraw driver
– INPUT: Ignore keyboard input if window is not active on udev driver
– INPUT: Sanitize the filenames of autoconfig profiles before saving
– LOBBIES: Fix crash on navigating left / right from the lobby menu
– LOCALIZATION: Update Dutch translation
– LOCALIZATION: Update Italian translation.
– LOCALIZATION: Update Japanese translation.
– LOCALIZATION: Update Portuguese-Brazilian translation.
– LOCALIZATION: Update Russian translation.
– LINUX/ARMHF: Set buildbot updater URL to armhf location instead of blank string
– LINUX/PI: Broadcom VC4: Add Videocore config option
– LINUX/UDEV: Fix – RetroArch reads keyboard input when not focused with the udev input driver.
– NETPLAY: Fix disconnection not fully deinitializing Netplay.
– NETPLAY: Fix lan rooms when there is more than one room
– NETPLAY: Fix lan rooms on systems where all addresses are treated as IPv6
– COMMON: Fix clear/free loop conditionals in playlists.
– WINDOWS/GDI: Fix flickering of text.
– WINDOWS/GDI: Fix graphics corruption on Windows 98
– WINDOWS/GDI: Allow compiling without DirectInput8 for NT support
– WINDOWS/WGL: Try to use wglSwapLayerBuffers instead of SwapBuffers if possible (for more optimal performance).
– WINDOWS: Fix menubar text corruption on Japanese locale systems
– WINDOWS: Support Unicode file I/O (can now display CJK characters in file browser for example).
– WINDOWS: Support Windows 95, NT3.51, NT4
– WINDOWS: add Makefile.griffin targets for msvc6,2003,2005,2010,2012,2013
– WII: Use custom, embedded libogc SDK.
– WIIU: Initial touchscreen support for WiiU gamepad.
– WIIU: Add Cheevos support.
– SCANNER: Fix archive scanning.
– SCANNER: Support CHD files.
– SCANNER: Support Gamecube ISO scanning.
– SCANNER: Use primary data track of disc images for CRC lookups rather than cue files. This is slower but finds matches more reliably, and is necessary for CHD files to work at all. Update your databases!
– SCANNER: Fall back on looking inside archives when matching MAME/FBA content (most recent cores only). If you had difficulty with content being detected before, you may have better luck now. Update your databases and core info!

Version 1.6.0
– AUTOSAVE/SRAM – Fix bug #3829 / #4820 (https://github.com/libretro/RetroArch/issues/3829)
– ENDIANNESS: Fixed database scanning. Should fix scanning on PS3/WiiU/Wii, etc.
– NET: Fix bug #4703 (https://github.com/libretro/RetroArch/issues/4703)
– ANDROID: Runtime permission checking
– ANDROID: Improve autoconf fallback
– ANDROID: Improve shield portable/gamepad device grouping workaround
– ANDROID: Allow remotes to retain OK/Cancel position when menu_swap_ok_cancel is enabled
– LOCALIZATION: Update/finish French translation
– LOCALIZATION: Update German translation
– LOCALIZATION: Update Japanese translation
– LOCALIZATION/GUI: Korean font should display properly now with XMB/MaterialUI’s default font
– MENU: Improved rendering for XMB ribbon; using additive blending (Vulkan/GL)
– OSX/MACOS: Fixes serious memory leak
– WINDOWS: Added WASAPI audio driver for low-latency audio. Both shared and exclusive mode.
– WINDOWS: Added RawInput input driver for low-latency, low-level input.
– WINDOWS: Core mouse input should be relative again in cores
– MISC: Various frontend optimizations.
– VIDEO: Fix threaded video regression; tickering of menu entries would no longer work.
– WII: Fix crashing issues which could occur with the dummy core
– WIIU: HID Controller support
– WIIU: XMB/MaterialUI menu driver support
– WIIU: Initial network/netplay support
– LOBBIES: Fallback to filename based matching if no CRC matches are found (for people making playlists by hand)
– LOBBIES: GUI refinement, show stop hosting when a host has been started, show disconnect when playing as client
– LOBBIES: if the game is already loaded it will try to connect directly instead of re-loading content (non-fullpath cores only)
– LOBBIES: unify both netplay menus
– THUMBNAILS: Thumbnails show up now in Load Content -> Collection, Information -> Database
– VITA: Fix slow I/O
– VITA: Fix 30fps menu (poke into input now instead of reading the entire input buffer which apparently is slow)
– VITA: Fix frame throttle
– VULKAN: Unicode font rendering support. Should fix bad character encoding for French characters, etc.
– VULKAN: Fix some crashes on loading some thumbnails
– AUDIO: Audio mixer support. Mix up to 8 streams with the game’s audio.

Version 1.5.0
MOBILE: Single-tap for menu entry selection
MOBILE: Long-tap a setting to reset to default
ANDROID: Autoconf fallback
ANDROID: Mouse support / Emulated mouse support
AUTOCONF: Fix partial matches for pad name
CHEEVOS: Fix crashes in the cheevos description menu
CHEEVOS: WIP leaderboards support
COMMON: Threading fixes
COMMON: 9-slice texture drawing support
CORETEXT/APPLE: Ability to load menu display font drivers and loading of custom font.
DOS: Add keyboard driver
DOS: Improve color accuracy and scaling
GUI: Various settings are now only visible when advanced settings is enabled
GUI: Allow changing icon theme on the fly
GUI: Add a symbol page in the OSK (Onscreen Keyboard)
GUI: Better dialogs for XMB
LOCALIZATION: Add/update Korean translation
LOCALIZATION: Rewrite German translation
LOCALIZATION: Update several English sublabels
LOCALIZATION: Update several Japanese labels
NET: Allow manual netplay content loading
NET: Announcing network games to the public lobby is optional now
NET: Bake in miniupnpc
NET: Fix netplay join for contentless cores
NET: LAN games show next to lobbies with (LAN) and connect via the private IP address
NET: Use new lobby system with MITM (Man In The Middle) support
NET: Fix netplay rooms being pushed on the wrong tab
NUKLEAR: Update to current version
SCANNER: Always add 7z & zip to supported extensions
VULKAN: Find supported composite alpha in swapchain
VULKAN: Add snow/bokeh shader pipeline effects – at parity with GL now
WIIU: Keyboard support
WINDOWS: Logging to file no longer spawns an empty window
WINDOWS: Fix loading of core/content via file menu

Pour voir la liste des changements je vous invite à aller sur le site officiel.

Note: le fichier étant trop gros, je vous invite à le télécharger sur le site officiel

http://www.libretro.com/Site officiel : http://www.libretro.com/



Identifiez vous pour télécharger les fichiers.

2 comments

25
juin

ok merci

14
déc

super merci