read proper depth values from the renderer (#124)

This commit is contained in:
Archez
2024-05-22 09:04:59 -05:00
committed by Garrett Cox
parent fb2f6fd67b
commit 32caecabfc
5 changed files with 51 additions and 3 deletions
+3
View File
@@ -1323,6 +1323,9 @@ void osContGetReadData(OSContPad* pad);
void PadMgr_ThreadEntry();
void Heaps_Alloc(void);
// #endregion
// #region 2S2H [Port] New methods added for porting
void Lights_GlowCheckPrepare(PlayState* play);
// #endregion
// #region 2S2H [Port] Stubbed methods
void osSetThreadPri(OSThread* thread, OSPri p);
OSPri osGetThreadPri(OSThread* t);