Start RAssertDolphin (#3)

* Start RAssertDolphin

* Add OSContext

* Add missing files, Prime2's ErrorHandler

* Progress in ErrorHandler

* comments

* Don't link new code

* Format code

* Slight adjustments

* Use u16 for OSError

Former-commit-id: 7e8bc34cab
This commit is contained in:
Henrique Gemignani Passos Lima
2022-09-30 02:09:11 +03:00
committed by GitHub
parent 15efc56c15
commit 8f3807da18
8 changed files with 227 additions and 62 deletions

View File

@@ -31,6 +31,10 @@ typedef struct OSContext {
} OSContext;
void OSSaveContext(OSContext* context);
void OSClearContext(OSContext* context);
void OSSetCurrentContext(OSContext* context);
#ifdef __cplusplus
}
#endif