Skip to content
#

emulation

Here are 986 public repositories matching this topic...

EmpressFiona
EmpressFiona commented Aug 8, 2021

What's the issue you encountered?

Fire Emblem: Three Houses is a single-player game, but it has several asynchronous multiplayer features. Among them is the possibility, during weekly planning scenes (the 'calendar' screen), to look up what other players have done on the current week. This is entirely reliant on Nintendo's servers and completely useless to anyone playing on Ryujinx, but eve

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

ViGEmBus
Kanuan
Kanuan commented Apr 26, 2021

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

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