mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 16:24:53 +02:00
Reduce logspam from fonts, and a less angry error message for missing textures.zip.
This commit is contained in:
@@ -129,7 +129,7 @@ public:
|
||||
u64 FreeSpace(const std::string &path) override;
|
||||
|
||||
// Convenience helper - returns < 0 on failure.
|
||||
int ReadEntireFile(const std::string &filename, std::vector<u8> &data);
|
||||
int ReadEntireFile(const std::string &filename, std::vector<u8> &data, bool quiet = false);
|
||||
|
||||
void SetStartingDirectory(const std::string &dir) {
|
||||
std::lock_guard<std::recursive_mutex> guard(lock);
|
||||
|
||||
Reference in New Issue
Block a user