mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-10 13:42:23 +00:00
Fix build warnings and cleanup
This commit is contained in:
parent
238a56978d
commit
924fcc2834
@ -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…
x
Reference in New Issue
Block a user