[Fix] Screenshots save in home directory now as apposed to project directory.
This commit is contained in:
parent
3f0faf7983
commit
3e51896bc1
@ -1,2 +0,0 @@
|
||||
I guess you can store some screenshots in here.
|
||||
|
@ -1314,7 +1314,7 @@ void player_screenshot(void) {
|
||||
int done;
|
||||
char filename[PATH_MAX];
|
||||
|
||||
if(lfile_dirMakeExist("../screenshots")) {
|
||||
if(lfile_dirMakeExist("screenshots")) {
|
||||
WARN("Aborting screenshots");
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user