mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 03:35:19 +02:00
Fix some warnings.
The enum type was not hurting anyone, since the values were the same.
This commit is contained in:
@@ -604,7 +604,7 @@ handleELF:
|
||||
// ILOG("Completed writing info for %s", info_->GetTitle().c_str());
|
||||
}
|
||||
|
||||
virtual float priority() {
|
||||
float priority() override {
|
||||
return info_->lastAccessedTime;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user