mirror of
https://github.com/Ryujinx/ChocolArm64.git
synced 2024-12-22 19:45:40 +00:00
Rename IpcServices -> Services
This commit is contained in:
parent
c8cd538f15
commit
8b665c55f7
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue