2018-08-16 20:47:36 -03:00
|
|
|
namespace Ryujinx.HLE.HOS.Services.Am
|
2018-02-09 21:14:55 -03:00
|
|
|
{
|
2018-03-19 15:58:46 -03:00
|
|
|
class IDebugFunctions : IpcService
|
2018-02-09 21:14:55 -03:00
|
|
|
{
|
2019-07-12 03:13:43 +02:00
|
|
|
public IDebugFunctions() { }
|
2018-02-09 21:14:55 -03:00
|
|
|
}
|
|
|
|
}
|