mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-25 19:30:53 +00:00
Changed function name to be consistent with header
This commit is contained in:
parent
7df1ef32ce
commit
74fd618e39
@ -99,7 +99,7 @@ uint64_t GetSize(FILE *f)
|
||||
return size;
|
||||
}
|
||||
|
||||
bool ReadFileToString(bool text_file, const char *filename, std::string &str)
|
||||
bool readFileToString(bool text_file, const char *filename, std::string &str)
|
||||
{
|
||||
FILE *f = openCFile(filename, text_file ? "r" : "rb");
|
||||
if (!f)
|
||||
|
Loading…
x
Reference in New Issue
Block a user