Add missing function declarations

They are absent even in upstream, so I decided against copying to the
local copy of libogc. And a couple of function prototypes doesn't seem
to warrant a new header file.
This commit is contained in:
pstef 2025-04-06 11:13:47 +00:00
parent b28a805f9c
commit e8d43b3d99
1 changed files with 3 additions and 0 deletions

View File

@ -74,6 +74,9 @@
}
#endif
void VIDEO_SetTrapFilter(bool enable);
void VIDEO_SetGamma(int gamma);
enum
{
GX_RESOLUTIONS_DEFAULT = 0,