mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Delete some left-behind lines
This commit is contained in:
parent
f51b8116a0
commit
2d88ae5112
1 changed files with 0 additions and 7 deletions
|
@ -558,13 +558,6 @@ static void __IoAsyncEndCallback(SceUID threadID, SceUID prevCallbackId) {
|
|||
}
|
||||
}
|
||||
|
||||
static DirectoryFileSystem *exdataSystem = nullptr;
|
||||
#if defined(USING_WIN_UI) || defined(APPLE)
|
||||
static DirectoryFileSystem *flash0System = nullptr;
|
||||
#else
|
||||
static VFSFileSystem *flash0System = nullptr;
|
||||
#endif
|
||||
|
||||
static void __IoManagerThread() {
|
||||
SetCurrentThreadName("IO");
|
||||
while (ioManagerThreadEnabled && coreState != CORE_BOOT_ERROR && coreState != CORE_RUNTIME_ERROR && coreState != CORE_POWERDOWN) {
|
||||
|
|
Loading…
Add table
Reference in a new issue