Organiser
Filtrer par machine :
Type de vue :
 
 Messinfo.dat v0.233a (12.07) 
Mardi 13/07/21 à 13:52 par Firebrand
Quelques changements ont été apportés à la dernière version de Messinfo.dat. Voici de quoi il s'agit:
- 12.07 12/07/2021: Expanded the number of information taken from the official "whatsnew", only for version 0.233. Thanks to Nigel Barnes for the stimulating conversation on MameWorld.
Télécharger Messinfo.dat v0.233a (12.07)
Site Officiel de Messinfo.dat
 
 Messinfo.dat v0.233 (12.06) 
Samedi 10/07/21 à 14:19 par Firebrand
Ce nouveau fichier informatif conclue la mise à jour des fichiers additionnels de ProgettoSNAPS pour MAME v0.233:
- 12.06 00/07/2021: Aligned files to 0.233 version.
Télécharger Messinfo.dat v0.233 (12.06)
Site Officiel de Messinfo.dat
 
 RomVault v3.3.0 
Lundi 05/07/21 à 14:40 par Firebrand
Ce gestionnaire de ROMs a été mis à jour. Les améliorations sont les suivantes:
Big updates:
- The RV UI can still be used will Scanning/Fixing
- Added in most ZIP de-compression methods (all that I have ever actually see in the wild.)
*0 - The file is stored (no compression)
*1 - The file is Shrunk
*2 - The file is Reduced with compression factor 1
*3 - The file is Reduced with compression factor 2
*4 - The file is Reduced with compression factor 3
*5 - The file is Reduced with compression factor 4
*6 - The file is Imploded
*8 - The file is Deflated
*9 - Enhanced Deflating using Deflate64(tm)
*12 - File is compressed using BZIP2 algorithm
*14 - LZMA
*20,93 - (Supported, with external DLL) Zstandard (zstd) de-compression
*98 - PPMd version I, Rev 1
- I do not belive there is any other C# library anywhere that supports this many ZIP compression methods, I hand coded a number of these more obscure de-compression methods myself from scratch!
- V1,2,3,4 (Compression method <3) CHD's are now supported/scanned internally within RV's own code. (latest ChdMan does not read V1 CHD files.)
- Scanning level 2 is now the default scanning level, you can Scan at level 1 & 3 from right click menu on the tree
- Now using a nice new cleaner looking RomVault Logo.

Other Fixes:
- Can now sort on more columns in the game lists
- Worked on Case Sensitivity issues while fixing files.
- Fixed a t7zip checking bug for bigger that 32bit t7zip files
- Re-worked Checking for Fixes with Zero Length files, so fixing workes faster with zero length files.
- Fixed: If an archive contains all the correct files, and then there is a DAT update that changes only the character case of any of these files, then the archive is still marked as good and the files are not renamed to the proper case.
- Fixed: If a set needs a fix from an archived file with the “incorrect character case” issue above, then a file system error is thrown when that fix is attempted.
- DAT's that named the CHD's with the extention are no longer named file.chd.chd
- Cleaned up the Color Key Help Form
Télécharger RomVault v3.3.0
Site Officiel de RomVault
 
 GameEx et GameEx Arcade Edition v16.97 
Lundi 05/07/21 à 14:37 par Firebrand
2 nouvelles versions pour ces frontends multi-systèmes ont été publiées. L'auteur semble avoir pris la bonne habitude de publier la liste des changements (pourvu que ça dure!) que voici:
v16.97:
- When using madVR the GameEx OSD is now rendered using hardware Direct3D.

v16.96:
- Fixes MNG playback and support on 64 bit.
- Supports attract mode videos in subfolders.
- New option to display attract mode videos at correct aspect aspect ratio or stretch. Note: Now not stretched by default.
Télécharger GameEx v16.97
Site Officiel de GameEx
 
 RetroArch v1.9.6 
