Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
GrapheneCt committed Dec 19, 2021
1 parent 61a261d commit 9e4e343
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions ElevenMPV-A/source/menus/youtube/menu_youtube_history.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,10 @@ SceVoid menu::youtube::HistoryParserThread::EntryFunction()
for (SceInt32 i = totalNum - 1; i != -1; i--) {
YTUtils::GetMenuSema()->Wait();
if (cancel) {
sceClibPrintf("pre signal 0\n");
YTUtils::GetMenuSema()->Signal();
break;
}
CreateVideoButton(workPage, entryData + (i * SCE_INI_FILE_PROCESSOR_KEY_BUFFER_SIZE), i);
sceClibPrintf("pre signal 1\n");
YTUtils::GetMenuSema()->Signal();
}

Expand Down
1 change: 0 additions & 1 deletion ElevenMPV-A/source/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ SceVoid EMPVAUtils::Exit()
if (s_shellPluginUID > 0)
taiStopUnloadModuleForPid(s_shellPid, s_shellPluginUID, 0, SCE_NULL, 0, SCE_NULL, &ret);
YTUtils::Term(SCE_TRUE);
sceClibPrintf("terminating proc...\n");
sceKernelExitProcess(0);
}

Expand Down

0 comments on commit 9e4e343

Please sign in to comment.