Skip to content

Commit

Permalink
Fix screencap message
Browse files Browse the repository at this point in the history
  • Loading branch information
IanSB committed Dec 15, 2021
1 parent 4920b34 commit 00f49a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/filesystem.c
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,9 @@ void capture_screenshot(capture_info_t *capinfo, char *profile) {
} else {
clear_menu_bits();
osd_clear();
osd_set(0, ATTR_DOUBLE_SIZE, "Screen Capture");
osd_set(2, 0, filepath);
osd_set_clear(0, ATTR_DOUBLE_SIZE, "Screen Capture");
osd_set_clear(2, 0, filepath);

log_info("Screen capture PNG length = %d, writing data...", png_len);

UINT num_written = 0;
Expand Down

0 comments on commit 00f49a3

Please sign in to comment.