homebrewfilter/libruntimeiospatch/README

22 lines
426 B
Plaintext
Raw Normal View History

2012-12-22 10:20:59 +01:00
=== libruntimeiospatch ===
2012-12-22 10:22:42 +01:00
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
2012-12-22 10:20:59 +01:00
=== Including ===
include the library as
#include <libruntimeiospatch.h> // Code
LIBS := -lruntimeiospatch // Makefile
=== API ===
2012-12-28 18:55:28 +01:00
see File "API"
2012-12-22 10:20:59 +01:00
= Thanks =
- libOGC devs
- Team Twizzers
- damysterman
- anyone I forgot to mention here