2024-02-17 22:12:23 -05:00
|
|
|
#ifndef __PATCH_GRAPHICS_H__
|
|
|
|
#define __PATCH_GRAPHICS_H__
|
|
|
|
|
|
|
|
#include "patch_helpers.h"
|
|
|
|
|
2024-03-03 02:36:14 -05:00
|
|
|
DECLARE_FUNC(float, recomp_get_aspect_ratio, float);
|
|
|
|
DECLARE_FUNC(s32, recomp_get_target_framerate, s32);
|
2024-02-17 22:12:23 -05:00
|
|
|
|
|
|
|
#endif
|