mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 08:20:47 -07:00
Rename IpcServices -> Services
This commit is contained in:
@ -3,7 +3,7 @@ using System;
|
||||
namespace ChocolArm64
|
||||
{
|
||||
using System.Reflection.Emit;
|
||||
|
||||
|
||||
static class ILGeneratorEx
|
||||
{
|
||||
public static void EmitLdc_I4(this ILGenerator Generator,int Value)
|
||||
|
Reference in New Issue
Block a user