mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
change the windows to the other side
This commit is contained in:
parent
97f2a2dfb1
commit
7f1f345066
@ -91,7 +91,7 @@ static void wimp_main(struct zr_context *ctx, int width, int height)
|
||||
|
||||
int show_fps = settings->fps_show ? 0 : 1;
|
||||
|
||||
if (zr_begin(ctx, &layout, "Show", zr_rect(0, 0, width/2, height),
|
||||
if (zr_begin(ctx, &layout, "Show", zr_rect(width/2, 0, width/2, height),
|
||||
ZR_WINDOW_BORDER))
|
||||
{
|
||||
enum {EASY, HARD};
|
||||
|
Loading…
x
Reference in New Issue
Block a user