The Wayback Machine - https://web.archive.org/web/20210813044547/https://github.com/topics/emulation
Skip to content
#

emulation

Here are 923 public repositories matching this topic...

Sakura0134
Sakura0134 commented Jul 29, 2021

Bug Report

Ryujinx is not detecting Quotes even though it is defined.

What's the issue you encountered?

Ryujinx is not detecting quotes( ' ) when inputted.

How can the issue be reproduced?

You can first encounter this issue in the Input configuration where it won't detect quotes when reassigning keys.

Log file

No Log

Environment?

  • Ryujinx version: 1.0.0
osy
osy commented May 23, 2021

As the complexity of the project grows, we find that often adding a change to QEMU configurations breaks something else unintended. This pretty much happens every single change and is becoming unmanageable. We need an actual test plan:

  1. A set of .utm files of various operating systems, architectures, and configurations.
  2. A checklist of things to test for each one (mouse, sound, network,
xenia
Triang3l
Triang3l commented Jun 26, 2021

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

ekilmer
ekilmer commented Feb 21, 2020

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

Improve this page

Add a description, image, and links to the emulation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the emulation topic, visit your repo's landing page and select "manage topics."

Learn more