mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
Continue robbing prime github dolphin libs blind (#254)
* Continue work on dolphin libs * tp.py pull-request should print rels by default
This commit is contained in:
@@ -51,6 +51,8 @@ typedef enum {
|
||||
typedef u8 __OSException;
|
||||
|
||||
typedef void (*OSErrorHandler)(OSError error, OSContext* context, u32, u32);
|
||||
// Using this type for the C++ handlers makes stuff not match
|
||||
typedef void (*OSErrorHandlerEx)(OSError error, OSContext* context, u32, u32, ...);
|
||||
|
||||
OSErrorHandler OSSetErrorHandler(OSError error, OSErrorHandler handler);
|
||||
void __OSUnhandledException(__OSException exception, OSContext* context, u32 dsisr, u32 dar);
|
||||
|
||||
Reference in New Issue
Block a user