Home
last modified time | relevance | path

Searched defs:IsDisc (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/FileSystems/
H A DDirectoryFileSystem.cpp64 #endif in ~BlockDevice()
65 #include <ctype.h> in ~BlockDevice()
88 if (startsWith(localpath, "PSP/")) { in GetNumBlocks()
113 error = 0; in GetNumBlocks()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/FileSystems/
H A DBlockDevices.h64 bool IsDisc() override { return true; } in IsDisc() function
88 bool IsDisc() override { return true; } in IsDisc() function
113 bool IsDisc() override { return false; } in IsDisc() function
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/FileSystems/
H A DBlockDevices.h64 bool IsDisc() override { return true; } in IsDisc() function
88 bool IsDisc() override { return true; } in IsDisc() function
113 bool IsDisc() override { return false; } in IsDisc() function
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DiscIO/
H A DEnums.cpp114 bool IsDisc(Platform volume_type) in IsDisc() function