mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-29 11:46:27 -05:00
Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LLE implementation
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
using OpenTK;
|
||||
using OpenTK.Graphics;
|
||||
using OpenTK.Input;
|
||||
using Ryujinx.Core;
|
||||
using Ryujinx.Core.Input;
|
||||
using Ryujinx.Graphics.Gal;
|
||||
using Ryujinx.HLE;
|
||||
using Ryujinx.HLE.Input;
|
||||
using System;
|
||||
|
||||
namespace Ryujinx
|
||||
|
Reference in New Issue
Block a user