mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 11:45:18 +02:00
Loaders: Rename Path() to GetPath().
Path is going to be a struct name.
This commit is contained in:
committed by
Unknown W. Brackets
parent
96c109e6ce
commit
9480b6672b
@@ -172,7 +172,7 @@ s64 HTTPFileLoader::FileSize() {
|
||||
return filesize_;
|
||||
}
|
||||
|
||||
std::string HTTPFileLoader::Path() const {
|
||||
std::string HTTPFileLoader::GetPath() const {
|
||||
return filename_;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user