homebrewfilter/libruntimeiospatch
Pablo Curiel 231d36f062 Update to v1.5.4
* Fixed building with latest devkitPPC + libogc.
* Fixed warnings.
2017-05-03 23:56:20 -04:00
..
debian debian/changelog 2016-08-17 09:52:23 +02:00
source Update to v1.5.4 2017-05-03 23:56:20 -04:00
API -lrip 1.5.2 2015-07-11 16:28:39 +02:00
CHANGES Update to v1.5.4 2017-05-03 23:56:20 -04:00
Makefile Update to v1.5.4 2017-05-03 23:56:20 -04:00
README add API doc for 1.1 2012-12-28 18:55:28 +01:00

README

=== 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