mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-09-02 17:52:49 -04:00
Rename bootbufferthing to artifact
This commit is contained in:
@@ -13,12 +13,12 @@ void __scAppendList(OSSched *sc, OSScTask *t);
|
||||
void __scExec(OSSched *sc, OSScTask *sp, OSScTask *dp);
|
||||
void __scMain(void *arg);
|
||||
void __scYield(OSSched *sc);
|
||||
void bbufResetBuffers(void);
|
||||
struct bootbufferthing *bbufGetIndex0Buffer(void);
|
||||
struct bootbufferthing *bbufGetIndex1Buffer(void);
|
||||
void bbufIncIndex0(void);
|
||||
void bbufIncIndex1(void);
|
||||
void bbufUpdateIndex2Buffer(void);
|
||||
void schedInitArtifacts(void);
|
||||
struct artifact *schedGetWriteArtifacts(void);
|
||||
struct artifact *schedGetFrontArtifacts(void);
|
||||
void schedIncrementWriteArtifacts(void);
|
||||
void schedIncrementFrontArtifacts(void);
|
||||
void schedUpdatePendingArtifacts(void);
|
||||
void schedConsiderScreenshot(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user