Organiser
Filtrer par machine :
Type de vue :
 
 ClrMAME Pro v4.034 
Mercredi 21/02/18 à 14:19 par Firebrand
Ce gestionnaire de ROMs de référence a été mis à jour. Les améliorations sont les suivantes:
fixed: due to a cache flag error, in non-merged mode, cmpro took merge attribute information for names into account which is wrong
fixed: setinfo, falsely hide empty parent set and its clones in tree when parent is empty but clones got content
fixed: scanner, falsely list empty parents set in full merged mode as wrong named when parent is empty
fixed: scanner, falsely list empty parent set in full merged, multi-software list mode as missing when set exists in various software lists
fixed: miss list generator falsely lists sampleonly sets when they only reference parent samples
fixed: scanner, falsely show wrong case set messages when missing option is turned off
misc: allow romclones to be sampleparents
misc: switched to visual studio 2017 (also for updater)
misc: updated zipArchive lib to 4.6.5, 7z sdk to 18.01
Télécharger ClrMAME Pro v4.034 (32-bit)
Télécharger ClrMAME Pro v4.034 (64-bit)
Site Officiel de ClrMAME Pro
 
 Mednafen v1.21.0 (Unstable) 
Mercredi 21/02/18 à 14:15 par Firebrand
Une nouvelle version (instable) de cet émulateur multi-système a été publiée. Quelques précautions sont à prendre si vous mettez à jour une version précédente comme indiqué à la fin du changelog que voici:
Notable changes since 0.9.48:
- Migrated to SDL2(building from source requires 2.0.5+).
- An attempt to run an instance of Mednafen while another instance is already running with the same base directory is now blocked during startup, via a lock file; note that this check occurs after stdout and stderr are potentially redirected to stdout.txt and stderr.txt on Windows.
- Removed the "overlay" video driver.
- Changed the default value of setting "video.driver" from "opengl" to "default", removed the old "0" and "1" backwards-compatibility value aliases, renamed the "sdl" driver to "softfb"(without backwards-compat aliases), and made it so the setting's value will be reset to "default" after automatically importing settings from "mednafen-09x.cfg".
- Added setting "video.fs.display".
- Added settings "fps.autoenable", "fps.position", "fps.scale", "fps.font", "fps.textcolor", and "fps.bgcolor".
- Added support for pasting text into the cheat and netplay consoles.
- On Windows, Mednafen will now output text to a console if it's started from a console(e.g. cmd.exe or Cygwin), and if not, write to stdout.txt and stderr.txt like before.
- On Windows, error messages during startup will now be displayed in a popup message box.
- On Windows, Mednafen now uses Unicode variants of CRT and Win32 functions; this may require the user to update path settings and convert their CUE sheets to UTF-8 if filenames use exotic(e.g. not directly typable on a standard US-layout keyboard) characters.
- For key bindings relating to the debugger and cheat management interface, the Right ALT key modifier will no longer be respected(only the Left ALT has any effect now), for internationalization reasons.
- Configuration file is now named "mednafen.cfg" again, instead of "mednafen-09x.cfg"; if "mednafen.cfg" doesn't exist or is for an old version(earlier than 0.9.0) of Mednafen, the settings will be loaded from "mednafen-09x.cfg" on startup, but still saved to "mednafen.cfg" on exit.
- Reworked the input mapping setting format to be more human-readable(and editable). Details are in the documentation, in the "Advanced Usage" section. Old input mappings will be translated internally, except for keyboard mappings, due to incompatibilities between how SDL 1.2 and 2 handle keyboards.
- Added support for mapping joystick axes and buttons, mouse buttons, and keyboard keys to emulated mouse device relative motion for testing purposes(via manually editing the configuration file, as the in-emulator configuration process currently won't create such mappings).
- Added support for digital button input mappings that mix AND, ANDNOT, and OR-style operations together(previously it was either just AND or OR); refer to the documentation for more details. Note that the in-emulator configuration process won't create complex mappings that mix different boolean operations, but you can map combinations using simpler logic in-emulator, and then edit the configuration file to adjust the boolean operations used.
Altered calculations involving *.xscale(fs)/*.yscale(fs) settings to be more predictable given floating point nuances; any user using non-integer scaling values for these settings may need to adjust them to get the same result as in previous versions of Mednafen, however.
- Fixed broken cheat file saving on MS Windows.
- PCE_FAST: Fixed fubared mouse emulation.
- PC-FX: Fixed integer overflows that caused fatal division by zero when Mednafen's cheat functionality was used(a regression introduced around 0.9.39).
- SS: Fixed a logic error in the BIOS sanity check code that caused it to throw a less helpful error message than intended in certain circumstances, and made the error messages related to BIOS file misconfiguration more verbose(and hopefully more helpful...).
- SS: Fixed at least one background layer graphical glitch in "Radiant Silvergun"(at the start of stage 2C).
- SS: Fixed the graphical glitch near the end of the intro in "Snatcher".
- SS: Added Japanese keyboard(HSS-0129) emulation.

Changelog:
- An attempt to run an instance of Mednafen while another instance is already running with the same base directory is now blocked during startup, via a lock file; note that this check occurs after stdout and stderr are potentially redirected to stdout.txt and stderr.txt on Windows.
- Changed the default value of setting "video.driver" from "opengl" to "default", removed the old "0" and "1" backwards-compatibility value aliases, renamed the "sdl" driver to "softfb"(without backwards-compat aliases), and made it so the setting's value will be reset to "default" after automatically importing settings from "mednafen-09x.cfg".
- On Windows, no longer exit on ALT+F4 while input is grabbed.
- Added settings "fps.autoenable", "fps.position", "fps.textcolor", and "fps.bgcolor".
- Removed reliance on malloc(), realloc(), and calloc() setting errno to ENOMEM on failure, since it's not the case on Windows XP, and possibly other platforms/operating systems too.
- ZIP files are now recognized by file extension instead of by magic(wizards).
- Replaced old minizip code with newly-written ZIP archive reading code.
- Replaced MDFN_PrintError() and MDFN_DispMessage() with MDFN_Notify().
- Use versionsort() instead of alphasort() when scanning for js* joystick devices on Linux.
- Added settings "fps.scale" and "fps.font".
- On Windows, in-memory conversion of M3U and CUE files to UTF-8 will be attempted if they lack a UTF-8 BOM and contain byte sequences that are not valid UTF-8.
- On Windows, path/filename settings loaded from the old mednafen-09x.cfg(before being saved to mednafen.cfg on exit) will now be converted to UTF-8.
- Added support for pasting text into the cheat and netplay consoles.
- SS: Added Japanese keyboard emulation.
- SS: Improved VDP2 window Y coordinate evaluation emulation; fixes at least one background layer graphical glitch in "Radiant Silvergun"(at the start of stage 2C), and the graphical glitch near the end of the intro in "Snatcher".
- Altered calculations involving *.xscale(fs)/*.yscale(fs) settings to be more predictable given floating point nuances; any user using non-integer scaling values for these settings may need to adjust them to get the same result as in previous versions of Mednafen, however.
- Added setting "video.fs.display".
- SDL2(2.0.5+) is now used and required.
- Removed the "overlay" video driver.
- On Windows, error messages during startup will now be displayed in a popup message box.
- On Windows, Mednafen will now output text to a console if it's started from a console(e.g. cmd.exe or Cygwin), and if not, write to stdout.txt and stderr.txt like before.
- On Windows, Mednafen now uses Unicode variants of CRT and Win32 functions; this may require the user to convert their CUE sheets to UTF-8 if filenames use exotic(e.g. not directly typable on a standard US-layout keyboard) characters.
- For key bindings relating to the debugger and cheat management interface, the Right ALT key modifier will no longer be respected(only the Left ALT has any effect now), for internationalization reasons.
- The configuration file is back to "mednafen.cfg" instead of "mednafen-09x.cfg". If a 0.8.x "mednafen.cfg" is in the way, it will be renamed. If "mednafen.cfg" does not exist, or is from an old version of Mednafen, settings will initially be loaded from "mednafen-09x.cfg", but still saved to "mednafen.cfg" on exit(and loaded from "mednafen.cfg" from that point on).
- Reworked the input mapping setting format to be more human-readable(and editable). Details are in the documentation, in the "Advanced Usage" section. Old input mappings will be translated internally, except for keyboard mappings, due to incompatibilities between how SDL 1.2 and 2 handle keyboards.
- Added support for mapping joystick axes and buttons, mouse buttons, and keyboard keys to emulated mouse device relative motion for testing purposes(via manually editing the configuration file, as the in-emulator configuration process currently won't create such mappings).
- Added support for digital button input mappings that mix AND, ANDNOT, and OR-style operations together(previously it was either just AND or OR); refer to the documentation for more details. Note that the in-emulator configuration process won't create complex mappings that mix different boolean operations, but you can map combinations using simpler logic in-emulator, and then edit the configuration file to adjust the boolean operations used.
- SS: Fixed a bug that caused a crash if an error occurred early in the process of loading a game.
- Updated the configure script to disable gcc's mitigations for Spectre, in the event distributions configure their compilers to enable them by default.
- Stopped (erroneously) memset()'ing some MDFN_PixelFormat objects.
- Cleaned up the handling and reduced the size of axis-related inputs as communicated from the driver-side code to core Mednafen.
- PCE_FAST: Fixed fubared mouse emulation.
- Replaced usage of strcasecmp() and strncasecmp() with MDFN_strazicmp(), for consistent behavior across locales.
- Added MDFN_strazlower(), MDFN_strazupper(), MDFN_memazicmp(), and MDFN_strazicmp() functions.
- SS: Fixed a logic error in the BIOS sanity check code that caused it to throw a less helpful error message than intended in certain circumstances, and made the error messages related to BIOS file misconfiguration more verbose(and hopefully more helpful...).
- Fixed broken cheat file saving on MS Windows.
- Changed how some multidimensional arrays and arrays of structs are accessed, to try to avoid behavior that's probably undefined and may be a problem in the future.
- PC-FX: Fixed integer overflows that caused fatal division by zero when Mednafen's cheat functionality was used(a regression introduced around 0.9.39).
- SS: Stuck SCU DMA table arrays in a struct to avoid unspecified behavior in the SCU save state code.

Note:
- There's currently a dumb design flaw which causes a fatal error during startup when importing an old "mednafen-09x.cfg" if the "video.driver" setting in that file is set to a value other than "opengl".
- To work around the problem, change the value of the setting back to its default of "opengl" and then run 1.21.0-UNSTABLE.
Télécharger Mednafen v1.21.0 (Unstable) (32-bit)
Télécharger Mednafen v1.21.0 (Unstable) (64-bit)
Site Officiel de Mednafen
 
 RetroArch v1.7.1 
Mercredi 21/02/18 à 14:06 par Firebrand
Cet ensemble de noyaux d'émulateurs réunis sous un même frontend a été mis à jour. Les améliorations générales sont les suivantes (pour une version plus longuement développée, veuillez consulter le site officiel):
- 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.
Télécharger RetroArch v1.7.1 (32-bit) (Windows)
Télécharger RetroArch v1.7.1 (64-bit) (Windows)
Télécharger RetroArch v1.7.1 (Windows XP 32-bit) (Windows)
Télécharger RetroArch v1.7.1 (Windows XP 64-bit) (Windows)
Télécharger RetroArch v1.7.1 (32-bit) (MacOS)
Télécharger RetroArch v1.7.1 (64-bit) (MacOS)
Télécharger RetroArch v1.7.1 (Nintendo GC)
Télécharger RetroArch v1.7.1 (Nintendo Wii)
Télécharger RetroArch v1.7.1 (Nintendo WiiU)
Télécharger RetroArch v1.7.1 (.3dsx) (Nintendo 3DS)
Télécharger RetroArch v1.7.1 (.cia) (Nintendo 3DS)
Télécharger RetroArch v1.7.1 (PSP)
Télécharger RetroArch v1.7.1 (PS Vita)
Télécharger RetroArch v1.7.1 (CEX) (PlayStation 3)
Site Officiel de RetroArch
 
 Emu Loader v8.4.6 (mise à jour) 
Mardi 13/02/18 à 12:58 par Firebrand
Deux mises à jour successives ont été publiées pour ce frontend multi-systèmes. Les améliorations sont les suivantes:
v8.4.6:
I missed a couple bugs... Oopsie!
Forgot to remove a beep command when caching zipped images list and forgot to reindex the tab's internal indexes in MAME Settings screen.

Fixed
- A "beep" command was left in zipped images list chaching function
- Forgot to reindex the tab's internal indexes in MAME Settings screen


v8.4.5:
It's that time of year again. Emu Loader is going thru an agressive metamorphosis process.
MAME's audit system must be rewritten to support CRC32 collision detection and proper device ROMs detection. A bunch of MAME games that require device sets are wrongly set as available when they shouldn't. But later...
This build brings a feature requested many, many, many months ago: tabbed images / game docs. A really nice addition if you want to view game docs maximized in the screenshots panel without disabling Images feature. Access in preferences screen, Game Docs page.
Next, is the removal of Internet Game Info feature from the image categories list (what the hell was I thinking !?). There's a new toggle button in images tool bar for the web viewer, and you can use it with all image layouts.
No more images view mode... what a great day! Single Image Layout inherited all the code from the, now dead, classic view. Previous frontend version was still using the classic view under the hood. From now on, to change between image categories you must be in single image layout. Lots of internal changes were made to make this possible. It's now a lot easier to change between images layouts and categories. Much more intuitive interface. As a result, long time bugs and weird behavior were finally crushed without mercy!
Another change is support for MAME softlist zipped images in a \softwarelist\ sub-folder. eg.: snap_dir\msx1_cart\msx1_cart.zip
Just something extra to separate unzipped images files from zipped images files.
A last minute addition. A new Show Only Sets With CRC32 Collision filter in Arcade Miscellaneous Filters (main tool bar buttons). Enable this option to show only games that have CRC32 collisions. It might seems like a pointless filter since MAME have only two sets, segadimm and segasp, that fall into this category. For me, it will be useful while rewriting Emu Loader's audit system.

Fixed
- Previous/Next buttons events executing when "Internet Game Info" is enabled (images tool bar)
- Images panel canvas locked before loading "Layout Settings" screen, causing memory leaks and frontend freeze
- Current images layout settings was not saved when exiting the frontend
- Tool bar "Filter By Main CPU" was appearing above the main tool bar buttons (Arcade Miscellaneous Filters)

Changed
- "Internet Game Info" tweaks
*images tool bar buttons visibility are no longer changed as they cannot be used with web viewer
*added a "Play Video Preview" button in the web panel's tool bar for easier access
- Changes to "Preview Images" feature
*more tweaks to improve category selection events
*removed remaining "Internet Game Info" code from main menu "Images"
*added "image_category_dir\softlist\softlist.zip" path scan support for MAME software lists
.now you can have your zipped images file in a "\softlist\" sub-folder (eg.: "snap\msx1_cart\msx1_cart.zip")
.file "image_category_dir\softlist.zip" will be searched first (eg.: "snap\msx1_cart.zip")
.not sure if MAME's internal frontend supports this... - tweaks to selected game's image file search function (tiny speed boost)
- Renamed "View Game Documents" to "Show MAME Game Documents" (games popup menu), as this is a MAME exclusive feature
- Tweaks in game documents feature to remove redundant selected game checks
- Minor improvement when switching Images on/off while in thumbnails view; StringList cache for zipped images is reloaded only when setting "Images" enabled (might need further tweaks)

Removed
- Deleted several old commented code from source code

Added
- New "Show Only Sets With CRC32 Collision" arcade misc filter (to help future games audit improvements)
*useful filter to know what sets have same CRC32 checksum on different game files
*if the set is a game (parent or clone) but the affected files are from a device or bios set, the game will NOT be tagged as "CRC32 collision"
*so far, only two MAME sets have this: "segadimm" and "segasp"
- New feature: "Game Documents Display Mode"
*wanna show game docs in a full panel without disabling images ? there are two settings:
."Images and Game Docs Single Panel": default frontend behavior and will show game docs together with preview images
."Images and Game Docs Tabbed Panels": use this to show images and game docs in separate panels (like MAME's internal UI)
*to change it, go to Preferences screen (main menu) and select "Game Docs" page
NOTES:
.two new buttons added on images tool bar to switch between panels: "Images" / "Game Documents"
.if images tab is selected, game docs for selected game will not load
.if game docs tab is selected, images for selected game will not load
.settings are saved in "el_extras.ini", "[GameDocuments]" section
.if either images or game docs is disabled, a blank panel will be displayed (behavior may change later)
.if both images and game docs features are disabled, no panel will be displayed
Télécharger Emu Loader v8.4.6 (mise à jour)
Site Officiel de Emu Loader
 
 Emu Loader v8.4.4 (mise à jour) 
Mardi 06/02/18 à 14:04 par Firebrand
Ce frontend multi-systèmes a été mis à jour. Les améliorations sont les suivantes:
Captain's log, stardate 95699.36.
I've received reports of erratic behavior in main sections of this program. Further investigation confirmed that Emu Loader was suffering from temporal displacement causing data corruption, specially after running games. Nothing can be done to restore the playtime data of affected games, except resetting them to zero.
End of log.
Take note on the following changes:
- data corruption in Total Playtime info
- splash screen timer frozen when adding MAME software lists into the games list
- driver status set to undefined for Supermode 3 games, making it impossible to filter by driver status
- removed Internet Game Info from image categories, making it a standalone feature
- expanded Export Games List To File feature
- support for MAME v0.194 and tweaks to MAME Settings screen
- Preview Images feature rewrite to remove Images View Mode, plus several tweaks for future improvements


Fixed
- Function uMain.EncodeUnicodeString() was not converting WideString to UTF-8 correctly
- Timer frozen while loading MAME software list games at startup (splash screen)
- Fixed a bug in my TPanelEx component for proper Windows themed "Tool Bar" paint style
- Some calls to preferences screen were not redirected to "Preferences" main menu event
- Setting "http_root" in "mame.ini" was not implemented (it used to be "http_path")
- Total play time info corruption ("frontend_dir\arcade\played_games\" folder)
*playing a game for 2 minutes was adding 4 hours or so
*MAME softlist games are also affected
*console/computer games were not affected (EmuCon frontend ported systems)
- Driver status not set to "Good" when creating Supermodel games list
*"supermodel_dir\config\games.xml" doesn't have "driver status" entries
*selecting a driver status filter other than "List All", makes Supermodel games not visible
*you must create Supermodel games list again for proper games filtering

Changed
- Changes to "Export Games List To File" feature (main menu "Games List")
*exported file was not saved in UTF-8 format
*expanded game info options; "Full Format" only
*you can export the file to a format compatible with Microsoft Excel's "import file" feature, using the new "Microsoft Excel - Format" checkbox; "Full Format" only
*added a new "Use Games List Columns" checkbox to use current columns settings from main games list; "Full Format" only
*added a couple help buttons with usage instructions
*settings are saved in "el_extras.ini" so you won't have to change settings all over again
*removal of dead code
*several tweaks
- Changes and fixes to "Preview Images"
*added a couple variables in "ImageDetails[]" array to keep track of last used image index (max 30 images per category)
*several changes in uMain.LoadScreenshot() function for different image index per image panel
*several changes in "Previous/Next Image" buttons for proper index detection on each image panel (images tool bar)
*removed "Category Prev/Next Auto Switch" and "Layout Prev/Next Auto Switch" settings as they don't work anymore ("Images" main menu). (use "F11" / "F12" and "F9" / "Ctrl+F9" hotkeys to change categories and layouts... or prev/next category/layout buttons in images tool bar)
*uMain.DisplayImage fuction tweaks to prevent memory leaks, leading to frontend crashes
*feature "Image View Mode" is no more, only layouts are available from now on
.classic view was using single image layout, it makes no sense keeping it
.you can change image category only when in single image layout, with category buttons in images tool bar or in "Layout Settings" screen
.fixed some bugs in load/save layout profiles
.single image layout setting is now saved in "ini_files\screenshot_layouts.ini" file
*tweaks, tweaks, tweaks!
- Removed "Internet Game Info" from image categories and made it standalone
*access with a new button in images tool bar
*if this panel is enabled, images and game docs of the selected game will not load
*images tool bar is no longer visible in the internet browser panel; to go back into "images / game docs" just click "Exit Internet Game Info" button
*it requires preview images to be enabled
*renamed file "image_internet.ico" to "internet_gameinfo.ico" in "resources\main_icons\" folder
- Changes and tweaks to "MAME Settings" screen
*renamed "Video 2" tab to "Video 3"
*added a new "Video 2" tab and moved some settings into it ("Video" tab was getting extra cluttered)
."Performace" settings
."Screens" settings
."Monitor Provider" setting
*UI tweaks in "Video 2" tab
."Render Options" panel
."Artwork" panel
."Snapshots / Movies" panel
*new MAME v0.194 settings: "Fallback Artwork" and "Override Artwork" ("Video" tab)

Removed
- The following files are no longer needed:
*"resources\main_icons\ok.ico"
*"resources\main_icons\image_viewmode.ico"
*"resources\main_icons\chronometer.ico"
Télécharger Emu Loader v8.4.4 (mise à jour)
Site Officiel de Emu Loader
 
 Messinfo.dat v0.194 (11.06) 
Lundi 05/02/18 à 11:17 par Firebrand
Une nouvelle version de ce fichier informatif sur les jeux domestiques de MAME a été publiée pour MAME v0.194.
- 11.06 04/02/2018: Aligned files to 0.194 version.
Télécharger Messinfo.dat v0.194 (11.06)
Site Officiel de Messinfo.dat
 
 MESS et MESSUI v0.194 
Mercredi 31/01/18 à 12:55 par Firebrand
Ces versions de MAME ne prenant en charge que l'émulation des machines domestiques a été mis à jour avec les sources de MAME v0.194.
Télécharger MESS v0.194 (32-bit)
Télécharger MESS v0.194 (64-bit)
Télécharger MESSUI v0.194 (32-bit)
Télécharger MESSUI v0.194 (64-bit)
Site Officiel de MESS
 
 MedGui Reborn Stable v0.093 
Mardi 23/01/18 à 13:14 par Firebrand
Une nouvelle version de ce frontend pour Mednafen a été publiée. Les améliorations sont les suivantes:
- Added RomHack/Translations download by link tab
- Added mirror on ModLand Scraper
- Fixed any bugs
Télécharger MedGui Reborn Stable v0.093
Site Officiel de MedGui Reborn Stable
 
 GameEx et GameEx Arcade Edition v15.10 
Vendredi 19/01/18 à 12:25 par Firebrand
Une nouvelle version de ces frontends a été publiée. Cette fois, on connait les nouveautés:
- Features new and improved support for 4k / UltraHD
Télécharger GameEx v15.10
Télécharger GameEx Arcade Edition v15.10
Site Officiel de GameEx
 
 Emu Loader v8.4.3 (mise à jour) 
Vendredi 05/01/18 à 13:03 par Firebrand
Ce frontend multi-système continue son développpement sur un train d'enfer. Voici les nouveautés de cette version:
Ok, this is getting out of hand. Petrificus Totalus!
If you delete/copy/move games files with Emu Loader, you need this build. For the life of me, I can't understand why CopyFile(), MoveFile(), DeleteFile() Windows APIs were malfunctioning. Replaced by their Unicode counterparts. Windows 7 seems to work ok again.
I've made a few more tweaks to the Delete/Copy/Move Games Files feature. Added a new Add System Folder checkbox so you can copy/move games to a \destination folder\system_folder\ without having to manually select a system sub-folder.
Disable this new checkbox to copy/move files directly to the destination folder without adding the extra system sub-folder.

Fixed
- Oh boy... "Delete/Copy/Move Games Files" was not working at all (games popup menu)
*copy/move operations not working even when game file exists
*replaced action functions by Unicode ones: "CopyFileW()", "MoveFileW()", "DeleteFileW()"; they seem to work OK
*the "\mame_softlist_folder_name\" folder was being added BEFORE "\system_folder_name\" folder... D'OH!

Changed
- Changes to "Copy/Move Games Files"
*games list screen is closed after moving files even with operation errors; after moving files you can't move them again anyway
*when copying files, the games list screen stays open in case you want to copy them to another location (handy mode ON)
*forgot to add support for "Video Tape (VHS)" media type in the "copy/move" dialog (MAME CHD files)
*several tweaks
*removal of ancient code

Added
- Feature "Copy/Move Games Files" got a new checkbox setting, enabled by default: "Add System Folder"
*what does it do ? It adds a "\system_name\" sub-folder at the end of the "Destination Path" you selected
*in previous frontend builds this was enfoced, giving you no option to disable it
*system names cannot be customized but are really easy to spot
*for both single and multiple games selection dialogs
*useful when you want to copy/move files of games from the same system and don't want them to be copied/moved to a "system" sub-folder
*when multiple games of different systems are selected, this settings is always enabled, even if you uncheck it ("Crash 'n Burn" mode OFF)
Télécharger Emu Loader v8.4.3 (mise à jour)
Site Officiel de Emu Loader
 
 Emu Loader v8.4.2 (mise à jour) 
Jeudi 04/01/18 à 13:02 par Firebrand
Ce frontend multi-systèmes continue sa progression rapide. Voici les améliorations du jour:
Today's forecast is... FIRE! Right, left, up and down, there's no scape. The only way out is using a pokey code to freeze time and download this new frontend version.
A couple freakish bugs caused by old code, plus more goodies.

Fixed
- Frontend crash if you select "All Systems" in the arcade systems select dialog, when ZERO systems are enabled ("Create Arcade Games List" / "Scan Games")
- You could select "All Systems" in the arcade systems select dialog even if ZERO systems are enabled, making the frontend crash
- System title and type text bar properly relocated for 1280x720 resolution; it was completely hidden in "Image Category Settings" screen

Changed
- Memory card changes and fixes
*finished implementing the file search routine, it was still only searching for "*.mc", "*.mc1", "*.mc2" files
*all file extensions are now scanned and displayed in the memcard files list, no longer limited to MAME's file extensions from -listxml output
*file search masks: "gamename.*" and "game title.*"
*MAME's file extensions are only used to select files in the "open file dialog", used in slots "Select" buttons
*fixed an error where softlist memcard files could not be located in the correct folder, which is "machine_to_run_foldername\softist_foldername\gamename_foldername\"
example of the corrected search fix: "mamedir\memcard\psu\psx\wildarms\*.*" ("psx" softlist folder name wasn't being added before)
*for software list games, ALL files are scanned inside the "\gamename\" folder since you will only have memcard files for that game
*more teaks are removal of dead code

Added
- New "This system is not available" text in the system title bar below the systems list; for systems that are disabled ("Image Category Settings" and "Video Preview Settings")
Télécharger Emu Loader v8.4.2 (mise à jour)
Site Officiel de Emu Loader
 
 Emu Loader v8.4.1 (mise à jour) 
Mardi 02/01/18 à 13:23 par Firebrand
De nombreux changements ont été apportés dans cette nouvelle mise à jour d'Emu Loader. Les utilisateurs des versions précédentes devront d'ailleurs ré-générer certaines listes de jeux. En voici le détail:
"Day one" update. ^-^ More fixes and changes.
Demul v0.582 and older builds are no longer supported! Yes, I removed support for the older builds because the frontend could never handle their CDs/HDDs properly. There was a major bug detecting Demul CHD files as regular ROMs, making it impossible to validate games.
You must use Demul v0.7 and newer from now on.
Added support to 4 memory card slots for MAME v0.193 in Run Game (Extra Parameters), accessible in games popup menu. Also improved support of file extensions. The frontend was limited to .mc? extension. The frontend read extensions from -listxml output. Note that you can still use any file extension since MAME allows you to load them from the command line (not sure if this is possible in MAME's internal menu).
Improved detection of MAME CHD region tags from -listxml output. Added detection of CED VideoDisc and Video Tape (VHS) regions.
Also fixed CHD region detection for ZiNc games, to properly set them as discs files instead of ROMs. You coudn't validate ZiNc games in previous frontend builds... seriously, nobody noticed this ???
Due to all the changes you have to create games lists for the following systems again: MAME and MAME software lists, HBMAME, Demul, ZiNc.
There's no other way.
These CHD region tag changes are purely cosmetic and do not affect the way Emu Loader validate games files.

Fixed
- FATALITY! Demul games with CHD files and ZiNc games with CDs were not being set as "Media Type = Disc" when creating games lists, messing up with games filtering and games files validation system; you MUST create games list for both systems again, it's the only way to fix it

Changed
- Fixes and changes to "Filter Arcade Games by Main CPU" ("Miscellaneous Filters" tool bar button)
*partial string support in TEdit box; you don't need to type the full CPU title anymore
*files "arcade\games\mame_maincpu.ini" and "arcade\games\hbmame_maincpu.ini" were not being loaded to the combo box control, making it impossible to select a CPU to filter the list
*selecting a CPU in the combo box list will automatic filter the games list... as it should have been!
*the CPU TEdit box will be emptied when selecting a CPU in the combo box
*moved the CPU combo box list to the left as it makes more sense
*improved filtering speed when games list is in grouped view mode
*tweaks to improve CPU names search speed
- Changes to the startup process
*detailed messages in splash screen so you know what the frontend is actually doing
*on a clean install (no arcade/console/computer games files found), the splash screen is closed to avoid being on top of the clean install dialog, making it look like the frontend is frozen, even though the timer is still running
*if you have arcade emulators selected but the executable files are not found, the frontend will no longer ask you to select them again ... old code leftover, sorry
*source code cleaning and some minor tweaks applied
- Changes to "Run Game (Extra Parameters)" (games popup menu)
*added support to four (4) memory card slots; PGM2 games use it
*detection of memory card file extensions (from -listxml output) so you can use MAME's supported file extensions per game/driver (you need to create MAME/HBMAME games list again)
*file extension filters in select file dialog changed to support any extension (.*)
*mouse double-click on a listed memcard file will add it to "slot 1"
*resize memcard files list panel according to slots count

Removed
- Demul v0.582 and older is no longer supported!
*games with GD-ROM files were never properly detected and were handled by the frontend in a extremely weird way
*nobody probably use old Demul builds anyway because I haven't got a single bug report for the last 2 years
*from now on, only Demul v0.7 and newer will be supported

Added
- Detection of "ced_videodisc" disk region tag in -listxml output
*for "disk" entries and MAME only
*"CED VideoDisc" is handled as "Disc" (or "CD") media type
*this is purely cosmetic and it doesn't alter the way Emu Loader validates CHD files
- New MAME CHD media type: "Video Tape"
*detection of "vhs" region tag in -listxml output ("disk" entries only)
*new game file IDs: "21 -> Game Video Tape"; "22 -> Device Video Tape"; "23 *Bios Video Tape"
*this is purely cosmetic and it doesn't alter the way Emu Loader validates CHD files
- New "mediatype_tag" for MAME CHDs, Demul CHDs and ZiNc games
*tags added when creating games lists
*tags are listed in "arcade\games\system_name.elrom" files
*only "Disc" media type have this new tag (CD, DVD, Laserdisc, GD-ROM, AudioCD, CED VideoDisc)
*supported tags: "cdrom", "laserdisc", "gdrom", "audiocd", "ced_videodisc"
*for a future improvement, and there won't be exclusive icons for them, only a general "disc" icon
*MAME software lists "MIGHT" be supported in the future... maybe
*this is purely cosmetic and it doesn't alter the way Emu Loader validates CHD files
Télécharger Emu Loader v8.4.1 (mise à jour)
Site Officiel de Emu Loader
 
 GameEx et GameEx Arcade Edition v15.09 
Samedi 30/12/17 à 13:26 par Firebrand
Ces 2 frontends multi-systèmes pour Windows ont été mis à jour. Aucune information sur les changements n'a été donnée.
Télécharger GameEx v15.09
Télécharger GameEx Arcade Edition v15.09
Site Officiel de GameEx
 
 Emu Loader v8.4 (mise à jour) 
Vendredi 29/12/17 à 14:42 par Firebrand
Une nouvelle version de ce frontend pour MAME a été publiée. Voici la liste des nouveautés:
I broke my promisse, one last 2017 build. Since MAME v0.193 have new settings in mame.ini, I had to make a new build. Also, a couple bugs related to Systems Quick Filter that nobody noticed.
Since category.ini from AntoPISA doesn't have adult or mature categories, you can't filter out those games anymore. So, I aded support for AntoPISA's mature.ini, found in his CatVer pack. This new file only works together with category.ini.
Starting from version 8.4 there will be some serious core changes related to the game media type indexation. I've been planning this since I added support for MAME software lists. Currently, EL uses zero for ROMs and one for CHDs. Not very useful, is it ?
Media type for MAME software lists is partially supported.
My initial media type index list will be something like this:
0 -> ROM
1 -> Cartridge
2 -> Floppy Disk
3 -> Cassette Tape
4 -> MAME CHD (general, uncategorized or unknown media type)
5 -> Hard Disk Drive (for both arcade and EmuCon games)
6 -> Disc (CD, DVD, LaserDisc, CED VideoDisc, GD-ROM, others?)
7 -> Compact Flash Card
8 -> Video Tape (VHS only ?)

This index list will be used for all systems (arcade, console, computer, handheld, MAME software lists).
For MAME CHDs, there will be a new file tag: Media Type Description (or Title ?). This is especially useful for Disc media type (see index 6 above). ROMs don't need this. This new tag is only for looks, as they will not have unique icons. Either way, it will be nice to know if a disc is CD or DVD or LaserDisc... right ?
If there are missing medias or you have suggestions on this rewrite, please let me know. Post a message in Emu Loader's message board.
EmuCon Frontend (and games) must also be updated, so both frontends can have interchangeable files. Not to worry, I will write a small app to update games lists, favorites profiles and played games files.
All systems will be updated with this app except MAME, MAME software list games, HBMAME. A game can have multiple CHD files of different media types, and Emu Loader will try to detect the correct media type while creating games lists.
Only the update pack is available. A full pack is not required at this time.

Fixed
- Clicking "Abort" button in "Systems Quick Filter" was resetting the filter to the full filter... DUH!
- Search bar filter was not working with "Systems Quick Filter"
- Some detail texts were incomplete in search bar's settings popup menu (tool bar buttons)

Changed
- Tweaks to "Arcade Misc Filters"
*moved enable/disable filter code from main form to misc filters form
*code cleaning and minor tweaks

Added
- Support for AntoPISA's "mature.ini" file so you can filter out adult/mature games using "Arcade Miscellaneous Filters" tool bar button (thank you AntoPISA!)
*to be used with "category.ini" which doesn't have adult or mature categories
*the frontend will add a * Mature * string at the end of categories for proper display (only in RAM)
*you'll find "mature.ini" file inside the "CatVer" package at http://www.progettosnaps.net/catver/
*you can still use AntoPISA's "catver.ini" instead of "category.ini" + "mature.ini"
- New MAME v0.193 settings in "MAME Settings" screen, "Miscellaneous" tab
*"Save NVRAM on Exit": to disable saving NVRAM on exit
*"Enable Save State Rewind": to enable rewind save states
*"Rewind Buffer Size": to set a rewind buffer size in megabytes
NOTE: setting "Directory to Save States" is still in "Folders" tab
Télécharger Emu Loader v8.4 (mise à jour)
Site Officiel de Emu Loader
 
 RetroArch v1.7.0 
Jeudi 28/12/17 à 14:47 par Firebrand
Cet ensemble de noyaux d'émulateurs réunis dans une même interface a été mis à jour. Les améliorations suivront dans quelques lignes.

En dehors de cela, je ne saurais trop vous conseiller de lire les derniers billets sur le site officiel qui concerne les violations de licence des émulateurs libres par les boîtes qui vendent des "consoles rétro" à base de Raspberry Pi. A prendre en compte si vous tenez à acquérir une de ces machines tout en respectant les créateurs d'émulateurs que vous appréciez.

Et maintenant, les améliorations:
– CHEEVOS: Add badges for achievements, shows thumbnail images of achievements.
– CHEEVOS: Leaderboard support.
– CHEEVOS: Only disable savestates on hardcore mode if achievements are not available.
– COMMANDLINE: Fix fullscreen toggle switch.
– COMMON: Add ‘Automatically Load Content To Playlist’ feature, enabled by default.
– COMMON: Fix slowmotion ratio always being reset back to 1.
– COMMON: Optimized NBIO implementations now for Apple, Windows, and Linux. Uses mmap for Linux/Windows/BSD if/when available. File I/O should now be much faster for loading images inside the menu.
– COMMON: Native Blissbox support now for latest firmware as of writing (2.0). Implementation through libusb and/or native Windows HID.
– COMMON: New lightgun API.
– COMMON: New VFS (Virtual File System) API.
– COMMON: Fixed some playlist bugs.
– COMMON: New snow shader.
– COMMON: Fix Quick Menu title, no longer shows ‘Select File’.
– COMMON: Fix loading cores that require no content one after another.
– COMMON: Map Delete key to Y button for non-unified menu keyboard controls.
– COMMON: Fix for relative paths being normalised and generating a duplicate history entry.
– EMSCRIPTEN: Fix references to browserfs.
– FREEBSD: Support libusb HID input driver.
– HAIKU: Buildfix.
– INPUT: Map clear button to DEL key.
– LINUX/X11: Add RetroArch logo to window title bar.
– LINUX/X11: Input driver now supports new lightgun code.
– LINUX/X11: Support window transparency (requires a compositing window manager).
– LOBBIES: Fix for crash on join netplay rooms via touch / glui.
– LOCALIZATION: Update Italian translation.
– LOCALIZATION: Update Japanese translation.
– LOCALIZATION: Update Portuguese-Brazilian translation.
– LOCALIZATION: Update Polish translation.
– LOCALIZATION: Update Russian translation.
– MENU: Snowflake menu shader effect.
– OSX/PPC: Fix the GL2 renderchain, had to use EXT versions of framebuffer/renderbuffer functions.
– PS3: HTTP requests / downloads should now work.
– PS3: Core Updater now works.
– PS3: Improved font rendering, enable STB Unicode font renderer.
– PSP: Make it work with Vita’s Adrenaline.
– PSP: Fix audio sync.
– PSP: Fix content loading, port should be functional again.
– PSP: Use 64MB when available.
– SCANNER: Fix crash from Windows-incompatible format string.
– VITA: Improve packaging, installation times.
– WIIU: Disabled the controller patcher for now since it was the source of many stability issues.
– VULKAN: Various stability fixes for WSI.
– WINDOWS: Add MSVC 2017 solution.
– WINDOWS: Get rid of the empty console window in MSVC 2010 builds.
– WINDOWS: Raw input driver now supports new lightgun code.
– WINDOWS: Use configured OSD/text message color on GDI driver.
– WINDOWS/XINPUT: Populate XInput VID/PID from DInput so autoconfig doesn’t rely solely on joypad names
– WINDOWS/XINPUT: Fix crash that occurs in some situations with Steam running and a Steam Controller plugged in.
– WINDOWS: Improve version reporting under System Information.
– WINDOWS: Support window transparency.
– WINDOWS: Correct usage of GetWindowPlacement per MS docs, fixes game window position on Win95/98.
– WINDOWS: Added Visual Studio 2017 support.
Télécharger RetroArch v1.7.0 (32-bit) (Windows)
Télécharger RetroArch v1.7.0 (64-bit) (Windows)
Télécharger RetroArch v1.7.0 (Windows XP 32-bit) (Windows)
Télécharger RetroArch v1.7.0 (Windows XP 64-bit) (Windows)
Télécharger RetroArch v1.7.0 (64-bit) (MacOS)
Télécharger RetroArch v1.7.0 (Nintendo GC)
Télécharger RetroArch v1.7.0 (Nintendo Wii)
Télécharger RetroArch v1.7.0 (Nintendo WiiU)
Télécharger RetroArch v1.7.0 (.3dsx) (Nintendo 3DS)
Télécharger RetroArch v1.7.0 (.cia) (Nintendo 3DS)
Télécharger RetroArch v1.7.0 (PSP)
Télécharger RetroArch v1.7.0 (PS Vita)
Site Officiel de RetroArch
 
 MESS et MESSUI v0.193 
Mercredi 27/12/17 à 15:22 par Firebrand
Ces builds de MAME débarrassés des jeux d'arcade a été mis à jour avec les dernières sources de MAME disponibles.
Télécharger MESS v0.193 (32-bit)
Télécharger MESS v0.193 (64-bit)
Télécharger MESSUI v0.193 (32-bit)
Télécharger MESSUI v0.193 (64-bit)
Site Officiel de MESS
 
 Emu Loader v8.3.9 (mise à jour) 
Jeudi 21/12/17 à 12:27 par Firebrand
Les mises à jour continuent à s'enchaîner pour ce frontend multi-système, mais celle-ci devrait normalement être la dernière de 2017. Voici les nouveautés:
Ooh! Emperor likey. What does it do... don't care, I want it. Gimme, gimme, gimme!
More bug fixes and some interface tweaks. Thank you all for your bug reports, feedback and suggestions.
This will probably be the last release of the year so... I Wish You a Merry Christmas and a Happy New Year!

Fixed
- Fixes and changes to "Last Played Games (MRU)
*bugged user interface if a console/computer game (from EmuCon) is selected in main games list (cosmetic fix)
*button "Abort" renamed to "Close" since it doesn't reset to the last selected game in main games list if a new game is selected with "Select Game" button
*the dialog was not resizing correctly, several adjustments were made; also, added proper support for resolutions lower than 1680x1050
- EmuCon system was not properly selected in "Console/Computer Games Folders Settings" dialog (main menu "Console/Computer" and "Select Games folders" button in "Console/Computer Emulators Setup" dialog

Changed
- Changes to "Select a Machine to Run the Game With" dialog
*display filename text below the game title for EmuCon games
*minor tweaks to the user interface, both visual and loading speed
*deleted a nasty message box that appears if the selected EmuCon system doesn't have assigned MAME software lists
- Neat new looks for the "Select Default Emulators to Play" dialog ("emulators" tool bar button); plus a few tweaks... still, more cuteness tweaks required
Télécharger Emu Loader v8.3.9 (mise à jour)
Site Officiel de Emu Loader
 
 OpenEmu v2.0.6.1 
Mercredi 20/12/17 à 11:47 par Firebrand
Une nouvelle version de ce programme multi-système pour MacOS a été rapidement publiée. Voici les nouveautés:
- Added Sega Saturn system support. — Very CPU intensive, minimum requirement of a quad-core i7 processor for full speed.
- Added GLideN64 as the new default Mupen64Plus GPU plugin, significantly improving N64 graphics. — Overall game compatibility will further improve in a future update.
- Added Quick Look support in the Screenshots collection by pressing Space bar.
- Added light gun support for Sega Master System.
- Removed deprecated core plugins and their save states on launch.
- Improved N64 graphics
- Improved UX for deleting games so they cannot be orphaned in the Game Library folder.
- Improved UX for importing M3U files where they could fail or crash.
- Improved Touch Bar graphics.
- Improved algorithm for reading the serial of a PlayStation game.
- Fixed a hang that occurs on 10.13 High Sierra.
- Fixed regression with compressed files not being correctly imported. — Would import decompressed but with the original compressed file extension.
- Fixed case where changing Game Library folder location could fail.
- Fixed case where clearing a control mapping would not save between launches.
- Fixed a crash accessing Game Library on NAS/SMB shares or external drives.
- Fixed a crash when deleting a game that was already deleted.
- Fixed a crash when downloading nonexistent cover art for a Homebrew collection game.
- Fixed a rare crash using cheat codes.
- Fixed Wii U Pro Controller analog axis range.
- Fixed fast forwarding interfering with pausing gameplay.
- Fixed sidebar not remembering width changes between launches.
- Fixed unwanted interpolation in screenshots.
- Fixed "Battle Heat" for PC-FX being falsely identified as TurboGrafx-CD/PCE CD.
- Fixed various 10.13 SDK issues and runtime warnings.
- Updated Japanese localization.
Télécharger OpenEmu v2.0.6.1 (stable)
Télécharger OpenEmu v2.0.6.1 (experimental)
Site Officiel de OpenEmu
 
 GameEx et GameEx Arcade Edition v15.08 
Mardi 19/12/17 à 13:55 par Firebrand
Une nouvelle version de ces frontends a été publiée. Pas d'information sur les changements, mais on commence à s'y habituer...
Télécharger GameEx v15.08
Télécharger GameEx Arcade Edition v15.08
Site Officiel de GameEx
 
 Emu Loader v8.3.8 (mise à jour) 
Mardi 19/12/17 à 13:53 par Firebrand
Ce frontend multi-systèmes, qui fête ses 20 ans d'existence, a été mis à jour. Les améliorations sont les suivantes:
This build fixes yet another bug related to the restore selected game. There was no Unicode strings support in the ELV_SelectItem() function. Can't believe I missed this. EmuCon games were left out... alone... in the dark...
I've also added a popup menu in the systems list with more options in the Systems Quick Filter dialog to make your life easier. Make sure to use it on a selected system so you don't lose current selections.
Oh, I almost forgot... this frontend is now 20 years old. Happy Birthday, Emu Loader!

Fixed
- Function ELV_SelectItem() was only handling ANSI strings, making it impossible to search for Unicode game titles
- Systems popup menu was not drawing correctly; mouse right-click ("Machine Type / Systems" full filter in tool bar buttons)

Changed
- Changes and fixes to "Console/Computer Games Editor" (main menu "Console/Computer")
*if a EmuCon game is selected in the main games list, the corresponding system and game is selected in this dialog
*bug fix: when selecting another system, the games filter was not making the last selected game visible

Added
- Changes to "Systems Quick Filter" (tool bar buttons)
*added a popup menu in the Systems list to help select/unselect systems with ease (mouse right-click)
*to avoid unselecting systems that are already selected, I recommend to move the mouse on top a selected system
*added "[enabled]" and "[disabled]" texts in the filter caption bar so you know if it's currently enabled or not
Télécharger Emu Loader v8.3.8 (mise à jour)
Site Officiel de Emu Loader
 
<< Page précédentePage suivante >>