fix(gx): correct GxScenePresent behavior

This commit is contained in:
fallenoak 2023-04-06 12:22:04 -05:00
parent 82ad7bb442
commit 4a1b84ad57
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D
3 changed files with 11 additions and 5 deletions

View file

@ -12,7 +12,9 @@ void GxDraw(CGxBatch* batch, int32_t indexed);
void GxSceneClear(uint32_t, CImVector);
void GxScenePresent(void);
void GxScenePresent(uint32_t a2);
void GxSub682A00();
void GxuFlushDrawList(EGxuDrawListCategory, const C3Vector&);