mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-30 02:22:55 +00:00
Move solution and projects to src
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Ryujinx.Graphics.GAL.Multithreading.Model
|
||||
{
|
||||
public class ResultBox<T>
|
||||
{
|
||||
public T Result;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user