2024-02-18 04:12:23 +01:00
|
|
|
#ifndef __PATCH_GRAPHICS_H__
|
|
|
|
#define __PATCH_GRAPHICS_H__
|
|
|
|
|
|
|
|
#include "patch_helpers.h"
|
|
|
|
|
2024-03-03 08:36:14 +01:00
|
|
|
DECLARE_FUNC(float, recomp_get_aspect_ratio, float);
|
|
|
|
DECLARE_FUNC(s32, recomp_get_target_framerate, s32);
|
2024-02-18 04:12:23 +01:00
|
|
|
|
|
|
|
#endif
|