homebrewfilter/libruntimeiospatch
Christopher Roy Bratusek b56d5d9932 Revert "no more need to pass patch_size to apply_patch"
This reverts commit 32adbca99f.
2012-12-31 18:50:35 +01:00
..
source Revert "no more need to pass patch_size to apply_patch" 2012-12-31 18:50:35 +01:00
API ERROR_PATCH/ERROR_AHBPROT in libruntimeiospatch 2012-12-31 18:28:56 +01:00
CHANGES Revert "no more need to pass patch_size to apply_patch" 2012-12-31 18:50:35 +01:00
Makefile fixup runtimeiospatch.h + dos2unix 2012-12-22 09:54:59 +01:00
README add API doc for 1.1 2012-12-28 18:55:28 +01:00

=== libruntimeiospatch ===

a library providing necessary functions for patching IOS at runtime using HW_AHBPROT.
It is distributed under the terms of the GNU General Public License v2

=== Including ===

include the library as

#include <libruntimeiospatch.h> // Code
LIBS := -lruntimeiospatch // Makefile

=== API ===

see File "API"

= Thanks =
- libOGC devs
- Team Twizzers
- damysterman
- anyone I forgot to mention here