emulation
Here are 1,090 public repositories matching this topic...
-
Updated
Apr 10, 2022 - Swift
Run macOS on QEMU/KVM. With OpenCore + Big Sur + Monterey support now! Only commercial (paid) support is available now to avoid spammy issues. No Mac system is required.
-
Updated
Mar 15, 2022 - Python
Feature Request
What feature are you suggesting?
Overview:
OpenGL 4.5 introduced support for DSA functions. Basically, they allow the state of the OpenGL objects to be changed without needing to bind them beforehand. On older versions of OpenGL, the typical way to copy data from one buffer to another for example, is:
GL.BindBuffer(BufferTarget.CopyReadBuffer, sourceBufferHShell script to set up a Raspberry Pi/Odroid/PC with RetroArch emulator and various cores
-
Updated
Apr 10, 2022 - Shell
In Xenia, there are two kinds of declarations of kernel notification IDs:
- System notifications IDs are used simply as hard-written values, without any enum/consts/#defines, with merely comments indicating their original XN_SYS name.
- XAM apps (such as XmpApp) have notification IDs declared in their classes, as
private static const uint32_t kMsg….
For future convenience especially when
https://wiki.nesdev.com/w/index.php/Emulator_tests
It could run these ROMs and actually check the output somehow - perhaps either by checking memory values, or a copy of the screen buffer.
It's nice if testing doesn't produce unnecessary artifacts after running with success but keeps relevant info on fail for further inspection.
Pytest should have a nice way of creating fixtures that can post-process a test based on whether it failed or not https://docs.pytest.org/en/latest/example/simple.html#making-test-result-information-available-in-fixtures
If a test fails, then keep the
Related pr: Vita3K/Vita3K#749. Commit message or description from pr can be interesting to be in release description.
BizHawk is a multi-system emulator written in C#. BizHawk provides nice features for casual gamers such as full screen, and joypad support in addition to full rerecording and debugging tools for all system cores.
-
Updated
Apr 10, 2022 - C#
EmuELEC, retro emulation for Amlogic devices. Based on CoreELEC. https://emuelec.org or join us on Discord: https://discord.gg/cbgtJTu
-
Updated
Apr 10, 2022 - Makefile
Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console.
-
Updated
Apr 10, 2022 - Makefile
The issue
HP's line of Omen gaming laptops come pre-installed with a modified version of the ViGEmBus driver. Apps trying to locate the latest ViGEmBus may end up detecting the modified HP driver instead, causing all sorts of issue since it is based on an older version of vigem (v1.4.3.X), but presents itself with a higher number (10.X...)
Workaround
HP's ViGEm driver must be disable
Original Xbox Emulator for Windows, macOS, and Linux (Active Development)
-
Updated
Apr 9, 2022 - C
when playing center mode and aspect ratio correction turned on i have shimmering BUT when i play the same game on bsnes-mt with the options "pixel perfect" and "aspect ratio correction" on i have NO shimmering, would be cool if bsnes didnt have this problem.
Sorry for my broken english.
Community Graphic Packs for Cemu
-
Updated
Apr 11, 2022 - Assembly
Shadow is a discrete-event network simulator that directly executes real application code, enabling you to simulate distributed systems with thousands of network-connected processes in realistic and scalable private network experiments using your laptop, desktop, or server running Linux.
-
Updated
Apr 8, 2022 - C
A basic user tool to execute simple docker containers in batch or interactive systems without root privileges.
-
Updated
Mar 7, 2022 - Python
Improve this page
Add a description, image, and links to the emulation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the emulation topic, visit your repo's landing page and select "manage topics."


I would like to be able to write rich notes about my VMs using the Markdown syntax.
This could be implemented by using the
AttributedStringAPI introduced by Apple in 2021.