Lundi 05/07/21 à 14:33 par Firebrand
Une nouvelle version de cet ensemble de noyaux d'émulateurs réunis sous une même interface a été publiée. Voici la liste des nouveautés, mais si vous voulez plus de détails, veuillez consulter l'article bien illustré sur le site officiel:
- ARCHIVE: Fix archive delimiter detection when file path contains no slashes
- ANDROID: Do not duplicate port 0 mouse and gun inputs to other ports
- AUDIO/XAUDIO2: Fail instead of crashing when disconnecting an audio device
- CHEEVOS: Reset cached progress each time menu is opened
- CRT/SWITCHRES: Add support for switchres.ini core and directory overrides
- D3D11: Don't use allow tearing flag with blit swap chains. Also disables the flip model if the allow tearing flag is not supported.
- D3D11: Disable DXGI's ALT+ENTER handling
- D3D11: Don't pass ALLOW_TEARING when unsupported
- D3D11: Fix non-vsynced output without flip, black screens in fullscreen
- D3D12: Relocated 'd3d12_gfx_sync'
- D3D12: Fixed swap interval option
- GFX: Fix uninitialized variables in gfx_display_draw_cursor
- HISTORY: Hide 'Add to Favorites' when viewing an entry of the favorites playlist
- INPUT: 'Analog to Digital Type' usability improvements
- INPUT: Add support for mapping multiple controllers to a single input device
- INPUT/REMAPPING: Add support for mapping multiple controllers to a single input device
- INPUT/LIGHTGUN: Bind lightgun trigger to first mouse button by default
- INPUT/WINDOWS/RAWINPUT: Mouse access violation fix
- INPUT/UDEV: Only add mouse if it has buttons and add vebose device friendly names
- INPUT/UDEV: Skip mouse with no button errors and keep the rest
- INPUT/UDEV: Fix Game Focus mode
- INPUT/UDEV/X11: Change udev driver for dual lightgun support in X11
- LIBNX/SWITCH: Update to libnx 4.0.0
- LOCALIZATION: Fetch translations from Crowdin
- LOCALIZATION: Fix Switchres menu texts
- MENU/OZONE: Ensure sidebar display status is updated correctly when performing rapid menu navigation
- MENU/XMB: Dynamic wallpaper fix
- MENU/XMB: Icon opacity fix
- MENU/QT/WIMP: Fix default core detection when playlist file name does not match 'db_name'
- PLAYLISTS: Optimise scanning of large rom sets
- SECURITY: Plug so-called high-risk vulnerability related to Powershell - avoid injection - don't send speech input as commandline argument
- UWP/XBOX: Add expanded resources Rescap to increase performance of UWP version in app mode on Xbox
- WINDOWS/INSTALLER: Add smarter isEmptyDir reference implementation that looks for subdirectories from NSIS documentation
- WINDOWS/INSTALLER: Register new function DirectorySet that is called when pressing the "Next" button on the MUI_PAGE_DIRECTORY, aka the install folder selection GUI. DirectorySet contains the criteria for an acceptable folder, which are:
*IfFileExists "$INSTDIR\retroarch.exe" returns 1
*IfFileExists "$INSTDIR\*.* returns 0, there is no existing folder
*IfFileExists "$INSTDIR\*.*" returns 1, there is a folder, and isEmptyDir returns 1, therefore the folder is empty, including of subdirectories
- X11: Fix threaded video segfault
Télécharger RetroArch v1.9.6 (32-bit) (Windows)
Télécharger RetroArch v1.9.6 (64-bit) (Windows)
Télécharger RetroArch v1.9.6 (Windows XP/Vista 32-bit) (Windows)
Télécharger RetroArch v1.9.6 (Windows XP/Vista 64-bit) (Windows)
Télécharger RetroArch v1.9.6 (64-bit) (MacOS)
Télécharger RetroArch v1.9.6 (Metal2) (MacOS)
Télécharger RetroArch v1.9.6 (Nintendo GC)
Télécharger RetroArch v1.9.6 (Nintendo Wii)
Télécharger RetroArch v1.9.6 (Nintendo WiiU)
Télécharger RetroArch v1.9.6 (.3dsx) (Nintendo 3DS)
Télécharger RetroArch v1.9.6 (.cia) (Nintendo 3DS)
Télécharger RetroArch v1.9.6 (Nintendo Switch)
Télécharger RetroArch v1.9.6 (PlayStation 2)
Télécharger RetroArch v1.9.6 (PSP)
Télécharger RetroArch v1.9.6 (PS Vita)
Télécharger RetroArch v1.9.6 (Xbox One)
Site Officiel de RetroArch
 
 GameEx et GameEx Arcade Edition v16.95 
