Organiser
Filtrer par machine :
Type de vue :
 
 Messinfo.dat v0.234 (12.08) 
Vendredi 06/08/21 à 15:00 par Firebrand
Ce fichier contenant des informations sur les jeux non arcade a été mis à jour pour MAME v0.234:
- 12.08 05/08/2021: Aligned files to 0.234 version.
Télécharger Messinfo.dat v0.234 (12.08)
Site Officiel de Messinfo.dat
 
 Emu Loader v8.9 (version complète) 
Vendredi 06/08/21 à 14:57 par Firebrand
Ce frontend multi-systèmes a été mis à jour. A noter qu'à partir de cette version, ce logiciel n'est plus compatible avec Windows XP. Les améliorations sont les suivantes:
I'm back! Lots of stuff happened since February. I've been working hard on Emu Loader for the past 4 months, non-stop. I even stopped playing PC games since March 2021 to focus on this project... what did I miss ?
You'll need to download the full package this time around since all files have been updated (icons and images). Upgrading from previous build can still be done. In future builds, part of the 4K content will be distributed separately to make the full package smaller (not everyone uses a 4K monitor/TV).
First things first. I recommend to delete the entire app_path\resources\ folder if you want to prevent leftover files (this is not required). You can overwrite your current install with this build and execute it without worries. All require updates will be done once at startup.
To actually fix some of the crashes I had to update the format of a few files (non MAME/arcade related stuff). You can make a backup copy of these folders/files before running this build, just in case. The following will be updated:
- games files in \console_computer\games\ folder
- played games files in \console_computer\played_games\ folder
- games extra info files in \console_computer\games_extra_data\ folder
The star of this build is support for 4K screen resolution with the new 4K layouts (minimum 3840x2160 resolution equired).
Be aware that you must disable screen DPI scale for EmuLoader.exe in order for it to work. If your Windows screen DPI scale is already at 100% you don't have to do a thing. Forms, fonts and controls will resize to take advantage of the 4K resolution... and it looks so beautiful! :)
There's even a new 4K splash screen. Some of the sprites were updated with higher resolution versions and others scaled up (no upscale filters were used). The regular logo got some minor updates as well... I really need to re-create the splash screen with a different theme. This apocalyptic theme is getting old!
Light mode is starting to fade away as Emu Loader can turn all elements to the dark side now, even if your Windows 10 is not set to use a dark theme. Who still uses the frontend's light mode anyway !?
All icons and images have been updated, and most of the icons got 68x68 and 128x128 size versions, for the 4K mode. You can enable PNG compression tag in .ico files now, this is finally supported by the frontend thanks to the PrivateExtractIcons() WinAPI. Due to PNG compression, the file size of all .ico files have reduced considerably.
While implementing 4K layouts, I was able to find and fix tons of internal bugs and tweak lots and lots of functions in the source code. I was able to improve stability even further.
Both Supermodel3 and Demul were updated to support latest SVN builds. You'll need to re-create the games list to actually use the new stuff. Not doing so will not prevent you from playing their games.
A special thanks to Fabian Leonel for creating system type icons, they look amazing!
systemtype_arcade.ico; systemtype_computer.ico; systemtype_console.ico; systemtype_handheld.ico)
WARNING: As of this version, Windows XP is no longer supported and Emu Loader will not run on that OS anymore!
So much has changed in this build, mostly internally, but you will notice improvements in general even without the 4K mode. I hope you enjoy this build as much as I did coding it. Make sure to check the change log for a complete list of changes, which is extensive!

Fixed

