mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
5 lines
125 B
C++
5 lines
125 B
C++
#include "Common/Data/Format/DDSLoad.h"
|
|
|
|
bool DetectDDSParams(const DDSHeader *header, DDSLoadInfo *info) {
|
|
return false;
|
|
}
|