Skip to content
#

emulation

Here are 733 public repositories matching this topic...

mageven
mageven commented Aug 13, 2020

Currently, Texture class is bloated with methods used to check if two textures are "compatible" with each other.

  1. TextureCompatibility class also houses some of these methods.
  2. Some of these checks affect other components in Ryujinx.Graphics.Gpu indirectly (as evident by #1474)

So, this code should instead be moved to the TextureCompatibility static class to centralize all compati

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

You can’t perform that action at this time.