mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-05-11 03:21:38 +00:00
10 lines
254 B
C
10 lines
254 B
C
#ifndef __PATCH_GRAPHICS_H__
|
|
#define __PATCH_GRAPHICS_H__
|
|
|
|
#include "patch_helpers.h"
|
|
|
|
DECLARE_FUNC(float, recomp_get_aspect_ratio, float);
|
|
DECLARE_FUNC(s32, recomp_get_target_framerate, s32);
|
|
DECLARE_FUNC(s32, recomp_high_precision_fb_enabled);
|
|
|
|
#endif
|