You aint taking this down

This commit is contained in:
Slluxx 2023-05-09 01:53:15 +02:00
parent 0fedba0e2e
commit c520596b67
6 changed files with 54 additions and 9 deletions

View file

@ -82,7 +82,7 @@ int save_fb_to_bmp()
f_mkdir("sd:/switch");
char path[0x80] = "sd:/switch/lockpick_rcm.bmp";
char path[0x80] = "sd:/switch/picklock_rcm.bmp";
// Save screenshot and log.
int res = sd_save_to_file(bitmap, file_size, path);