mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Warning fixes.
This commit is contained in:
parent
9bec81b9c5
commit
eb5072bba5
@ -457,6 +457,9 @@ ReplaceBlendType ReplaceBlendWithShader(bool allowShaderBlend, GEBufferFormat bu
|
||||
return REPLACE_BLEND_STANDARD;
|
||||
}
|
||||
}
|
||||
|
||||
// Should never get here.
|
||||
return REPLACE_BLEND_STANDARD;
|
||||
}
|
||||
|
||||
LogicOpReplaceType ReplaceLogicOpType() {
|
||||
|
@ -269,7 +269,7 @@ size_t getFilesInDir(const char *directory, std::vector<FileInfo> *files, const
|
||||
(virtualName[2] == '\0')))
|
||||
continue;
|
||||
|
||||
// Remove dotfiles (should be made optional?)
|
||||
// Remove dotfiles (optional with flag.)
|
||||
if (!(flags & GETFILES_GETHIDDEN) && virtualName[0] == '.')
|
||||
continue;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user