The Wayback Machine - https://web.archive.org/web/20200914034854/https://github.com/topics/emulation
Skip to content
#

emulation

Here are 741 public repositories matching this topic...

gdkchan
gdkchan commented Jun 12, 2020

Currently allocation a virtual region of GPU memory does a linear search over all the pages, to find a region of free pages of the requested size. Relevant code: https://github.com/Ryujinx/Ryujinx/blob/b8eb6abeccbd4a468214a4d2ad3a9b6e5e06973c/Ryujinx.Graphics.Gpu/Memory/MemoryManager.cs#L201

This may have a negative performance impact on games that does a lot of such allocations (example: creat

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.