CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
hrydgard

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: hrydgard/ppsspp
Path: blob/master/Common/Data/Format/DDSLoad.cpp
Views: 1401
1
#include "Common/Data/Format/DDSLoad.h"
2
3
bool DetectDDSParams(const DDSHeader *header, DDSLoadInfo *info) {
4
return false;
5
}
6
7