Samedi 03/07/21 à 14:23 par Firebrand
Ces frontends ont été mis à jour. Les améliorations sont les suivantes:
- MadVR integration is working perfecctly again, now with detection for NVIDIA cards and 32 bit app.
- Fixes ISO mounting bug introduced a few versions back.
- Fixes UPNP Media servers not being detected in Videos and Media Library.
Télécharger GameEx v16.95
Télécharger GameEx Arcade Edition v16.95
Site Officiel de GameEx
 
 NegaMAME v0.233-1 
Vendredi 02/07/21 à 14:31 par Firebrand
Ce build de MAME pensé pour êter utilisé avec le frontend Negatron a été mis à jour vers MAME v0.233.
Télécharger NegaMAME v0.233-1 (Windows)
Télécharger NegaMAME v0.233-1 (MacOS)
Télécharger NegaMAME v0.233-1 (Linux)
Site Officiel de NegaMAME
 
 MESS et MESSUI v0.233 (64-bit) 
Jeudi 01/07/21 à 12:32 par Firebrand
Des nouvelles versions de ces builds de MAME dépourvus des jeux d'arcade ont été publiées. MAMEUI partage les mêmes changements:
- A recent change in MAME caused MESSUI and MAMEUI to crash at start. The unsafe code parts in MAME had to be reverted.
Télécharger MESS v0.233 (64-bit)
Télécharger MESSUI v0.233 (64-bit)
Site Officiel de MESS
 
 GameEx et GameEx Arcade Edition v16.94 
Dimanche 27/06/21 à 14:52 par Firebrand
Deux nouvelles versions pour ces frontends ont été publiées consécutivement. Voici la liste des changements:
v16.94:
- New random background videos feature.

v16.93:
- Certainly not the best feature in GameEx although it does provide games out of the box. GameEx Arcade is now working again since Flash was removed from Windows thanks to the Ruffle emulator.
- YouTube is now also working again in GameEx.
Télécharger GameEx v16.94
Télécharger GameEx Arcade Edition v16.94
Site Officiel de GameEx
 
 RetroArch v1.9.5 
