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
/
src
/
Ryujinx.Horizon
/
Sdk
/
Ts
/
Location.cs
blob: 177b0ee88093375891ffb8e589ccc54d370371ba (
plain
) (
blame
)
1
2
3
4
5
6
7
8
namespace
Ryujinx.Horizon.Sdk.Ts
{
enum
Location
:
byte
{
Internal
,
External
,
}
}