Skip to content

Commit

Permalink
[libretro] Changing aspect ratio does not require restart
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius committed Dec 29, 2024
1 parent 90ed9b3 commit a78c19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/libretro/libretro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ static bool libretro_supports_bitmasks;
static float aspect_ratio = 0.0f;
static int current_screen_width = 0;
static int current_screen_height = 0;
static int current_aspect_ratio = 0;
static float current_aspect_ratio = 0;

static GearsystemCore* core;
static u8* frame_buffer;
Expand Down

0 comments on commit a78c19c

Please sign in to comment.