mirror of
https://github.com/libretro/beetle-pce-libretro.git
synced 2024-11-23 08:09:43 +00:00
Merge pull request #10 from tooncoon/libretro
libretro: Retroarch texture width aligned to 4
This commit is contained in:
commit
dbcb96c25d
@ -32,7 +32,7 @@
|
||||
#define MEDNAFEN_CORE_TIMING_FPS 7159090.90909090 / 455.0 / 263.0
|
||||
#define MEDNAFEN_CORE_GEOMETRY_BASE_W 256
|
||||
#define MEDNAFEN_CORE_GEOMETRY_BASE_H 224
|
||||
#define MEDNAFEN_CORE_GEOMETRY_MAX_W 1365
|
||||
#define MEDNAFEN_CORE_GEOMETRY_MAX_W 1365+3
|
||||
#define MEDNAFEN_CORE_GEOMETRY_MAX_H 270
|
||||
#define MEDNAFEN_CORE_GEOMETRY_ASPECT_RATIO 6.0 / 5.0
|
||||
#define FB_WIDTH 1365
|
||||
|
Loading…
Reference in New Issue
Block a user