mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2026-02-17 07:46:50 -05: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