mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-14 21:35:13 +01:00
231d36f062
* Fixed building with latest devkitPPC + libogc. * Fixed warnings.
58 lines
1.6 KiB
Plaintext
58 lines
1.6 KiB
Plaintext
1.5.4:
|
|
* fixed building with latest devkitPPC + libogc
|
|
* fixed warnings
|
|
|
|
1.5.3:
|
|
* changed layout of debug text to ensure it's always visible
|
|
* added colors to debug text
|
|
- cyan: headings
|
|
- green: patch succeeded
|
|
- red: patch failed
|
|
|
|
1.5.2:
|
|
* added SSL module patches made by FIX94 to fix some certificate
|
|
errors that occur when attempting to connect to a host using a
|
|
secure connection (DarkMatterCore)
|
|
|
|
1.5.1:
|
|
* code clean-up (JoostinOnline)
|
|
* add typedef for s32 (JoostinOnline)
|
|
* misc minor changes (JoostinOnline)
|
|
|
|
1.5:
|
|
* add ISFS_SetAttr() patches. (megazig)
|
|
Forces the ISFS_SetAttr() function to continue instead of
|
|
returning -102 when you're trying to change the UID/GID of a file.
|
|
|
|
1.4:
|
|
* fix value for hash_old (spotted by DarkMatterCore)
|
|
|
|
1.3: thanks to JoostinOnline/damysteryman
|
|
* replaced HAVE_ABHPROT by AHBPROT_DISABLED (now public)
|
|
* removed (now) redundant have_ahbprot()
|
|
* store version in #LIB_RUNTIMEIOSPATCH_VERSION
|
|
* removed (now) redundant get_libruntimeiospatch_version()
|
|
* minor code clean-ups
|
|
* changed some unsigned ints to signed
|
|
* added license header to runtimeiospatch.[ch]
|
|
* new vWii patches by damysteryman (fixes installation of hidden channels)
|
|
* updated API
|
|
|
|
1.2:
|
|
[NEW] get_libruntimeiospatch_version()
|
|
[MOD] IosPatch_AHBPROT() - return code re-work
|
|
[MOD] IosPatch_RUNTIME() - return code re-work
|
|
[MOD] IosPatch_FULL() - retun code re-work
|
|
[MOD] API doc file updated
|
|
[NEW] CHANGES doc file
|
|
|
|
1.1:
|
|
[NEW] IosPatch_FULL()
|
|
[MOD] IosPatch_AHBPROT() - proper return work
|
|
[NEW] API doc file
|
|
|
|
1.0: initial release
|
|
[NEW] have_ahbprot()
|
|
[NEW] IosPatch_AHBPROT()
|
|
[NEW] IosPatch_RUNTIME()
|