mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Fix error: initializer element is not constant
This commit is contained in:
parent
8c10abf8bb
commit
0fe713eb5f
@ -448,11 +448,12 @@ static const bool font_enable = true;
|
|||||||
* If your monitor does not run at 60Hz, or something close to it,
|
* If your monitor does not run at 60Hz, or something close to it,
|
||||||
* disable VSync, and leave this at its default. */
|
* disable VSync, and leave this at its default. */
|
||||||
#ifdef _3DS
|
#ifdef _3DS
|
||||||
static const float refresh_rate = (32730.0 * 8192.0) / 4481134.0 ;
|
static const float refresh_rate = (32730.0 * 8192.0) / 4481134.0 ;
|
||||||
|
static const float crt_refresh_rate = (32730.0 * 8192.0) / 4481134.0 ;
|
||||||
#else
|
#else
|
||||||
static const float refresh_rate = 60/1.001;
|
static const float refresh_rate = 60/1.001;
|
||||||
|
static const float crt_refresh_rate = 60/1.001;
|
||||||
#endif
|
#endif
|
||||||
static const float crt_refresh_rate = refresh_rate;
|
|
||||||
|
|
||||||
/* Allow games to set rotation. If false, rotation requests are
|
/* Allow games to set rotation. If false, rotation requests are
|
||||||
* honored, but ignored.
|
* honored, but ignored.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user