Fix the loading status. Prettify the loading screen by putting the status and spinner along the bottom edge.
This commit is contained in:
parent
a0fa199ce3
commit
70481c9444
4 changed files with 13 additions and 6 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue