MartyPC is an IBM PC multi-platform emulator (cycle-accurate) written in Rust and open source. Development began in April 2022. It is expected to run on Windows, Linux and MacOS (including Mx).
MartyPC 0.2.2 is here! Known Issues You may get a Windows SmartScreen notification that this application is 'unknown'. You will need to click 'run anyway'. The MartyPC Windows executable is sign...
Flycast Dojo is a fork of Flycast, a multi-platform emulator Sega Dreamcast, Naomi/2 and Atomiswave derived from Reicast, with an emphasis on netplay features and playback.
Flycast Dojo can be recovered from GitHub or as part of the Fightcade matchmaking service. Regardless of how you get it, you will always have the option of using it autonomously for P2P games using matching codes on a matchmaking Internet server, via a direct IP connection or a virtual LAN such as zeroTier or Radmin.
The main changes are:
– Stream Receive: Force virtual assignment when mode toggled. Should not be saved.
– GUI, Spectate Match Code Sessions and Relays, convert to Popup
– Relays: Allow mode selection after GUI cancel
– Rename SpectateMatchCode...
Raine is an Arcade/NeoGeoCD emulator and an excellent alternative to MAME.
In summary:
– Yeah well I finally was convinced to release an update to have sfz3mix, and it was quite a lot of work for what was supposed to be just a hack... It's actually the biggest cps2 game so far, using a resolution higher than the original hardware and with such hugely rough regions that it had to use quite a few modifications in the emulation to work. You have the links in the forum to the site’s project, thanks to zero800 for that.
It also obliged me to fix some bugs in the cps2 emulation, so there should be some improvement especially related to line scroll in the background layer which sfz3 uses a lot.
– Except that ffman1985 did it again, he added a lot of console scripts, as a reminder the neoge oneo are for aes only, non arcade mode. His new scripts are for at least fatal fury special...
An ultra-accurate emulator of Gameboy N'B/Color for Windows and MacOs also offers a debugger.
changelog:
This version is backwards compatible with save states from SameBoy 0.14.3 and newer, as well as save states from any BESS compliant emulator. This version’s change set includes the changes from version 0.16.4, which was exclusive to the iOS App Store.
The App Store version requires iOS 13 or higher, while the version targeting side-loading and jailbroken devices still supports iOS 11 and 12.
The following new features has been added to the iOS frontend:
Support for MFi, PlayStation, Switch and Xbox controllers. Support includes rumble functionality, motion controls, analog controls, and button remapping.
– Fix Pokemon game wrapper for API v2.0
– Document log_level on PyBoy constructor
– Improved documentation on hooks
– Added Pokemon Pinball game wrapper
– Fix broken RTC
– Introduce experimental RTC locking API
Lime is the Nintendo 3DS open source emulator based entirely on Citra, which it is continuing to develop.
It is written in portability and versions are actively maintained for Windows, Linux, Android and macOS.
Changelog:
– Linux: Downgraded minimum glibc version from 2.38 to 2.36
This fixes a regression introduced in 2110 where some Linux distros, such as the Steam Deck’s SteamOS, were unable to launch Lime3DS via AppImage due to the glibc version being too recent
– Android: Updated internal resolution selection interface to more closely match the desktop equivalent
The setting is now configured using a dropdown menu instead of a slider
Alongside the multiplier, the result resolution is now also displayed
– Updated log filenames:
citra-log.txt – lime3ds-log.txt
citra.txt.old.txt – lime3ds-log.old.txt
This is Citra with adjustments/additions that should be better than the original Citra.
Changelog:
– Android: Implement touchscreen opacity controls
– Android: Allow to adjust touchscreen buttons invididually (gperrio)
– Android: Add rotate screen toggle
– Android: Implement haptic feedback to touchscreen controls (gperrio)
– PC and Android: Backport Skip Slow Draw and Skip Texture Copy from Citra MMJ
– Android: Backport Mali GPU fixed from Citra MMJ
– PC: Disable accurate mul by default
– PC and Android: Implement Raise CPU Ticks
– PC and Android: Implement Priority Boost hack
– Android: Implement a in-game Tweaks Dialog, that applies hacks temporalily during game (much UX were improvements made by ishan09811)
– Android: Implement Oboe audio backend
– PC and Android: Improve Anaglyph logic for LCD screens (cybereality)
– PC and Android: Implement Core Downcount Hack (based on CPU Usage Limit from Citra MMJ)
–...
Torzu is a fork of Yuzu, the most popular open source Nintendo Switch emulator in the world.
It is written in C-for portability, and the author plans to actively maintain the versions for Linux, Android, and Windows.
Changelog:
– Fixed controller UI being cut off at the bottom
– Added menu option under « About » to open to current mirror repository in browser
– Added Windows build
– Added option to optimize generated SPIR-V shaders via spirv-opt
– Added option to synchronize CPU clock to render speed limit
– Added option to launch home menu from Switch firmware
– Fixed crash when switching away from null graphics per-game
– Minor improvements and additions