Files
Yanis add97e78d7 Match metrotrk library (#231)
* import metrotrk from oot-vc

* fix compile flags

* match nubinit

* match mainloop and nubevent

* progress on serpoll.c

* progress

* proc change for msghndlr and cleanup

* remove useless headers

* progress

* format

* fix serpoll inversion

* prog

* progress

* last file!

* progress

* match the last function

* fix issues

* format

* revert function name change

* add comments about the weird stuff

* link most files

* build issues

* fix matching issues and link versions that match

* link for mq

* format

* link msgbuf

* flag cleanup

* rename compiler

* update config

* cleanup

* format

* remove leftover thing

* remove unneeded change

* review 1

* review 2
2025-05-20 21:07:20 +02:00

11 lines
156 B
C

#ifndef DEBUGGER_H
#define DEBUGGER_H
#include "dolphin/db/DBInterface.h"
#include "dolphin/types.h"
bool AMC_IsStub(void);
bool Hu_IsStub(void);
#endif