Lundi 14/06/21 à 14:26 par Firebrand
Cet ensemble de noyaux d'émulateurs réunis sous une même interface a été mis à jour. Les améliorations sont les suivantes:
- ALSATHREAD: Make alsathread default for all ALSA devices with threads
- ARCHIVE: Fix loading of archived content with file names containing ‘#’ characters
- CHEEVOS: Upgrade to rcheevos 10.1
- CHEEVOS: Challenge indicators
- CHEEVOS: Group achievements by category in quick menu
- CHEEVOS: Relabel ‘Start Active’ with ‘Encore Mode’
- D3D10: Window title should now update
- D3D11: Window title should now update
- D3D11: Allow fastforward in fullscreen
- D3D12: Window title should now update
- D3D12: Allow fastforward in fullscreen
- CRT/SWITCHRES: New implementation
- FONTS: Improve message wrapping with CJK languages
- FONTS: Fix garbled characters when converting encodings
- INPUT: Allow the 8 analog stick directions to be used as keys for core keyboard mappings
- LIBRETRO: Add API extension for setting ‘need_fullpath’ based on content file extension and to request persistent frontend content data buffers
- MENU/SEARCH: Add enhanced search functionality to the ‘Manage Cores’ menu
- OPENDINGUX: Fix black screens when triggering gfx driver initialisation via menu actions
- UNIX: Get better battery stats on sysfs nodes
-VIDEO: Extend Frame Delay range to 19 to accommodate PAL land too
- WIFI/LAKKA: Add nmcli to wifi drivers
- WIFI/LAKKA: Add wifi configuration menu
- X11: fix fullscreen when swapping monitors/resolution
Télécharger RetroArch v1.9.5 (32-bit) (Windows)
Télécharger RetroArch v1.9.5 (64-bit) (Windows)
Télécharger RetroArch v1.9.5 (Windows XP/Vista 32-bit) (Windows)
Télécharger RetroArch v1.9.5 (Windows XP/Vista 64-bit) (Windows)
Télécharger RetroArch v1.9.5 (64-bit) (MacOS)
Télécharger RetroArch v1.9.5 (Metal2) (MacOS)
Télécharger RetroArch v1.9.5 (Nintendo GC)
Télécharger RetroArch v1.9.5 (Nintendo Wii)
Télécharger RetroArch v1.9.5 (Nintendo WiiU)
Télécharger RetroArch v1.9.5 (.3dsx) (Nintendo 3DS)
Télécharger RetroArch v1.9.5 (.cia) (Nintendo 3DS)
Télécharger RetroArch v1.9.5 (Nintendo Switch)
Télécharger RetroArch v1.9.5 (PlayStation 2)
Télécharger RetroArch v1.9.5 (PSP)
Télécharger RetroArch v1.9.5 (PS Vita)
Télécharger RetroArch v1.9.5 (Xbox One)
Site Officiel de RetroArch
 
 Messinfo.dat v0.232 (12.05) 
Dimanche 06/06/21 à 14:29 par Firebrand
Le dernier fichier informatif d'AntoPISA pour cette version de MAME a été publié. Voici les changements apportés:
- 12.05 06/06/2021: Aligned files to 0.232 version.
- 12.04 26/05/2021: Completed the "changelog.txt" and "alltimesMESS.txt" files.
- 12.03 25/05/2021: Added all the information from the "whatsnew.txt" file relating to versions from 0.222 to 0.229, absent so far. Also fixed many typos.
- 12.02 19/05/2021: Completed the "sourcechanges.txt" file.
Télécharger Messinfo.dat v0.232 (12.05)
Site Officiel de Messinfo.dat
 
 DSP v0.20 WIP 2 (32-bit) 
Vendredi 04/06/21 à 14:52 par Firebrand
Cet émulateur multi-systèmes a été mis à jour. Les améliorations sont les suivantes:
General
- CPU:- UPD78XX
*Added sub CPU 7801
*Added many opcodes, and fix others

Sega Master System
- Fixed IRQ in SMS video mode (Fixes 'Nemesis', 'The Simpsons - Bart vs. the Space Mutants', etc)
- Fixed memory initialization with value $f0 (Fixes 'Alibaba and 40 Thieves', 'Micro Xevious', etc)
- Change palette of TMS video mode

Super Cassette Vision
- Added preliminary console driver (to fix CPU 78XX and enhance Taito CChip!)

Toaplan 1
- Added preliminary driver for the system
*Hellfire: Basic driver
Télécharger DSP v0.20 WIP 2 (32-bit)
Site Officiel de DSP
 
 RetroArch v1.9.4 (ré-upload) 
Mardi 01/06/21 à 14:16 par Firebrand
Le build PS Vita de la dernière version de RetroArch a été ré-uploadé car elle a été corrigée:
- We have pushed a new 1.9.4 version. Specifically this fixes a bunch of regressions in the Vita port which unfortunately snuck into the initial 1.9.4 version. If you are using RetroArch on a PS Vita, we highly recommend you redownload the stable again. There are no real changes for other platforms.
Télécharger RetroArch v1.9.4 (PS Vita)
Site Officiel de RetroArch
 
 RetroArch v1.9.4 