- Some top bar labels were invisible in message boxes, caused by the new 4K mode (oopsie!)
- Heavy flickering when selecting text with mouse on my TEditEx control (it's a component bug, not a frontend bug)
- "Arcade Systems" selector colors in main menu "View" / "Arcade ROMs Folders" were not properly set in night mode
- Some artwork checkbox settings in "MAME Settings" screen were still enabled even though MAME doesn't support them anymore
- Nasty bug. Every time the message box was called, "Night Mode" checkbox component would trigger the night mode's initialization function, resetting interface colors and components appearances; it's been there ever since night mode was implemented... D'OH!
- Added "Atari 2600" to the "cassette tape" supported systems list (oopsie!)
*this makes possible to run MAME cassette tape games with "Stella" Atari 2600 emulator
*added "Stella CASSETTE="%s" entry in "emulator_parameters[default].ini" file
- Fixes and improvements to my custom components "TComboBoxEx2" and "TColorBoxEx" (Night Mode only):
*finally found a way to draw Win10 dark scroll bars, using "GetComboBoxInfo()" WinAPI to access the component's internal drop-down list handle (HWND)
*fixed a repaint issue not triggering after mouse hover "on/off"
*fixed an issue were the drop-down arrow was not vertically centered
- Unicode game names and titles was not working correctly for Console/Computer/Handheld systems (ported from EmuCon)
*the frontend will decode strings when parsing entries from games ".el" files and set the "IsUnicode" tag directly
(the "IsUnicode" tag in .el files is no longer necessary (files in "\console_computer\games\" folder)
*games were displaying incorrect Unicode titles and filenames in games list
- Console/Computer/Handheld games lists were being tagged as "updated with new games" if "Create a New List" checkbox was ticked, even though no new games were found
- Frontend's button in Windows taskbar button not showing up at startup
*a small code is executed at startup to remove the "double taskbar button" in Windows Vista and newer, caused by Delphi 7 compiler, but it makes the taskbar button dissapear until the main form shows up
*to mitigate this issue, that code is executed right before the main form is shown (this is the point where the taskbar button doubles itself)
- Fixed from bottom color of emulator/game top bars in several screens while in light mode
- Text color in systems list panels were not properly painted when panel is out of focus and when a system is disabled/unchecked
- Not all games were being added in "Scan MAME/HBMAME Game Samples" feature (main menu "Games List")
- Fixed a bug that would crash the frontend when trying to update "played info" .ini files after exiting a game
*if the frontend still crashes after exiting a game, you'll need to clear its played info ("Reset Selected Game Info" menu in games popup menu)
- Changing "Tiles View Cell Size" setting in "View Mode" tool bar button now changes the icon size properly (48x48; 68x68; 128x128)
- Modifying the following settings do not reset "MAMu_ icons" cache if the view mode is not the correct one
&npsp;("Game Icon Size", "Tiles View Cell Size")

Changed
- New "Show Grayscale Icon In Game With Missing ROMs/CHDs" setting (preferences screen, "Games List" panel)
*by default, available games with missing ROMs/CHDs will show colored icons from now on
*these sets have a custom font to help you see the "have with missing ROMs" status
*why should a gray icon be displyed for sets you have, but there might be ONE tiny ROM missing ?
*it looks better this way; I myself confuse them with "missing sets" quite a lot (sets you don't have)
*for arcade systems only, including MAME software lists
*you can go back to the old gray icon by ticking the new checkbox setting in preferences screen
- Color of "disabled" button state updated with darker colors and a black font; the old one was too bright (night mode)
- Massive frontend icons update ("frontend_dir\resources\main_icons\" folder tree)
*added 128x128 resolution icons for the 4K mode (and some 256x256 icons for future use... maybe)
*icons texts color changed to white as default: "image category", "layout category", "tool bar filters", "arcade filters" icons
*overlay icons "image category" and "layout category" icons are no longer required, no need for this trickery anymore as the frontend can change text font color of .ico files on the fly!
(folder "main_icons\overlay\img_dark\" and files are no longer required)
*"background band" behind texts in tool bar icons are no longer needed
*replaced text silver pixels by a 25% opaque pixels in 32x32 and 48x48 tool bar filter icons
*image category 32x24 icons are no more; it hasn't been used in quite a while
*image category 32x32 icon new size; it's used in images tool bar and in 4K mode
*all frontend icons must be 32-bits color depth or hell will break loose (crashes all around and all kinds of weird behavior)
*if the .ico file doesn't have the requested icon resolution, icons are automatically upcaled thanks to the "PrivateExtractIcons() WinAPI
- Proper 10 pixels border for game info/emu info top bar (4K mode)
- Disabled systems are now painted with 25% blend, it makes them easier to spot in systems lists (EasyListView)
- Thumbnail view updates and fixes:
*support for 48x48 system background icons when thumb cell if smaller than 68x68
*minor tweaks and fixes in the thumb generation/loading functions
*painting bug fix in EasyListView if thumbnail cell is too small
*minor tweaks to fix misaligned overlay icons, specially if you use overlays of different sizes
- Moved checkbox "Create a New List" to the center of the lower bar so it's easier to spot ("Create Console/Computer/Handheld Games List")
- Removed "IsUnicode" tag from games list files (console/computer/handheld systems)
*this tag is now validated and set at runtime (tag might be removed in a future build)
*the following files will be updated automatically at startup (done only once)
.games files in "\console_computer\games\" folder
.played games files in "\console_computer\played_games\" folder
.games extra info files in "\console_computer\games_extra_data\" folder
- Modified TntCustomEdit component to fix heavy flickering when selecting text with mouse (TNT Unicode Delphi Components Pack)
*same fix as my TEditEx component was applied here
- Source code files for all 4K mode forms are stored in "source\4K\" folder
*RAM usage will not increase since forms are initialized only when used, then freed from RAM on exit
*files not used by the project, but used for layout designs are stored in "source\4K\designs\" folder
- Library "unitExIcon.pas" has been replaced by Microsoft's "forbidden" WinAPI "PrivateExtractIcons()"
*there's a weird bug in ExIcon unit that causes "out of resources" error under Windows 10... this unit is sooo old; great, but old
(I've been using this unit for many years and never had any problems, until I started using Windows 10!)
*the API PrivateExtractIcons() can extract icons of any resolution from 16x16 to 512x512 with just a couple lines of code, and is so much easier to use than ExIcon library; I hope Microsoft doesn't remove this API from Windows
(why Microsoft never created an "official" WinAPI capable of doing this job, is beyond me!)
*"Load MAMu_ icons" functions are still using TExIcon; it requires a rewrite
- Game Details updates
*fixed a crash when calling this feature for the same game twice in a row (open/close details screen, open it again... BOOM!)
*other minor fixes and tweaks here and there
- A couple more tweaks to "MAME Game Docs" parsing routines, they are 12ms faster
- New "TNT Unicode" component "TntEditEx", based on "TntEdit" but with custom frame drawing, just like my "EditEx" component
*an edit box that can display Unicode texts, used in "Rename Game Image" feature, for console/computer games
*new "TntEditEx.pas" file added to the TNT's "runtime" package (same package as "TntStdCtrls.pas", easier to compile and cleaner code)
*this component was made for the "Night Mode"
*better to create a new component and leave the original "TntEdit" unmodified
- Several edit boxes replaced by TTntEditEx component in the project to accept Unicode texts (Engligh / Non-Engligh mixed)
- Changes, updates and fixes to Delphi components: TAdvOfficeCheckBoxEx / TAdvOfficeRadioButtonEx / TEasyListView
*added support for 23x23 HD CheckBox/RadioButton icons, used by the new 4K mode (it looks sooo pretty...)
*new component property "CustomEnableIconHD" to toggle "HD icons" on/off (NOT available as a frontend setting)
(this only works with external icons, not with Windows themed ones)
*fixed CheckBox/RadioButton vertical alignment code in EasyListView component, so "HD icons" align correctly
*icons are now extracted from .ico files using "PrivateExtractIcons()" WinAPI
*new component properties "CustomIconsImages" and "CustomIconImagesHD" to assign external TImageLists, so the same CheckBox/RadioButton icons set can be shared by hundreds of CheckBox/RadioButton/EasyListView controls in the same TForm using a single TImageList (one for regular 13x13 icons and one for HD 23x23 icons)
(this prevents every control from loading the same set of .ico files; imagine a TForm with 50 CheckBox components in it... loading the same 12 icons!)
*added a small tutorial text in "TAdvOfficeCheckBox" source code, with instructions on how to use custom icons and the new external TImageList properties
*all .ico files from "resources\checkbox_radiobutton\" folder tree updated with the new 23x23 icons
- Tons of source code optimizations and removal of duplicate functions
- Custom CheckBox / RadioButton default profile changed to "Night Mode 1 Black" (as it should have been from day 1)
- Custom CheckBox icons set in "Customize Night Mode" and "Customize SplashScreen" changed from "Night Mode 1" to "Night Mode 1 Black"; it looks better (cannot be customized)
- Custom CheckBox/RadioButton "Night Mode 1" icons profile is gone (folder \resources\checkbox_radiobutton\)
- Updates/changes to "Night Mode Settings"
*setting "Use Windows 10 Dark Scroll Bar in Games List" removed
*removed "Floating Panel" / "Caption Font" setting from "Search Games Panel Colors"
*source code optimizations, some internal fixes and improved stability
- Splash screen optimizations
*Form is now created directly in the project's DPR file before anything else, including the main Form
*it should show up faster
*some functions moved from main unit file to splash screen's unit file
*moved splash settings from "ini_files\lightmode.ini" into a new "ini_files\splash.ini" file (done once at startup if "splash.ini" is not found)
*settings are the same for normal mode, 4K mode and "4K extra" mode, except "Version Info" label position and "Shadow Distance" settings
*you can drag and drop the version info text with mouse instead of using the Left/Top position bars (experimental)
*you can drag the splash screen around with the mouse now
*logo image updated with new sprites and some minor tweaking
*simplified the initialization code
- Updates and fixes to "View Missing ROMs/CHDs" feature (previously known as "Arcade Scan Results")
*some ROM types were not detected correctly, fixed ROM/CHD types validation list and included "vgmplay" software list detection
(games scan/validation rountine was not affected by this when creating a games list)
*fixed flicker on systems tool bar buttons
*added new checkboxes filtering options
."CHDs Only": show/hide sets with CHDs, with or without ROMs (HDD, CD, Flash Card, VHS)
."Device ROMs": show/hide sets that have device ROMs
."Bios ROMs": show/hide sets that have bios ROMs
.NOTE: unchecking "ROMs" filter will hide sets that only have game ROMs (no CHDs, devices, bios)
*renamed options in "MAME set type drop-down" filter to "Arcade Games" and "Software List Games"
- The following tool bar filter settings were moved from "EmuLoader.ini" to "ini_files\games_filters.ini"
*thumbnail view settings; "Machines/Systems Filter"; "Systems Quick Filter"; "MAME/Arcade Games Filter"; "Misc Filters"
*so you don't lose them in a clean install or if "EmuLoader.ini" gets deleted
*filters moved into proper sections so they are not all mixed up into a single section
*this process is done once at startup, if "games_filters.ini" is not found
*improved: tool bar settings are saved into the .ini file right after you change them (safe mode ON)
- Udpdates to "Arcade Controller Layout" images ("Browse Games With..." sub-menu in main menu "Games List")
*files moved to a new "\images\browse_controls\" folder
*file format changed from JPG to PNG, because they just look better
"X-Arcade.png"; "HotRodSE.png"; "SlikStik.png"; "Devastator2.png"
*images updated, some buttons captions were wrong and/or no longer assigned to anything
- Main menu "View" removed to prevent clutter, its items moved to proper sub-menus

Added
- Support for "PNG compression" tag in .ico files, "PrivateExtractIcons() WinAPI supports this
*256x256 / 128x128 / 68x68 icons in .ico files now have the "PNG compression" tag enabled
*.ico file sizes reduced quite a bit; some file sizes are now half of the what they used to be
*no loss of quality since PNG format is lossless
*icons loading speed remains the same (from my tests)
- Added "Network Board" options to "Supermodel 3 Emulator Settings" screen
*you need to create Supermodel3 games list again
*no support in custom game settings yet since this is an emulator WIP feature
- Added "merge" ROM tag detection for Demul; you don't need to have parent ROMs in the clone set anymore, I think (just like MAME)
*it requires latest WIP Demul build 180428, date: April 28, 2018
*you need to create Demul games list again
*this feature was quietly implemented in the frontend a while ago, but now it's official
- New TEasyItem property "ReportFirstColumnIndent"
*for TEasyListView component, it will add a blank space in the first column, when in report view mode
*huge improvement for grouped view mode; no more blank icon trickery to indent clone games
*favorite icons can finally be displayed in grouped view mode
*this property only works in "report view"
- New "Mega Large" (68x68) game icons size for details and grouped view modes
*for the 4K mode and "multi-line captions" in games list, when game font size is 16 or bigger
*internal indexes for "Game Icon Size" have changed, you must change this setting again (View Mode tool bar button)
*this also makes it a lot easier (and faster) to display arcade/console/computer/handheld 68x68 system icons in TImage components, used everywhere
- New "Ultra Large" (128x128) game icons size for tiles view mode
*useful for 4K mode and "multi-line captions" in games list, when game font size is 16 or bigger
*internal indexes for "Tile View Cell Size" have changed, you must change this setting again (View Mode tool bar button)
*this also makes it a lot easier (and faster) to display arcade/console/computer/handheld 128x128 system icons in TImage components, used everywhere
- Implemented 4K layouts in all screens
*setting "Enable 4K Mode" is no more, 4K layouts are now integrated into the project and used by default
*minimum screen resolution required is 3840x2160 (anything lower will disable 4K feature completely)
*if your Windows DPI screen scale is higher than 100%, either disable DPI scale for "EmuLoader.exe" properties in Windows (recommended) or disable 4K mode in the frontend (main menu)... or set DPI scale to 100% in Windows
*image hint panel settings, image category type and image resolution, were adapted to show larger texts and icon (night mode settings and preferences "light mode")
(when in 4K mode, hint always use large font sizes and large icon, even if setting "Large Font Size" in "Image Hint Box", is disabled) *4K screen layouts might look different than standard layouts
*there's a "Disable 4K Mode" setting in main menu if you insist in not using the awesome 4K layouts........ WHY!?
.some screens require you to restart the frontend after disabling 4K mode ("Preferences" screen, "Customize Night Mode")
- 4K splash screen!
*big logo image 1960x1200 with adjustments and tweaks to sprites and background scenario
*new "4K Ultra Size x2" setting; HUGE splash screen with a 2940x1800 logo image (insane mode)
*a few sprites were remade from high resolution sources, and are a lot more detailed :)
*most small sprites were resampled to high resolution without disortion of loss of quality (no image filters were used)
*4K logo file: "resources\images\logo-4K.png"
*4K "insane" logo file: "resources\images\logo-4K_extra.png"
*alternate image files are also supported: "logo2-4K.png" or "logo2-4K_extra.png"
*if you're not going to use the 4K mode, files "logo-4K.png" and "logo-4K_extra.png" can be safely renamed/moved/deleted
- New "Mega Large (68x68) System Icon" for thumbnails view ("System" icon size selector in "Customize Thumbnails")
- New "Available + Missing ROMs/CHDs" games filter option ("Have/Miss Filter" tool bar button)
*so you can view available games and games with missing ROMs/CHDs at the same time
*new file "filter3_05_have_and_missroms.ico" (folder "resources\main_icons\toolbar_filters\")
*file "filter3_05_miss_and_missroms.ico" renamed to "filter3_06_miss_and_missroms.ico" (folder "resources\main_icons\toolbar_filters\")
- Support for "Ryujinx: Nintendo Switch Emulator"
*there is no command line or emulator setting to auto-exit after clicking ESC key (I think)
*emulator must be configured before using it with the frontend
*website: https://ryujinx.org
*github: https://github.com/Ryujinx
- Added a new "VersionHelpers.pas" unit to the project, to detect the Windows version properly
*old code used the deprecated "GetVersionEx()" WinAPI
*minimum supported Windows version is now Windows Vista (frontend will NOT run on WinXP, no matter what you do)
*validation code runs BEFORE the application initialization commands
Télécharger Emu Loader v8.9 (version complète)
Site Officiel de Emu Loader
 
 ares v122 
Mercredi 04/08/21 à 14:59 par Firebrand
Cet émulateur multi-systèmes a été mis à jour. Les améliorations sont les suivantes:
This release primarily provides improved Neo Geo Pocket/Neo Geo Pocket Color and Sega 32X emulation.
The entire Neo Geo Pocket/Color library is now thought to be playable, with minor graphical issues in four titles.
A small number of SEGA 32X games are now playable, although most still experience graphical and/or audio issues.

Changelog:
- ColecoVision: Clear top bit of controller port reads; fixes Defender [invertego]
- Neo Geo Pocket: Allow BIOS to handle the boot process [invertego]
- Neo Geo Pocket: Copy SNK logo from BIOS during fast boot; fixes Metal Slug: 2nd Mission [invertego]
- Neo Geo Pocket: Fix address used to test ram initialization [invertego]
- Neo Geo Pocket: Initialize Neo Geo Pocket port 1 to zero; fixes Dynamite Slugger [invertego]
- Neo Geo Pocket: Many improvements to 'fast boot' [invertego]
- Neo Geo Pocket: Re-enable savint ram to disk on unload [invertego]
- Sega 32X: Implement FM/Framebuffer access bit; fixes Spiderman [Luke Usher]
- Sega 32X: Implement RV bit [Luke Usher]
- Sega 32X: Optimise SH7604 recompiler min-cycles for 32X; fixes Knuckles Choatix & Virtua Fighter [remutro]
- Sega 32X: PWM DREQ and timer are different things; fixes PWM audio in many games [Luke Usher]
- Sega 32X: Used cached interpreter instead of recompiler [Luke Usher]
- TMS9918: Fix sprite size emulation; fixes many graphical issues in ColecoVision/MSX/SG-1000 [invertego]
- TMS9918: fix interrupt behavior [invertego]
- hiro: Fix browser dialog filters on macOS [Luke Usher]
- hiro: Force GTK3 to use X11 backend; fixes a crash under Wayland [thrimbor]
- lucia: Disable fast boot by default [Luke Usher]
- lucia: Support digital presses from analog inputs [invertego]
- mia: Add workaround for underdumped Delta Warp rom [Luke Usher]
- mia: Improve Nintendo 64 save chip database; fixes saving in some titles [sp1187]
- nall: Enable LTO by default on non-debug builds [Luke Usher]
- nall: Speed up recompiler codegen [Luke Usher]
- sh2: Allow cores to determine an ideal minimum recompiler block size [Luke Usher]
- sh2: Optimised code-gen for the interpreter [Luke Usher]
- sh2: Recompiler should invalidate single blocks, not entire pools [Luke Usher]
- tlc2900h: Fix immediate mask in BIT #,r; fixes Pocket Tennis [invertego]
- z80: Correct the effect of IE on the next instruction; fixes audio drop-out in Neo Geo Pocket games [invertego]
Télécharger ares v122 (Windows)
Télécharger ares v122 (MacOS)
Site Officiel de ares
 
 NegaMAME v0.234-1 
Vendredi 30/07/21 à 15:49 par Firebrand
Ce build de MAME prévu pour être utilisé avec le frontend Negatron a été mis à jour vers MAME v0.234.
Télécharger NegaMAME v0.234-1 (Windows)
Télécharger NegaMAME v0.234-1 (MacOS)
Télécharger NegaMAME v0.234-1 (Linux)
Site Officiel de NegaMAME
 
 m64p 27/07/2021 
Mercredi 28/07/21 à 15:56 par Firebrand
Un bug a été corrigé pour cet ensemble comportant un émulateur, un frontend et un plugin graphique. Voici de quoi il s'agit:
- Fix for #204: Dinosaur Planet crashes when loading a new game
Télécharger m64p 27/07/2021 (Windows)
Télécharger m64p 27/07/2021 (Linux)
Site Officiel de m64p
 
 MESS et MESSUI v0.234 (64-bit) 
Mercredi 28/07/21 à 15:45 par Firebrand
Ces versions de MAME dépourvues des jeux d'arcade ont également été mises à jour vers MAME v0.234. Voici la liste des nouveautés spécifiques:
Changes
- Fixed crash in maestro.cpp when validating
- Fixed buffer overflow when creating CPU.ini
Télécharger MESS v0.234 (64-bit)
Télécharger MESSUI v0.234 (64-bit)
Site Officiel de MESS
 
 RetroArch v1.9.7 
Lundi 26/07/21 à 14:32 par Firebrand
Cet ensemble de noyaux d'émulateurs réunis dans une même interface a été mis à jour. Comme toujours, vous trouverez un article détaillé sur le site officiel sur les changements, mais en voici la liste brute:
- 3DS: Add unique ID’s
- CRT/SWITCHRES: Fixed some Monitor index bugs ad updated to the latest SR2
- CRT/SWITCHRES: Fixed monitor index corruption on Windows and added correct fractal scaling. Only used when required
- CRT/SWITCHRES: Updated log defines to match SR upstream.
- CRT/SWITCHRES: Added new SR_CONFIG_PATHS for non Windows and Linux systems. Not that SR works on them but to fix RA compile issues
- CRT/SWITCHRES: Updated SR2 code base to latest. Added supprt for windows monitor indexing. Fixed monitor index bug where index 1 was not being used correctly and “auto” was not being sent.
- CRT/SWITCHRES: Updated swithres for x86 windows fix
- CRT/SWITCHRES: fixed SR2 auto issue
- CRT/SWITCHRES: Fixed auto monitor bug
- CRT/SWITCHRES: Fixed monitor index corruption on Windows
- CRT/SWITCHRES: Fixed buffer size bug
- CRT/SWITCHRES: Added correct fractal scaling. only used when required.
- CORE INFO: Automatically disable core info cache when core info directory is read-only
- EMSCRIPTEN: add MAME2003 / MAME2003-plus to web.libretro
- INPUT/UDEV: udev fixes add pointer pressed to pointer device to allow udev users to access this device
- LIBNX/SWITCH: Enable 7zip support
- LINUX/XDG: Prevent xdg-screensaver’s “Protocol error” messages
- LOCALIZATION: Fetch translations from Crowdin
- LOCALIZATION: Add missing languages for the first startup
- MENU/XMB/WIDGETS: Add workaround for FPU bug that breaks scale factor comparisons on certain platforms (fixes XMB thumbnails on 32bit Linux/Windows)
- MENU/RGUI: Enable fullscreen thumbnail toggle using RetroPad ‘start’ button
- MENU/RGUI: Fix sublabel length when menu clock is disabled
- NETWORK/HTTP: Fix HTTP progress indication for large files on 32-bit systems
- NETWORK/NATT: implement natt fix from void()
- OPENDINGUX: Fix display when cores ‘drop’ frames
- OPENDINGUX BETA: Use ALSA audio driver by default
- OPENDINGUX BETA: Fix IPU scaling when running 256×224 (SNES/Genesis) content
- PATHS: Fix garbled path string
- PS2: Implement proper ps2_font driver instead of using the font driver from gskit
- PS2: Use BDM for increasing up USB stability
- PS3: First basic RSX driver for PSL1GHT
-RS90: Initial port
- RS90: Fix offset of OSD text
- RS90: Disable menu clock by default
- RS90: Hide ‘Bilinear Filtering’ video option
- RS90: Move appdata (retroarch) base directory to external MicroSD card
- RS90: Add optional approximate ‘semi-linear’ scaling filter
- SHADERS: Max Shader Parameters increased to 1024
- VIDEO: Add ‘Integer Scale Overlay’ – Force integer scaling to round up to the next larger integer instead of rounding down
- VIDEO: New ‘Full’ aspect ratio added. This aspect ratio is useful when used with a shader which has a border in it. The aspect ratio is set to the full window area, so that the viewport spans the whole viewport. When using a border type shader like the Mega Bezel this allows the graphics to span the whole window regardless of the user’s monitor aspect ratio
- VITA: Wrong flags for not piglet version
- UNIX: Correct backlight max_brightness path
- UWP/XBOX: Default to Direct3D11 driver on UWP builds
- UWP/XBOX: Do not use windowed mode on UWP/Xbox by default, set default resolution to 1920×1080 by default. Should fix display issues with Dolphin/PCSX2 on Xbox
- WIIU: Fix inputs breaking when connecting/disconnecting remotes
- WIIU: Input – ignore some bogus KPAD results
- WIIU: Font rendering fixes – render font lines with correct spacing, and only sample alpha channel when rendering fonts
-WIIU/NETWORK: Network speed optimisations – WINSCALE, TCP sACK, large buffers
- WIIU/LIBFAT: Increase cache size on WiiU
- WIIU/FILE IO: Filesystem optimisations – add fast path for already aligned buffers
- WIIU/FILE IO: Use 128K vbufs for WiiU – we have loads of RAM and large vbufs are very beneficial
- WIIU/MENU/OZONE: Fix Ozone rendering error (scissor fix)
- WIIU/MENU/OZONE: Use Ozone icons instead of XMB Monochrome
Télécharger RetroArch v1.9.7 (32-bit) (Windows)
Télécharger RetroArch v1.9.7 (64-bit) (Windows)
Télécharger RetroArch v1.9.7 (Windows XP/Vista 32-bit) (Windows)
Télécharger RetroArch v1.9.7 (Windows XP/Vista 64-bit) (Windows)
Télécharger RetroArch v1.9.7 (64-bit) (MacOS)
Télécharger RetroArch v1.9.7 (Metal2) (MacOS)
Télécharger RetroArch v1.9.7 (Nintendo GC)
Télécharger RetroArch v1.9.7 (Nintendo Wii)
Télécharger RetroArch v1.9.7 (Nintendo WiiU)
Télécharger RetroArch v1.9.7 (.cia) (Nintendo 3DS)
Télécharger RetroArch v1.9.7 (Nintendo Switch)
Télécharger RetroArch v1.9.7 (PlayStation 2)
Télécharger RetroArch v1.9.7 (PSP)
Télécharger RetroArch v1.9.7 (PS Vita)
Site Officiel de RetroArch
 
 m64p 19/07/2021 
Mardi 20/07/21 à 14:38 par Firebrand
Cet ensemble pour l'émulation Nintendo 64 a reçu un correctif. Voici de quoi il s'agit:
- Just some minor fixes for the dynamic recompiler (#202)
Télécharger m64p 19/07/2021 (Windows)
Télécharger m64p 19/07/2021 (Linux)
Site Officiel de m64p
 
 m64p 13/07/2021 
Mercredi 14/07/21 à 14:43 par Firebrand
Cet ensemble pour l'émulation Nintendo 64 a été mis à jour. Les améliorations sont les suivantes:
- Just some minor fixes for the dynamic recompiler
Télécharger m64p 13/07/2021 (Windows)
Télécharger m64p 13/07/2021 (Linux)
Site Officiel de m64p
 
 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
 
 m64p 05/07/2021 
Mardi 06/07/21 à 13:50 par Firebrand
Cet ensemble pour l'émulation Nintendo 64 a été mis à jour. Les améliorations sont les suivantes:
- Linux builds now built using Ubuntu 20.04
- Fix for corrupt screenshots and/or crashing when using non-native window resolutions
Télécharger m64p 05/07/2021 (Windows)
Télécharger m64p 05/07/2021 (Linux)
Site Officiel de m64p
 
 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
 
 m64p 23/06/2021 
Jeudi 24/06/21 à 12:19 par Firebrand
Une nouvelle version de cet ensemble pour l'émulation Nintendo 64 a été publiée. Voici la liste de changements:
- IS Viewer support. You can view the output from IS Viewer by going to Emulation->View Log. This log view is now updated live, so you can leave that window open while you play
- Some bug fixes for the dynarec, including Indiana Jones crashes and Densha de Go (English) not booting.
- Improvements to VRU speech recognition
- Fix for flickering in San Francisco Rush
Télécharger m64p 23/06/2021 (Windows)
Télécharger m64p 23/06/2021 (Linux)
Site Officiel de m64p
 
<< Page précédentePage suivante >>