index
:
mirror/ryujinx
master
An experimental Nintendo Switch Emulator written in C#
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Ryujinx.Horizon
/
IService.cs
blob: 67c12cef647a54ac72ff134d06df59f1fae9e01b (
plain
) (
blame
)
1
2
3
4
5
6
7
namespace
Ryujinx.Horizon
{
interface
IService
{
abstract
static
void
Main
();
}
}