mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 05:32:47 +00:00
8 lines
275 B
C
8 lines
275 B
C
// C port of Alcaro's libips.cpp, which was released under GPLv3
|
|
// https://github.com/Alcaro/Flips/blob/master/libips.cpp
|
|
// Ported by Hyarion for use with VirtualFatFS
|
|
|
|
#pragma once
|
|
|
|
int ApplyIPSPatch(const char* patchName, const char* sourceName, const char* targetName);
|