Move solution and projects to src
This commit is contained in:
6
src/Ryujinx.HLE/Ui/KeyPressedHandler.cs
Normal file
6
src/Ryujinx.HLE/Ui/KeyPressedHandler.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using Ryujinx.Common.Configuration.Hid;
|
||||
|
||||
namespace Ryujinx.HLE.Ui
|
||||
{
|
||||
public delegate bool KeyPressedHandler(Key key);
|
||||
}
|
||||
Reference in New Issue
Block a user