mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Turn function static
This commit is contained in:
parent
e613d05da7
commit
45947a0534
@ -180,7 +180,7 @@ static bool gfx_display_check_compatibility(
|
||||
return false;
|
||||
}
|
||||
|
||||
float gfx_display_get_dpi_scale_internal(
|
||||
static float gfx_display_get_dpi_scale_internal(
|
||||
unsigned width, unsigned height)
|
||||
{
|
||||
float dpi;
|
||||
|
@ -314,8 +314,6 @@ float gfx_display_get_adjusted_scale(
|
||||
gfx_display_t *p_disp,
|
||||
float base_scale, float scale_factor, unsigned width);
|
||||
|
||||
float gfx_display_get_dpi_scale_internal(unsigned width, unsigned height);
|
||||
|
||||
float gfx_display_get_dpi_scale(
|
||||
gfx_display_t *p_disp,
|
||||
void *settings_data,
|
||||
|
Loading…
x
Reference in New Issue
Block a user