mirror of
https://github.com/open-goal/jak-project.git
synced 2024-11-24 06:39:51 +00:00
78cde74d5a
* update readme deps * replace assert * bump timeout * fix memory corruption in kernel * use unknown if level name is invalid
13 lines
308 B
C
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); |