Started to merge @ZobyTwo cmake branch

This commit is contained in:
xawotihs
2015-09-26 21:52:07 +02:00
parent 9e77899535
commit 85f4a4c36a
3112 changed files with 4615 additions and 9 deletions

34
thirdparty/exceptionHandler/README.txt vendored Normal file
View File

@@ -0,0 +1,34 @@
Exception Handler for Kernel 3.71
---------------------------------
All credits goes to crazyc (for the prx code) and SamuraiX (sample usage code)
What is it?
-----------
exception.prx is a prx that handle exception and can be used
to show usefull information abuot a crash.
How to build:
-------------
To build exception.prx
$cd prx
$make
To build the test program:
$cd test
$make
How to use it:
--------------
Include utility/exception.h in your main.c and init the handler with:
initExceptionHandler();
Copy exception.prx in the same directory your EBOOT is.
Please check the test program. ;)
Note:
--> For Wagic, the code is already included in JGE's main.cpp. You just need to copy the prx with the EBOOT