Standalone Libretro Cores Updates
https://www.youtube.com/watch?v=-EnWeztB8wI Today were releasing an alpha version of the PCSX2 libretro core on the buildbot. Its available for Windows only right now, but the same core has been tested to work on Xbox One/Series systems as well. Important things to know
You need a working BIOS inside /pcsx2/bios. PCSX2, unlike Play!, will not work without a real BIOS.
The Play! libretro core is back on our buildbot! It took some time for this to be readded to our modern new buildbot but here it is! Available right now for: Android (AArch64/ARMv7/x86), macOS (Intel), Linux (32bit/64bit), and Windows (32bit/64bit). Update policy for this core Upstream. Updates are pulled straight from the upstream repository.
The DuckStation/SwanStation core has been updated to a build from a week ago. Update policy for this core This will remain a shallow fork and attempts are being made to make the surface area for patches small so that we can easily pull in updates. Some new contributors have jumped onboard and they want to ensure this core remains updated.
The mainline MAME core is now available for iOS and tvOS users! It is also available for Mac Intel x64 users, and we hope that we can make it available for ARM Mac users soon as well. Also important to note we will be updating to version 0.330 soon. Update policy for this core This is pretty much a shallow fork. It just attempts to pull in the latest changes from upstream without making many changes.
Many changes have been made under the hood to significantly increase performance of gpSP. One of the big changes that led to at least a 5-6% performance improvement was the removal of libco (a library used for cooperative threading). 3DS users especially should be in for a treat with gpSP, but realistically everyone benefits across the board, whether youre on an ARM or x86 system. We can quite comfortably state you will be hard pressed to find a better and more well performing version of this emulator anywhere else right now.
This has received many speed improvements and enhancements courtesy of irixx, 32X support has seen plenty of improvements, and the results speak for themselves. Works wonderfully on OpenDingux-based devices and PS Vita, some of the lower end systems out there. A separate blog article might be written about all the changes soon. Update policy for this core Hard fork, self-maintained
Some important new updates from New Rising Sun that adds more mapper support (PR notes are his): Add features to mapper 332/BMC-WS:
Widescreen SNES emulation on your iDevice and ARM Mac is now available! Update policy for this core Upstream, gets built straight from DerKouns upstream repository.
Another welcome addition to the Apple fold the widescreen-enhanced version of Genesis Plus GX! For more on that, read this article here. Update policy for this core Hard fork, as it makes many sweeping changes to Genesis Plus GX to achieve widescreen support, which would make resyncing with upstream very hard to do.
Here is a list of other cores that have received updates, but for which we cannot post any changelogs due to lack of time. We might go into some more of the changes here later on. Beetle PSX FB Neo MAME 2003 Plus VICE P-UAE (Amiga emulator
[ 2021-04-08 23:06:20 CET ] [ Original post ]
Reah here as well: https://www.libretro.com/index.php/libretro-cores-updates-pcsx2-alpha-release-for-windows-and-more/
Following updates may not cover Steam version. You can still use standalone version over Steam.
PCSX2 DLC not planned at this moment.
PCSX2 Alpha core available for Windows now!
https://www.youtube.com/watch?v=-EnWeztB8wI Today were releasing an alpha version of the PCSX2 libretro core on the buildbot. Its available for Windows only right now, but the same core has been tested to work on Xbox One/Series systems as well. Important things to know
- Create the following directory in your system directory pcsx2. You can put all the asset files there from your regular PCSX2 install. See pic below for an example.
You need a working BIOS inside /pcsx2/bios. PCSX2, unlike Play!, will not work without a real BIOS.
- Its still an alpha version. Things are rough around the edges. Expect bugs and things to be incomplete.
- Theres a working OpenGL renderer and a Direct3D11 renderer option. Direct3D 11 renderer can be faster than OpenGL but also has less features. Pick whichever works best for you. On Xbox you will only be able to use Direct3D11 anyways.
- This core uses the x86_64 dynarec which was added to PCSX2 a year ago. It is still less compatible than the 32bit x86 dynarec in PCSX2, so keep that in mind. Its for similar reasons that the software renderer right now wont work (its not compatible yet with x86_64, not in upstream either).
- Theres a bug that can happen right now upon closing content or exiting RetroArch with the PCSX2 core on Windows the RetroArch process might not completely cleanly shut itself off and you might still be able to see a 0% CPU process remaining in the Task Manager. We have not been able to figure out how to fix that yet as the PCSX2 codebase is a definite case of here be dragons, but for now when this happens, you can just bring up the Task Manager and close it manually. It shouldnt have a real detriment on performance but it is of course far from ideal and hopefully something we can fix soon with the help of some contributors. We have found this happens the most with the Direct3D 11 renderers.
- Switching resolution at runtime right now can be a bit unstable, so does switching fullscreen resolution. We might just make resolution switching require a restart since this tends to be too unstable for now.
Play! (experimental PlayStation2 emulator) is back on the buildbot!
The Play! libretro core is back on our buildbot! It took some time for this to be readded to our modern new buildbot but here it is! Available right now for: Android (AArch64/ARMv7/x86), macOS (Intel), Linux (32bit/64bit), and Windows (32bit/64bit). Update policy for this core Upstream. Updates are pulled straight from the upstream repository.
DuckStation/SwanStation core updated
The DuckStation/SwanStation core has been updated to a build from a week ago. Update policy for this core This will remain a shallow fork and attempts are being made to make the surface area for patches small so that we can easily pull in updates. Some new contributors have jumped onboard and they want to ensure this core remains updated.
Mainline MAME available for iOS11 and up/tvOS !
The mainline MAME core is now available for iOS and tvOS users! It is also available for Mac Intel x64 users, and we hope that we can make it available for ARM Mac users soon as well. Also important to note we will be updating to version 0.330 soon. Update policy for this core This is pretty much a shallow fork. It just attempts to pull in the latest changes from upstream without making many changes.
gpSP (Game Boy Advance emulator)
Many changes have been made under the hood to significantly increase performance of gpSP. One of the big changes that led to at least a 5-6% performance improvement was the removal of libco (a library used for cooperative threading). 3DS users especially should be in for a treat with gpSP, but realistically everyone benefits across the board, whether youre on an ARM or x86 system. We can quite comfortably state you will be hard pressed to find a better and more well performing version of this emulator anywhere else right now.
- Support for generic MIPS (including Dingux)
- Built-in BIOS that ships internally and requires no external files/dependencies
- Removal of libco (5-6% perf or so) and some performance fixes for x86/arm/mips (for perf)
- Fixed the x86 dynarec and the ARM dynarec, that were pretty much broken. Good speedups (or power savings on portable devices)
Picodrive (Sega Mega Drive/Master System/Sega CD/32X emulator)
This has received many speed improvements and enhancements courtesy of irixx, 32X support has seen plenty of improvements, and the results speak for themselves. Works wonderfully on OpenDingux-based devices and PS Vita, some of the lower end systems out there. A separate blog article might be written about all the changes soon. Update policy for this core Hard fork, self-maintained
FCEUmm (Nintendo Entertainment System emulator)
Some important new updates from New Rising Sun that adds more mapper support (PR notes are his): Add features to mapper 332/BMC-WS:
- implement additional outer bank bit to support multicarts twice as large as WS-1001 (Super 40-in-1)
- implement CNROM-128/-256 mode using two or four inner banks switched via CNROM-like latch at CPU $8000-$FFFF
- implement solder pad/DIP switch change via soft-reset, resulting in different multicart menus
- soft-resetting resets to menu as on real hardware, not just the currently-selected game.
- Tested with the HH-xxx series of multicarts, some of which available on LIBG, as well as the previously-supported WS-1001.
bSNES HD Beta/bsnes mainline available for iOS/tvOS/ARM64 Mac
Widescreen SNES emulation on your iDevice and ARM Mac is now available! Update policy for this core Upstream, gets built straight from DerKouns upstream repository.
Genesis Plus GX Wide available for iOS/tvoS/ARM64 Mac
Another welcome addition to the Apple fold the widescreen-enhanced version of Genesis Plus GX! For more on that, read this article here. Update policy for this core Hard fork, as it makes many sweeping changes to Genesis Plus GX to achieve widescreen support, which would make resyncing with upstream very hard to do.
Other cores which have received updates
Here is a list of other cores that have received updates, but for which we cannot post any changelogs due to lack of time. We might go into some more of the changes here later on. Beetle PSX FB Neo MAME 2003 Plus VICE P-UAE (Amiga emulator
RetroArch
Libretro
Libretro
TBD
Singleplayer Multiplayer Coop
Game News Posts 84
🎹🖱️Keyboard + Mouse
🎮 Full Controller Support
Very Positive
(6993 reviews)
https://www.retroarch.com
https://store.steampowered.com/app/1118310 
RetroArch Linux [466.28 M]Mesen (1205330) Depot [4.85 M]Mesen S (1222634) Depot [3.98 M]mGBA (1227448) Depot [1.09 M]PCSX ReArmed Linux [1.29 M]Mesen Linux Depot [4.4 M]Sameboy Linux [264.61 K]FinalBurn Neo Linux [55.73 M]Mesen S Linux [2.98 M]Mupen64Plus Next Linux Depot [6.93 M]Kronos Linux Depot [9.48 M]Stella Linux Depot [5.79 M]mGBA Linux 1656170 [1.31 M]Genesis Plus GX Linux [12.06 M]
RetroArch is an open source and cross platform frontend/framework for emulators, game engines, video games, media players and other applications.
While it can do many things besides this, it is most widely known for enabling you to run classic games on a wide range of computers and consoles through a slick graphical interface. Settings are also unified so configuration is done once and for all.
In addition to this, you will soon be able to run original game discs (CDs) from RetroArch. We take videogame preservation seriously and want to ensure you can run your originally bought content on modern day PCs.
RetroArch has advanced features like shaders, netplay, rewinding, next-frame response times, runahead, and more!
Maybe there is no rewind in real life, but there is a rewind in RetroArch! You can go back in time and correct your mistakes!
Seeing things as we remembered was our first priority, so with our Shading feature, you can change colors, smooth pixels or recreate your bedroom TV from 1995!
You think the excitement of playing elbow-to-elbow with friends is a bygone memory? No! With our rollback-based, latency-hiding Netplay, your Player 2 is beside you again! Fight the competition not the lag!
MINIMAL SETUP
- OS: Linux Ubuntu 12.04
- Processor: Intel Pentium 4 and up (CPU with SSE2 instructions required)Memory: 32 MB RAM
- Memory: 32 MB RAM
- Graphics: Any compliant OpenGL 2.x or Direct3D11 GPU. For shaders to work properly. should support at least Shader Model 2.0.
- Storage: 500 MB available space
- OS: Linux Ubuntu 12.04
- Processor: Intel Core series or AMD equivalentMemory: 512 MB RAM
- Memory: 512 MB RAM
- Graphics: Intel: At least Intel HD 4K required for OpenGL. any compliant D3D11 GPU for Direct3D 11. Should support at least Shader Model 3.0 and/or 4.0.
- Storage: 500 MB available space
GAMEBILLET
[ 5166 ]
GAMERSGATE
[ 1903 ]
FANATICAL BUNDLES
HUMBLE BUNDLES
by buying games/dlcs from affiliate links you are supporting tuxDB