mirror of
https://github.com/Rakashazi/emu-ex-plus-alpha.git
synced 2024-11-23 05:39:53 +00:00
Multi-platform computer & game console emulation system including supporting code (EmuFramework) and core engine (Imagine)
3f0c38cba8
* Imagine: Add API for setting frame timer events in Window and Screen classes to a different thread * Imagine: Clean up FDEventSource, Timer and various related APIs * Imagine: Enable unused parameter/function/variable warnings and fix related warnings * Imagine: Simplify MenuItem text alignment code * Imagine: Run java Looper in EventLoop::run() instead of the native one if it exists * Imagine: Run a single iteration of ALooper_pollOnce() in EventLoop::run() to ensure loop condition is checked properly * Imagine: Post next frame in Screen::runOnFrameDelegates() before running delegates * Imagine: Add support for indirectly writing to a Gfx::MappedBuffer in case it could be in use by the GPU * Imagine: Update gradle to 8.9 and plugin to 8.5 * EmuFramework: Run the frame timer in EmuSystemTask's thread to simplify code and reduce jitter * EmuFramework: Add headings to system options menu * EmuFramework: Remove syncEmulationThread() and replace with suspendEmulationThread() API * EmuFramework: Simplify FrameTimeStats * EmuFramework: Fix incorrect remove_if() usage in KeyConfig::set() * NES.emu, PCE.emu, Snes9x: Fix incorrect multitap gamepad key categories * Lynx.emu: Add .lyx to recognized extensions |
||
---|---|---|
.github | ||
2600.emu | ||
C64.emu | ||
EmuFramework | ||
GBA.emu | ||
GBC.emu | ||
imagine | ||
Lynx.emu | ||
MD.emu | ||
MSX.emu | ||
NEO.emu | ||
NES.emu | ||
NGP.emu | ||
PCE.emu | ||
Saturn.emu | ||
Snes9x | ||
Swan.emu | ||
COPYING.GPL | ||
README.md |