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 2,999 public repositories matching this topic...
-
Updated
Aug 15, 2021 - Objective-C
Having the cursor show up as a vertical bar, etc. would be nice
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
-
Updated
Aug 16, 2021 - Rust
-
Updated
Feb 24, 2021 - Java
-
Updated
Aug 12, 2021 - JavaScript
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.
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
-
Updated
May 23, 2021 - Java
-
Updated
Aug 5, 2021 - Shell
A program can tell that it's running on PyBoy because the buttons always change right at vblank.
To reproduce:
- Install PyBoy
- Start the test ROM "Telling LYs?" (which I have precompiled for your convenience here)
- Press all 8 buttons in any order
- Watch the arrow sprite at the right side
Expect: Arrow moves after each press, followed
-
Updated
Aug 14, 2021 - JavaScript
-
Updated
Aug 12, 2021 - Python
-
Updated
Aug 3, 2021 - Python
-
Updated
Aug 15, 2021 - C++
-
Updated
Apr 21, 2021 - JavaScript
Current Behaviour
Empty Tainted Ooze Jar can be used 10x on the same corpse for the quest. It does not despawn the body of a tainted ooze currently, so you kill 1 ooze and spam the vial 10 times for quest completion.
Expected Blizzlike Behaviour
Using the vial despawns the corpse (like the other vial of ooze quest, same NPC).
Source
- Wikipedia
- Wikipedia
It would be nice to also have some sort of screenshot functionality for text mode too. A not-too-complicated way to do it may be extracting the
text_screen
outerHTML to pop it into adata:text/html
with the necessary styles.