mirror of
https://github.com/libretro/RetroArch
synced 2025-02-01 00:32:46 +00:00
Merge pull request #111 from alphanu1/alphanu1-patch-98
Fix build warnings and cleanup
This commit is contained in:
commit
55f3edb5ad
@ -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