1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-12 02:44:54 +00:00

Document RCP functions (#1087)

* Document RCP functions

* Rename functions according to convention

* Rename file and functions to RcpUtils
This commit is contained in:
hatal175 2022-01-24 01:04:50 +02:00 committed by GitHub
parent 4b4099e84c
commit f344fe648b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 9 deletions

View file

@ -111,6 +111,6 @@ void Main(void* arg) {
osSyncPrintf("mainproc 後始末\n"); // "Cleanup"
osDestroyThread(&sGraphThread);
func_800FBFD8();
RcpUtils_Reset();
osSyncPrintf("mainproc 実行終了\n"); // "End of execution"
}