Fixed screenshot action, broken by 16bpp blitter

This commit is contained in:
Sergii Pylypenko
2014-06-03 23:35:05 +03:00
parent 8ca0bf745a
commit 19472fd0d2
2 changed files with 19 additions and 2 deletions

View File

@@ -290,7 +290,11 @@ static const char * const _subdirs[] = {
"ai" PATHSEP "library" PATHSEP,
"game" PATHSEP,
"game" PATHSEP "library" PATHSEP,
#ifdef __ANDROID__
"../../../../../../Pictures/",
#else
"screenshot" PATHSEP,
#endif
};
assert_compile(lengthof(_subdirs) == NUM_SUBDIRS);