mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-23 16:59:49 +00:00
Fix framerate variable type
This commit is contained in:
parent
3a494ee6ca
commit
19ab1b6b43
@ -54,7 +54,7 @@ static Deinterlacer deint;
|
||||
#define MEDNAFEN_CORE_NAME "Mednafen PSX"
|
||||
#define MEDNAFEN_CORE_VERSION "v0.9.32"
|
||||
#define MEDNAFEN_CORE_EXTENSIONS "cue|toc|m3u|ccd"
|
||||
static int mednafen_psx_fps = 59.82704; // Hardcoded for NTSC atm.
|
||||
static double mednafen_psx_fps = 59.82704; // Hardcoded for NTSC atm.
|
||||
#define MEDNAFEN_CORE_GEOMETRY_BASE_W 320
|
||||
#define MEDNAFEN_CORE_GEOMETRY_BASE_H 240
|
||||
#define MEDNAFEN_CORE_GEOMETRY_MAX_W 700
|
||||
|
Loading…
Reference in New Issue
Block a user