mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-07-19 01:14:17 +00:00
Move solution and projects to src
This commit is contained in:
7
src/Ryujinx.Horizon/IService.cs
Normal file
7
src/Ryujinx.Horizon/IService.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Ryujinx.Horizon
|
||||
{
|
||||
interface IService
|
||||
{
|
||||
abstract static void Main(ServiceTable serviceTable);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user