jak-project/game/graphics/sceGraphicsInterface.h
water111 78cde74d5a
update readme and fix always playing str (#1139)
* update readme deps

* replace assert

* bump timeout

* fix memory corruption in kernel

* use unknown if level name is invalid
2022-02-08 19:02:47 -05:00

13 lines
308 B
C

#pragma once
#include "common/common_types.h"
#include "common/util/Assert.h"
/*!
* @file sceGraphicInterface.h
* This file contains implementations of the SCE graphics library functions that manage
* synchronization and settings.
*/
u32 sceGsSyncPath(u32 mode, u32 timeout);
u32 sceGsSyncV(u32 mode);