implement isession:getperformanceconfiguration (#64)

This commit is contained in:
emmauss 2018-03-23 14:26:11 +02:00 committed by gdkchan
parent 423ae5d889
commit 0d2f073152
3 changed files with 39 additions and 3 deletions

View file

@ -0,0 +1,8 @@
namespace Ryujinx.Core.OsHle.Services.Apm
{
enum PerformanceMode
{
Handheld = 0,
Docked = 1
}
}