Skip to content
#

Emulator

Emulators allow the host system to emulate the qualities of a client system. For example, a mobile application developer might run an emulated device on their PC in order to test how their application would perform and appear on an actual phone or tablet.

Here are 3,069 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

PyBoy
MineRobber9000
MineRobber9000 commented Mar 22, 2020

A program can tell that it's running on PyBoy because the buttons always change right at vblank.

To reproduce:

  1. Install PyBoy
  2. Start the test ROM "Telling LYs?" (which I have precompiled for your convenience here)
  3. Press all 8 buttons in any order
  4. Watch the arrow sprite at the right side

Expect: Arrow moves after each press, followed

Wikipedia
Wikipedia