index
:
Ryujinx
master
A backup of the Ryujinx master git branch.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Ryujinx.Horizon
/
IService.cs
blob: 67c12cef647a54ac72ff134d06df59f1fae9e01b (
plain
)
1
2
3
4
5
6
7
namespace
Ryujinx
.
Horizon
{
interface
IService
{
abstract static void
Main
();
}
}