Samedi 29/05/21 à 14:52 par Firebrand
Cet ensemble de noyaux d'émulateurs réunis au sein d'une même interface a été mis à jour. Les améliorations sont le suivantes:
- CHEEVOS: update rcheevos to v10.0.0
- CONTENT LOADING/FILE IO: Prevent unnecessary extraction (to disk) of compressed content files when need_fullpath is false
- CORE INFO/FILE IO: Enable core info cache by default now for all platforms
- CORE INFO/REGRESSION FIX: Fix regression caused by core info file caching – Downloads was no longer showing up in Load Content
- FILE IO/COMPRESSED: Ability to load content inside ZIP files directly into RAM
- INPUT/OVERLAYS: Add option to select between ‘touched’ elements and physical controller inputs when showing inputs on overlays
- INPUT REMAPPING/OVERLAYS: Prevent duplicate inputs when using remaps with input overlays
- LAKKA: Add brightness restore hook
- LOCALIZATION: Fetch translations from Crowdin
- MENU/OZONE: Added simple playlist entry enumeration
- MENU/XMB: Fix display of ‘Maximum Users’ menu entry dropdown list
- PS3/PSL1GHT: Joypad driver works again
- PSTV: Fix Vita input driver for PSTV
- PSTV: Support for 720p on PSTV when using ‘Unlock framebuffer’ in Sharpscale plugin
- RPNG: Fix some memory corruption if processing broken input PNG file
- SECURITY: Fix CVE-2021-28927
Télécharger RetroArch v1.9.4 (32-bit) (Windows)
Télécharger RetroArch v1.9.4 (64-bit) (Windows)
Télécharger RetroArch v1.9.4 (Windows XP/Vista 32-bit) (Windows)
Télécharger RetroArch v1.9.4 (Windows XP/Vista 64-bit) (Windows)
Télécharger RetroArch v1.9.4 (64-bit) (MacOS)
Télécharger RetroArch v1.9.4 (Metal2) (MacOS)
Télécharger RetroArch v1.9.4 (Nintendo GC)
Télécharger RetroArch v1.9.4 (Nintendo Wii)
Télécharger RetroArch v1.9.4 (Nintendo WiiU)
Télécharger RetroArch v1.9.4 (.3dsx) (Nintendo 3DS)
Télécharger RetroArch v1.9.4 (.cia) (Nintendo 3DS)
Télécharger RetroArch v1.9.4 (Nintendo Switch)
Télécharger RetroArch v1.9.4 (PlayStation 2)
Télécharger RetroArch v1.9.4 (PSP)
Télécharger RetroArch v1.9.4 (PS Vita)
Site Officiel de RetroArch
 
 NegaMAME v0.232-1 
Samedi 29/05/21 à 14:25 par Firebrand
Cette version de MAME prévue pour être utilisée avec le frontend Negatron est elle aussi passée à la v0.232.
Télécharger NegaMAME v0.232-1 (Windows)
Télécharger NegaMAME v0.232-1 (MacOS)
Télécharger NegaMAME v0.232-1 (Linux)
Site Officiel de NegaMAME
 
 MESS et MESSUI v0.232 
Vendredi 28/05/21 à 15:37 par Firebrand
Ces builds de MAME dépourvus des jeux d'arcade ont été mis à jour vers MAME v0.232.
Télécharger MESS v0.232 (64-bit)
Télécharger MESSUI v0.232 (64-bit)
Site Officiel de MESS
 
 openMSX v17.0 
