mirror of
https://github.com/gopher64/gopher64.git
synced 2026-07-25 16:25:00 +02:00
PAL aspect ratio adjustment (#242)
This commit is contained in:
@@ -245,7 +245,7 @@ void rdp_close()
|
||||
|
||||
static void calculate_viewport(float *x, float *y, float *width, float *height)
|
||||
{
|
||||
const int32_t display_width = gfx_info.PAL ? 360 : 320;
|
||||
const int32_t display_width = gfx_info.PAL ? 384 : 320;
|
||||
const int32_t display_height = gfx_info.PAL ? 288 : 240;
|
||||
|
||||
int w, h;
|
||||
|
||||
Reference in New Issue
Block a user