mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Fix build warnings and cleanup
This commit is contained in:
parent
238a56978d
commit
924fcc2834
2 changed files with 2 additions and 2 deletions
|
@ -229,7 +229,7 @@ void crt_video_restore(void)
|
|||
first_run = true;
|
||||
}
|
||||
|
||||
static int crt_compute_dynamic_width(int width)
|
||||
int crt_compute_dynamic_width(int width)
|
||||
{
|
||||
double p_clock = 18000000;
|
||||
int min_height = 261;
|
||||
|
|
|
@ -33,7 +33,7 @@ void crt_aspect_ratio_switch(unsigned width, unsigned height);
|
|||
|
||||
void crt_video_restore(void);
|
||||
|
||||
static int crt_compute_dynamic_width(int width);
|
||||
int crt_compute_dynamic_width(int width);
|
||||
|
||||
RETRO_END_DECLS
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue