Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-01-16 13:06:19 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-01-16 13:06:19 +0300
commit98baa664036f58ddaa38cd79d7092502db770e76 (patch)
tree457ad6f95772ff4cddc338e86d3a9fd301d4c172 /IpsPatcher.cs
parent81a106d35bab7386754e8b875eb9d355818a1a20 (diff)
Game Genie support + some fixes
Diffstat (limited to 'IpsPatcher.cs')
-rw-r--r--IpsPatcher.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/IpsPatcher.cs b/IpsPatcher.cs
index 837df393..c7ea3ae2 100644
--- a/IpsPatcher.cs
+++ b/IpsPatcher.cs
@@ -6,7 +6,7 @@ using System.Text;
namespace com.clusterrr.hakchi_gui
{
- public class IpsPatcher
+ public static class IpsPatcher
{
public static void Patch(string patchFile, string inFile, string outFile)
{