Lundi 24/05/21 à 13:33 par Firebrand
Cet émulateur ColecoVision et MSX a été mis à jour. La version Windows 32-bit n'est pas disponible (pour l'instant?). Les améliorations sont les suivantes:
MSX device support:
- V99x8:
*fixed timing of VDP settings getting applied. This fixes the screensplit in Psycho World, Hydefos, Space Manbow and the Woei demo, and probably more. Many thanks to Grauw for figuring out the real problem.
*fixed that sprites are not disabled instantly, but on the next line
- Carnivore 2:
*updated initial (out-of-the-box) flash content, with bootmenu 2.40
*added support for firmware version readout (now hardcoded on 2.30)
*added support for SLM_cfg register
*added reading from SCC, which also works on real hardware
- V9990: fix location of bitmap cursor
- fixed OPL4 12-bit sample decoding
- fixed stereo settings of Daewoo CPC-400(S)
- fixed loading/saving of flash content for ReproCartridgeV1/V2 mappers
- fixed bugs in RTC (thanks to KdL and HRA!) regarding leap-year and days-in-the-month
- added support for proper mapper registers readout on S1985 systems without mapper and with an external mapper that is larger than 512kB
- added support for Zemina 25-in-1 mapper (thanks to BiFi and Hashem)
- added new machines, thanks to:
*Peter Hanraets: Victor HC-7, (partial) Hitachi MB-H2, Sanyo PHC-23J, Sanyo PHC-23 (old), Sanyo PHC-SPC, Sanyo PHC-30N, Sanyo PHC-33 (without built in tape drive features), Sanyo PHC-77, Sony HB-75, Sony HB-F700F, Sony HB-F500 (v1 and v2), AVT DPC-200, Mitsubishi ML-G10, Hitachi MB-H50 (without LEDs), Yamaha SX-100, Philips NMS 8250/19
*Arjen Zeilemaker and others: Toshiba HX-33 and HX-34 (except for the COPY button and special hardware for that)
*Danilo Angel: Sanyo MPC-3
*others: Sony HB-75D, Sanyo PHC-28P
- added new extensions: Popolon Sound Cartridge (with configurable size)

New or improved emulator features:
- by default also map the D-pad of a controller to the MSX joystick directions
- fixed artifacts on 3x scaling with 512 wide MSX modes on SDLGL-PP
- optimized file pool more, especially when alternative ROMs are to be found
- more accurate resampling, without rounding errors
- fixed possible crash when Tcl callbacks switch the active machine, e.g. using step_back in watchpoints
- fixed autorun of tapes/laserdiscs interrupting the replay
- fixed OMR replays with ato-run type command
- faster switching to/from fullscreen, without changing the videosource
- fixed laserdiscplayer eject command still showing the file inserted
- make number of columns for showdebuggable configurable
- fixed broken color_matrix setting (a.k.a. monitor_type)
- fixed drawing of OSD progress info (e.g. while calculating hashes)
- improved performance of calculating hashes of HDD images, especially when they're on a network drive
- on Windows, make openmsx.exe a GUI application to avoid the separate extra text output window
- added support for automatic internal conversion of SVI CAS files to WAV
- added support for autoruncassettes for SVI CAS files
- fixed autoruncassettes on some models like Yamaha AX150
- OSD menu:
*menu button is now easy to disable with new osd_menu_button setting
*removed useless frameskip controls
*added full speed when loading control
*tweaked special options in lists like [eject]
*fixed navigating to file pools for disks
*show media slot content the same way for all media
*represent all media slots as slots, more similar to real hardware. You can now put both ROM cartridges and extensions in cartridge slots via the same menu
*show I/O only extensions as such, as they will not take a physical slot in openMSX
*allow searching also on _ and - characters in lists
*show display names of what is in a media slot
*show ROM info of just inserted ROM, not of the most likely running ROM
*show also MSX slot number in list of cartridge slots
*fixed handling of multiple identical extensions
*display a message if a cartridge is removed
*display the slot behind extensions in the Extension -> Remove menu
*added Monitor type setting to the Video Settings menu
*added OSD icon set setting to the Misc Settings menu

Build system, packaging, documentation:
- better support for macOS < 10.13, using HFS+J DMG format
- target macOS 10.13
- build support for 64-bit RISC-V
- SDLGL-PP renderer requirements are now relaxed to only OpenGL 2.1 again (was 3.3 in openMSX 16.0)
- fixed building without SDL joystick support
- C++ code is based on C++17 and thus requires a compiler supporting it, e.g. g++ 8 or later or Visual Studio 2019 or later
- 3rd party updates of Tcl (8.6.10) and libpng (1.6.37)
Télécharger openMSX v17.0 (64-bit) (Windows)
Télécharger openMSX v17.0 (64-bit) (MacOS)
Site Officiel de openMSX
 
 GameEx et GameEx Acade Edition v16.91 
Lundi 17/05/21 à 17:12 par Firebrand
Ces frontends multi-systèmes ont été mis à jour, mais pas d'information sur les changements apportés.
Télécharger GameEx v16.91
Télécharger GameEx Arcade Edition v16.91
Site Officiel de GameEx
 
 RetroArch v1.9.3 
Lundi 17/05/21 à 17:05 par Firebrand
Cet ensemble de noyaux d'émulateurs réunis sous une même interface a été mis à jour. Les améliorations sont les suivantes:
- 3DS: Disable menu screensaver animations in XMB/GLUI
- COMMAND: Initialize netcmd->cmd_source_len before recvfrom()
- CONTENT LOADING/STATICALLY LINKED: Ensure ‘Always Reload Core on Run Content’ setting is applied when loading content via the file browser
- CONTENT LOADING/EMSCRIPTEN: Fix content loading via file browser on platforms with ‘broken’ core handling (i.e. emscripten)
- CORE INFO: Skip whitespace when writing compressed core info cache files
- CORE INFO/FILE IO: Core Info cache; significant file I/O performance improvements on systems with slow disk file I/O
- CORE INFO/FILE IO: Enable core info cache by default on all ‘console’ platforms
- FREEBSD: FreeBSD build fix
- LAKKA: Support for tweaking CPU governors/scaling policies
- LAKKA: This adds managed policies and settings to store them and reload them at startup
- LIBRETRO API: Add API extension for cores to override frontend fast-forward state
- MENU/RGUI: Fix saving of config files/overrides when ‘Lock Menu Aspect Ratio’ is enabled
- SHADERS: Fix ‘Auto-Shader Delay’ functionality
- UWP/D3D11: Disable mipmap generation
- UWP/XBOX: Add ‘Force 4K resolution’ option (Force the resolution to the fullscreen size on Xbox, if set to 0, a fixed value of 3840 x 2160 will be used)
Télécharger RetroArch v1.9.3 (32-bit) (Windows)
Télécharger RetroArch v1.9.3 (64-bit) (Windows)
Télécharger RetroArch v1.9.3 (Windows XP/Vista 32-bit) (Windows)
Télécharger RetroArch v1.9.3 (Windows XP/Vista 64-bit) (Windows)
Télécharger RetroArch v1.9.3 (64-bit) (MacOS)
Télécharger RetroArch v1.9.3 (Metal2) (MacOS)
Télécharger RetroArch v1.9.3 (Nintendo GC)
Télécharger RetroArch v1.9.3 (Nintendo Wii)
Télécharger RetroArch v1.9.3 (Nintendo WiiU)
Télécharger RetroArch v1.9.3 (.3dsx) (Nintendo 3DS)
Télécharger RetroArch v1.9.3 (.cia) (Nintendo 3DS)
Télécharger RetroArch v1.9.3 (Nintendo Switch)
Télécharger RetroArch v1.9.3 (PlayStation 2)
Télécharger RetroArch v1.9.3 (PSP)
Télécharger RetroArch v1.9.3 (PS Vita)
Site Officiel de RetroArch
 
 GameEx et GameEx Arcade Edition v16.90 
Vendredi 14/05/21 à 13:19 par Firebrand
Ces frontends multi-systèmes ont été mis à jour. Les améliorations sont les suivantes:
- Several new Retroarch configs added. The PUAE core is the simplest way to get Amiga going I have seen yet.
- New Cemu config added. I modifed the roms in subfolders emulator option to allso work with archives and this makes this system very easy to get going now.
Télécharger GameEx v16.90
Télécharger GameEx Arcade Edition v16.90
Site Officiel de GameEx
 
<< Page précédentePage suivante >>