Skip to content
#

emulation

Here are 644 public repositories matching this topic...

jug007
jug007 commented Mar 25, 2020

I was not able to find any instructions on where to put the keys.prod file.
Someone in discord told me it goes into ~/.local/share/yuzu/keys/
That folder was not even created by yuzu.

I feel like the folder should be created by yuzu at runtime and that there should be instructions on where to put the keys.prod file in the first place.

I was using build 20200324-2e484ccc7 for this.

badda71
badda71 commented Mar 26, 2020

Is there a way to let the citra gdbstub automatically break on unmapped memory access? Right now, citra handles unmapped access gracefully and only spits out an error in the log. The real 3DS hardware will crash on unmapped memory access but the current Rosalina gdbstub will at least break with SIGSEGV and let you examine the process remains.
Would be nice if it was possible with citra as well ..

rothor
rothor commented Feb 23, 2019

PCSX2 version:
1.5-930f07d

Description of the issue:
Currently the source code for parsing 7-patch codes expects the patch code to be in the format:
7aaaaaaa 00t0vvvv
where "aaaaaaa" is the address to modify, "vvvv" is the value to compare to, and "t" signals whether to do an and, or, or xor and whether it is 8-bit or 16-bit. You can see the list of patch codes [here](https://

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

PatrickvL
PatrickvL commented Sep 29, 2019

Below, all pull request that are currently closed, with an indication on their status.

This overview should be kept up to date, to prevent uncertainty. Also, having this up to date overview avoids spending repeated efforts to ascertain the state of closed pull requests.

Possible states per pull request:

  • Invalid (explain why it wasn't good)
  • Obsolete (should reference replacement pull request
Yersho
Yersho commented Mar 6, 2020

When using the N64 plugins, some of the options can be very hard to understand what they actually do. By having some form of description (showing a popup when hovering over the option, having the description under each option, link to a website with detailed documentation in the application, readme txt file with the explanations, or any other way that you may implement a description) it will help

martmists
martmists commented May 30, 2019

The current documentation references fceux, which is not compatible with recent versions of desmume. The options here are:

  • Create our own documentation which fully documents the API
  • Support all of FCEUX's API

I'd personally recommend the latter since FCEUX offers a lot of useful features like gui.savescreenshotas which would be a lot more efficient than `gd.createFromGdStr(gui.gdscree

pfalcon
pfalcon commented Dec 29, 2017

README refers to http://visi.kenshoto.com/ for additional information, but that site can't be contacted. More specifically, "visi.kenshoto.com" or "kenshoto.com" domain names can't be resolved, including when using Google's DNS 8.8.8.8. This happens at least for 2nd day.

Note that without that site, the README barely gives any information about the project, for example Vdb's descriptions starts

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

You can’t perform that action at this time.