From e8d43b3d99a0886e48424950fc3315710adb52d0 Mon Sep 17 00:00:00 2001 From: pstef <3462925+pstef@users.noreply.github.com> Date: Sun, 6 Apr 2025 11:13:47 +0000 Subject: [PATCH] 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. --- gfx/drivers/gx_gfx.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gfx/drivers/gx_gfx.c b/gfx/drivers/gx_gfx.c index 0e27b6f955..baca247fc0 100644 --- a/gfx/drivers/gx_gfx.c +++ b/gfx/drivers/gx_gfx.c @@ -74,6 +74,9 @@ } #endif +void VIDEO_SetTrapFilter(bool enable); +void VIDEO_SetGamma(int gamma); + enum { GX_RESOLUTIONS_DEFAULT = 0,