implement isession:getperformanceconfiguration (#64)

This commit is contained in:
emmauss 2018-03-23 14:26:11 +02:00 committed by gdkchan
parent 29f60856f0
commit 54212bd622
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
}
}