This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
ryujinx
Watch
1
Star
0
Fork
You've already forked ryujinx
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
5b9ce52108
ryujinx
/
Ryujinx.HLE
/
OsHle
/
Services
/
Apm
/
PerformanceMode.cs
9 lines
128 B
C#
Raw
Normal View
History
Unescape
Escape
Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LLE implementation
2018-06-10 20:46:42 -04:00
namespace
Ryujinx.HLE.OsHle.Services.Apm
implement isession:getperformanceconfiguration (#64)
2018-03-23 08:26:11 -04:00
{
enum
PerformanceMode
{
Handheld
=
0
,
Docked
=
1
}
}
Reference in a new issue
Copy permalink