Fix the loading status. Prettify the loading screen by putting the status and spinner along the bottom edge.

This commit is contained in:
Henrik Rydgård 2018-03-13 11:25:00 +01:00
parent a0fa199ce3
commit 70481c9444
4 changed files with 13 additions and 6 deletions

View file

@ -428,7 +428,6 @@ void PSP_SetLoading(const std::string &reason) {
std::string PSP_GetLoading() {
std::lock_guard<std::mutex> guard(loadingReasonLock);
return loadingReason;
}
CoreParameter &PSP_CoreParameter() {