Home
last modified time | relevance | path

Searched refs:LoadFromRam (Results 1 – 9 of 9) sorted by relevance

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/
H A DSaveState.h80 CChunkFileReader::Error LoadFromRam(std::vector<u8> &state, std::string *errorString);
H A DSaveState.cpp100 CChunkFileReader::Error LoadFromRam(std::vector<u8> &data, std::string *errorString) { in LoadFromRam() function
158 return LoadFromRam(buffer, errorString); in Restore()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/
H A DSaveState.h80 CChunkFileReader::Error LoadFromRam(std::vector<u8> &state, std::string *errorString);
H A DSaveState.cpp100 CChunkFileReader::Error LoadFromRam(std::vector<u8> &data, std::string *errorString) { in LoadFromRam() function
158 return LoadFromRam(buffer, errorString); in Restore()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/
H A DSaveState.h80 CChunkFileReader::Error LoadFromRam(std::vector<u8> &state, std::string *errorString);
H A DSaveState.cpp100 CChunkFileReader::Error LoadFromRam(std::vector<u8> &data, std::string *errorString) { in LoadFromRam() function
158 return LoadFromRam(buffer, errorString); in Restore()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/UI/
H A DEmuScreen.cpp1339 if (CChunkFileReader::ERROR_NONE != SaveState::LoadFromRam(freezeState_, &errorString)) { in render()
/dports/emulators/ppsspp/ppsspp-1.12.3/UI/
H A DEmuScreen.cpp1339 if (CChunkFileReader::ERROR_NONE != SaveState::LoadFromRam(freezeState_, &errorString)) { in render()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/UI/
H A DEmuScreen.cpp1339 if (CChunkFileReader::ERROR_NONE != SaveState::LoadFromRam(freezeState_, &errorString)) { in render()